Open
Bug 1339795
Opened 8 years ago
Updated 2 years ago
[e10s] <select> dropdown list is not displayed when there's nothing in the list
Categories
(Core :: Layout: Form Controls, defect, P5)
Tracking
()
NEW
People
(Reporter: epinal99-bugzilla2, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mozfr-community])
Attachments
(1 file)
21.01 KB,
image/png
|
Details |
STR:
1) Enable e10s
2) Open testcase https://bugzilla.mozilla.org/attachment.cgi?id=8837573
3) Switch to RDM
Result: dropdown list is not displayed. It's displayed with e10s disabled.
Does it actually depend on RDM at all? I see the same difference between e10s on vs. e10s off outside of RDM as well.
Flags: needinfo?(epinal99-bugzilla2)
Indeed, it's more an issue with e10s, no need of RDM.
Blocks: e10s-select
Component: Developer Tools: Responsive Design Mode → Layout: Form Controls
Flags: needinfo?(epinal99-bugzilla2)
Product: Firefox → Core
Summary: [e10s] <select> dropdown list is not displayed in RDM → [e10s] <select> dropdown list is not displayed
There is nothing in the drop-down list. I'm testing this on 54.0a1 (2017-02-14) and the list is empty on e10s, non-10s, and Safari windows. However, visually the empty list looks different on e10s and non-e10s windows.
Comment 4•7 years ago
|
||
A even more simplified version of test case for comment 0 is: data:text/html,<select></select>
However, as there's nothing in the drop-down list, I personally would think this is a very edge case. Note, chrome behaves the same as what the current e10s behaviour. If there's something in the drop-down list, e.g. adding "option", then drop-down is displayed as expected. Considering the facts, I am going to mark this as P5 (very very low priority, but will accept a patch).
Astely, feel free to change it if you have different opinions.
Priority: -- → P5
Updated•7 years ago
|
Summary: [e10s] <select> dropdown list is not displayed → [e10s] <select> dropdown list is not displayed when there's nothing in the list
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•