Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

@marosoft
Copy link
Contributor

PR Checklist

Please check that your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added or this is not a bug fix / enhancement
  • Docs have been added, updated, or were not required

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Enhancement
[ ] Documentation content changes
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Position of the select is not calculated properly when rtl is on.

Issue Number:
#10395

What is the new behavior?

Position of the select is calculated properly when rtl is on as well.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@googlebot googlebot added the cla: yes PR author has signed Google's CLA: https://opensource.google.com/docs/cla/ label Apr 26, 2020
@marosoft
Copy link
Contributor Author

CodePen with the fix in place

Copy link
Contributor

@Splaktar Splaktar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for posting the CodePen w/ the fix!

@Splaktar Splaktar added this to the 1.1.23 milestone Apr 27, 2020
@Splaktar Splaktar self-assigned this Apr 27, 2020
@Splaktar Splaktar requested a review from jelbourn April 27, 2020 18:01
@Splaktar Splaktar added i18n: bi-directional This issue is related to internationalization and right to left languages P3: important Important issues that really should be fixed when possible. pr: merge ready This PR is ready for a caretaker to review type: bug labels Apr 27, 2020
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes PR author has signed Google's CLA: https://opensource.google.com/docs/cla/ i18n: bi-directional This issue is related to internationalization and right to left languages P3: important Important issues that really should be fixed when possible. pr: merge ready This PR is ready for a caretaker to review type: bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

select: position is calculated incorrectly in rtl when long label is used

4 participants