Open
Bug 1234031
Opened 10 years ago
Updated 3 years ago
Textarea may be scrollable (overflowed) without visible scrollbar
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
Details
Attachments
(1 file)
601 bytes,
text/html
|
Details |
>>> My Info: Win7_64, Nightly 46, 32bit, ID 20151219030215
STR:
1. Open attached "testcase 1"
2. Move mouse over the center of <textarea>, click middle mouse button to display "autoscroll circle"
3. Move mouse toward the bottom of the page to start autoscrolling
Result:
Textarea scrolls by 1px and then nothing happen.
Expectations:
Textarea should display scrollbar to indicate that there's overflow.
Because current behavior is very confuzing.
Note:
I think this is caused by weird line-height, just like bug 1208412. I faced both of them on Bugzilla
I'm still able to reproduce this with HWA disabled if I set
"height: 263px; line-height: 15.5px;" or only "height: 264.5px;" to textarea.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•