Open
Bug 1210197
Opened 10 years ago
Updated 3 years ago
Clicking <select>'s option doesn't selects it if australis menu (≡) or any other tooltip (not only from toolbar) was opened in the same process
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
()
Details
STR: (Win7_64, Nightly 44, 32bit, ID 20150930030231, new profile, safe mode)
1. Open the following "data:" url or click URL in the form above
> data:text/html,<body><select></select><script>var S='';for(i=0;i<60;i++)S+='<option>'+i;document.querySelector('select').innerHTML+=S;</script>
2. Click austrlis menu (≡)
3. Click select's dropmarker to open list of options
4. Make sure that selected option is "0"
5. Click option "1"
Result: Drop-down list just hides, option isn't selected. The same happens if in Step 5
you click the scrollbar in the list. It works as expected if you omit Step 2.
Expectations: Option should be selected when user clicks it.
Comment 1•10 years ago
|
||
Seems to be non-e10s specific. The e10s version works ok.
Component: XUL → Layout: Form Controls
>>> My Info: Win7_64, Nightly 46, 32bit, ID 20160210071115
No, multiprocess mode is affected.
STR (for e10s AND non-e10s):
1. Open devtools, tab "Memory"
2. Click austrlis menu (≡)
3. Click <select>'s dropmarker (<select> next to label "View:") to open list of options
4. Click any option different from currently selected option
AR: Drop-down list just hides.
ER: Option should be selected when user clicks it.
Summary: Clicking <select>'s option doesn't selects it if australis menu (≡) or any other tooltip from toolbar was opened → Clicking <select>'s option doesn't selects it if australis menu (≡) or any other tooltip (not only from toolbar) was opened in the same process
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•