Closed
Bug 1154841
Opened 8 years ago
Closed 8 years ago
Click-drag-select-releasing on a <select> element causes the <select> to always open on next click.
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mconley, Assigned: jimm)
References
(Blocks 1 open bug, )
Details
STR: 1) Visit data:text/html,<html><select><option>One</option><option>Two</option><option>Three</option></html> 2) Click on the <select> input, hold the click down, drag the cursor over one of the pop up items, then release on it. 3) Then click anywhere on the document _except_ for the <select> ER: Nothing. AR: The <select> opens again. I can reproduce easily on OS X. I have not tried anywhere else.
Reporter | ||
Updated•8 years ago
|
tracking-e10s:
--- → ?
Reporter | ||
Comment 1•8 years ago
|
||
This is potentially fallout from bug 1082510.
Comment 2•8 years ago
|
||
(I'm assuming STR step 0 is "make sure you have e10s enabled"? I get EXPECTED RESULTS on linux w/ e10s disabled, at least.) With e10s enabled on Linux, I get odd (different) results: * During step 2 (while you're dragging cursor over the select options), the selected option does not change at all. * After you've released your initial click, *then* the select options will start being highlighted in response to your cursor position. * The popup menu remains open until you click again. Then if I perform step 3 (clicking elsewhere), I get EXPECTED RESULTS (the <select> loses its focus ring, and nothing else happens). But I think the behavior I'm observing before that is broken. Happy to spin off a separate bug for it, if you think it's unrelated-enough to the behavior described in comment 0.
Comment 3•8 years ago
|
||
I can't seem to reproduce this on OS X on a local m-c build in e10s mode.
Comment 4•8 years ago
|
||
Never mind, it's intermittent. I see it now.
![]() |
Assignee | |
Updated•8 years ago
|
Reporter | ||
Comment 5•8 years ago
|
||
I can no longer reproduce this on OS X. I'm not sure what fixed it. dholbert - are you still seeing this too?
Flags: needinfo?(dholbert)
Comment 6•8 years ago
|
||
I'm still seeing what I described in comment 2, but I'll file another bug for it, since I think it's pretty different from your OS X issue (aside from having the same STR).
Flags: needinfo?(dholbert)
Comment 7•8 years ago
|
||
I filed bug 1159301 for the symptoms that I described in comment 2.
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•