Closed
Bug 1000296
Opened 11 years ago
Closed 11 years ago
CSS perspective causes select drop-down to not be translated with the select box
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 893147
People
(Reporter: caleb, Unassigned)
Details
Attachments
(1 file)
12.93 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14
Steps to reproduce:
See http://jsfiddle.net/zH9Zw/
1. Place a select element inside of a div.
2. Transform div by an arbitrary amount of pixels and give it a perspective in the same statement
Affects Nightly (31) and current stable build (28)
Actual results:
Click the select element to reveal its drop down, which shows up at the position it would be at if it was not translated
Expected results:
The drop down should be translated by the same offset that the select box was translated by.
Reporter | ||
Comment 1•11 years ago
|
||
The only workaround I've found is to just not have a perspective when you don't need it
Comment 2•11 years ago
|
||
Same as bug 893147?
Comment 3•11 years ago
|
||
I think it is same as bug 893147.
Comment 4•11 years ago
|
||
assignee
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Comment 6•11 years ago
|
||
Thanks Shubham and David :)
You need to log in
before you can comment on or make changes to this bug.
Description
•