Open
Bug 1251570
Opened 9 years ago
Updated 2 years ago
[e10s] <input>'s suggestions are placed at the top of the screen instead of below the <input> (if I scroll the page first)
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: arni2033, Unassigned)
References
()
Details
Attachments
(2 files)
>>> My Info: Win7_64, Nightly 47, 32bit, ID 20160224030246
STR:
1. Open the following "data:" url or click URL in the form above
> data:text/html,<form><input name="q"><style>body{height:10000px}input:focus{outline:2px solid green}
2. Let I=1. Repeat 10 times: type I into <input>, press Enter. Increase I by 1.
[now you have at least 10 suggestions in <input>]
3. Focus <input>
4. Scroll page to the end using mouse wheel or the scrollbar (<input> must stay focused)
5. Press Down key
AR: Suggestions appear on top of the screen
ER: Suggestions should appear below the <input>, just like in non-e10s. See screenshots.
Updated•9 years ago
|
tracking-e10s:
--- → ?
Comment 2•9 years ago
|
||
The problem have been existed since landing of Bug 897061
Comment 3•9 years ago
|
||
Thanks for the report. Clearing the needinfo so that this shows up in our next triage.
A bug that we should eventually fix, but it's a bit polish and it's not a regression (has always existed with e10s).. I personally wouldn't block e10s on it..
Flags: needinfo?(markh)
Flags: needinfo?(felipc)
Updated•9 years ago
|
Updated•9 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Comment 4•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•