Open
Bug 1118204
Opened 10 years ago
Updated 3 years ago
Scrolling inside a textarea that's not completely displayed should scroll the page first
Categories
(Core :: General, defect)
Tracking
()
NEW
People
(Reporter: julienw, Unassigned)
Details
Attachments
(1 file)
17.85 KB,
text/html
|
Details |
STR:
1. open the attached file
2. if the textarea is fully visible, resize your browser window so that only part of the textarea is visible
3. put your mouse cursor on the textarea
4. scroll down using your mousewheel or trackpad or whatever simulates a mousewheel
Expected:
* the page scrolls down so that we can see the textarea completely, and then scrolls down the textarea if it is scrollable
Actual:
* the textarea is scrolled down first
Rationale is that when we scroll down the page, we can see also see the needed text in the textarea, but we also see more of the textarea itself.
Of course, we need the same behavior when scrolling up. We also need to take care of textareas that are higher than the window's height.
Note that I get this a lot when editing wiki.mozilla.org.
(I wasn't sure of the component, so I put this in General).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•