Closed
Bug 1249177
Opened 10 years ago
Closed 9 years ago
[e10s] <select>'s drop-down list doesn't follow select, if I press F11
Categories
(Core :: Layout: Form Controls, defect, P2)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: arni2033, Assigned: enndeakin)
References
()
Details
Attachments
(1 file, 2 obsolete files)
3.24 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
>>> My Info: Win7_64, Nightly 47, 32bit, ID 20160212030242
STR:
0. Press F11, right-click Australis Menu button (≡), enable "Hide Toolbars" menuitem, press F11
1. Open the following "data:" url or click URL in the form above
> data:text/html,<select><option>1<option>2
2. Click select's dropmarker to open the list of options
3. Press F11
AR: <select>'s drop-down list stays at its old position, while <select> itself moves to the top
ER: <select>'s drop-down list shouldn't be detached from <select>.
Updated•10 years ago
|
tracking-e10s:
--- → m8+
Updated•10 years ago
|
Updated•10 years ago
|
Flags: needinfo?(jgriffiths)
Updated•10 years ago
|
Flags: needinfo?(jgriffiths)
Priority: -- → P2
Assignee | ||
Comment 1•9 years ago
|
||
The simplest solution is to just close the dropdown when switching in and out of fullscreen mode (as Chrome does).
Assignee: nobody → enndeakin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8772468 -
Attachment is obsolete: true
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8774829 -
Attachment is obsolete: true
Attachment #8777427 -
Flags: review?(mconley)
Comment 4•9 years ago
|
||
Comment on attachment 8777427 [details] [diff] [review]
Close popup on fullscreen, with updated test
Review of attachment 8777427 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay!
Attachment #8777427 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1a9d19c4813701af1968b75fa5ef785d1d9eb0b5
Bug 1249177, close select popup when fullscreen is entered or exited, r=mconley
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•