The scrollbar for <select> appears on the right side with "direction: rtl"
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | verified |
firefox68 | --- | verified |
People
(Reporter: over68, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression, testcase)
Attachments
(3 files)
6.68 KB,
text/html
|
Details | |
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce:
- Open the <select> menu in the testcase.
Actual results:
The scrollbar for <select> appears on the right side with "direction: rtl".
This similar to bug 1168691.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
In bug 1375476 I fixed one of the places but missed the other. I'll refactor
them in a bit.
I wish I could run the select tests locally to extend them properly...
Assignee | ||
Comment 4•6 years ago
|
||
I assume this was an artifact of when this was done with XBL.
Depends on D26517
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Comment on attachment 9056543 [details]
Bug 1542193 - Fix handling of select's direction in e10s. r=jaws,mconley
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1375476
- User impact if declined: Scrollbar wrongly positioned in rtl.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: See comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): One liner that updates a codepath to account for the new shape of the IPC message. Second commit is ok to uplift as well if wanted, but it's just cleanup.
- String changes made/needed: none
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Looks low risk, I'll get it uplifted to beta once we have it verified by QA in nightly, thanks.
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aecbcf1bbf4a
https://hg.mozilla.org/mozilla-central/rev/555abe092e02
Updated•6 years ago
|
Comment 9•6 years ago
|
||
I have reproduced this issue using Firefox 68.0a1 (2019.04.05) on Win 10 x64.
I can confirm this issue is fixed, I verified using Firefox 68.0a1 latest Nightly build (2019.04.10) on Win 10 x64, Ubuntu 18.04 x64 and macOS 10.14.3.
Comment 10•6 years ago
|
||
Comment on attachment 9056543 [details]
Bug 1542193 - Fix handling of select's direction in e10s. r=jaws,mconley
Low risk and verified by QA on nightly, approved for 67 beta 10, thanks.
Updated•6 years ago
|
Comment 11•6 years ago
|
||
bugherder uplift |
Comment 12•6 years ago
|
||
I can confirm this issue is fixed, I verified using Firefox 67.0b10 on Win 10 x64, Win 7 x64, Ubuntu 18.04 x64 and macOS 10.14.3.
Description
•