Closed
Bug 540121
Opened 15 years ago
Closed 6 years ago
scroll to top when line wrapping or newline inserted in textarea with form helper closed
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: joe, Unassigned)
References
Details
(Whiteboard: formfill)
If you are typing in a textarea after closing the form helper, and your line wraps or you press enter, most of the time your viewport will jump to the top of the page, despite focus remaining in the textarea.
This is in the 2010-01-14 late afternoon build on an N900.
Comment 1•15 years ago
|
||
I imagine that's because the real browser position and the visible user area are not sync, so when a reflow happen the platform throw a scroll for the browser (that we handle in browser.js) and so, we scroll to the browser's position (which is 0,0 in general) :(
The 2 options that i can think about here are:
* wait for bug 499212 to be resolved
* sync the browser position with the view when the formhelper is closing
Whiteboard: formfill
Depends on: 479862
Updated•14 years ago
|
Component: Linux/Maemo → General
OS: Linux → Linux (embedded)
Hardware: Other → ARM
Comment 2•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•