Open
Bug 429318
Opened 17 years ago
Updated 3 years ago
Vertical scrollbar overlapped by horizontal scrollbar in textarea in this case
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: regression, testcase)
Attachments
(4 files, 1 obsolete file)
See testcase, I see the vertical scrollbar being overlapped by the horizontal scrollbar in this case.
It might be only visbible for me in this testcase, because I use 'fat' scrollbars.
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #315988 -
Attachment is obsolete: true
Reporter | ||
Comment 2•17 years ago
|
||
![]() |
||
Comment 3•17 years ago
|
||
Is this not an issue for a <div style="overflow: scroll; white-space: pre"> with the same kids if it's styled to be the size the textarea is?
Reporter | ||
Comment 4•17 years ago
|
||
No, at least I couldn't reproduce it with my testing, I used:
style="overflow: scroll; white-space: pre; height: 62px; border: 2px inset black; display: inline-block; -moz-box-sizing: border-box; width: 195px;"
to try and reflect the textarea.
![]() |
||
Comment 5•17 years ago
|
||
Odd. There's really nothing special about the textarea here. I'm willing to bet this is a scrollframe issue.
Reporter | ||
Comment 6•17 years ago
|
||
I probably suck at making a non-textarea testcase.
![]() |
||
Comment 7•17 years ago
|
||
What if you do "overflow: auto"?
Reporter | ||
Comment 8•17 years ago
|
||
Gotcha. Indeed, it's also possible with a regular div (I didn't account for the font-size which seems smaller in textareas).
I can see the bug with the first div in this testcase.
I also added some divs with smaller widths, you might be able to reproduce this bug with those (for people who have normal scrollbars).
![]() |
||
Updated•17 years ago
|
Component: Layout: Form Controls → Layout: Block and Inline
QA Contact: layout.form-controls → layout.block-and-inline
This bug is marked with keyword regression, but I don't see any information about when it regressed.
Reporter | ||
Comment 10•17 years ago
|
||
This regressed between 2007-12-04 and 2007-12-05:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-12-04+04&maxdate=2007-12-05+07&cvsroot=%2Fcvsroot
I guess a regression from bug 375304?
Martijn, should we block on this? Did you see this problem in a real site?
Reporter | ||
Comment 12•17 years ago
|
||
No, I didn't see this on a real site, I don't think we should block on this.
Comment 13•9 years ago
|
||
User Agent Mozilla/5.0 (Windows NT 5.1; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID 20160510030240
I can reproduce the issue on latest Nightly (49.0a1) using "testcase2" and having larger scrollbars (e.g 25 px). In the divs with smaller widths, the vertical scrollbar disapears.
I attached a screenshot showing the "testcase2" rendering on Nightly 49 with scrollbar having a size of 25px.
Comment 14•9 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
![]() |
||
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•