Closed
Bug 658684
Opened 14 years ago
Closed 11 years ago
Down arrow scrolling of textarea{overflow:hidden} is broken, scrolls the page instead
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dbuchner, Unassigned)
Details
(Keywords: testcase, Whiteboard: dupeme)
Attachments
(1 file)
4.31 KB,
text/html
|
Details |
If you give this fiddle a look - http://jsfiddle.net/w00fz/yuCTU/ - you'll find that when you populate the textarea with content that overflows its visible bottom, the down arrow scrolling will not scroll the length of the content. Instead it starts scrolling the page when it reaches the textarea's visible bottom.
Feel free to ping me if any further explanation is needed.
Reporter | ||
Updated•14 years ago
|
Summary: Down arrow scrolling of content broken → Down arrow scrolling of textarea content broken
Reporter | ||
Comment 2•14 years ago
|
||
We really should correct this. I have even been alerted to cases where developers are unable to force the proper scroll behavior with JavaScript, which is also troubling.
Comment 3•14 years ago
|
||
Updated•14 years ago
|
Summary: Down arrow scrolling of textarea content broken → Down arrow scrolling of textarea{overflow:hidden} is broken, scrolls the page instead
Updated•14 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
![]() |
||
Comment 4•11 years ago
|
||
WFM with
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 ID:20140421162246 CSet: 1c35a9dca8a0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 ID:20140512030202 CSet: 20ca234fd62b
=> resolving (same as Bug 752693).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•