Closed
Bug 277200
Opened 20 years ago
Closed 20 years ago
[FIX]Black bars appear when scrolling down and then up again
Categories
(Core :: Layout: Block and Inline, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla1.8beta1
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
626 bytes,
text/html
|
Details | |
3.01 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Scrolling down and then scrolling up again on this site causes black bars to
appear, just under the "check availability" links.
This was reported at:
http://forums.mozillazine.org/viewtopic.php?t=195864
Reporter | ||
Comment 1•20 years ago
|
||
The overflow:hidden; rule for the <span> is necessary to trigger the bug. I
find this kind of odd, since overflow should not 'work' for inline elements.
Comment 2•20 years ago
|
||
Selecting the "Mountain..." text is also a way to trigger the bug.
Severity: normal → minor
OS: Windows XP → All
Assignee | ||
Comment 3•20 years ago
|
||
We were just neglecting to flag the view as having transparent content, since
we thought we had invisible overflow...
Assignee | ||
Updated•20 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #173039 -
Flags: superreview?(roc)
Attachment #173039 -
Flags: review?(roc)
Assignee | ||
Comment 4•20 years ago
|
||
Martijn, good catch on the overflow thing!
Priority: -- → P2
Summary: Black bars appear when scrolling down and then up again → [FIX]Black bars appear when scrolling down and then up again
Target Milestone: --- → mozilla1.8beta
Comment on attachment 173039 [details] [diff] [review]
Patch
bizarre
Attachment #173039 -
Flags: superreview?(roc)
Attachment #173039 -
Flags: superreview+
Attachment #173039 -
Flags: review?(roc)
Attachment #173039 -
Flags: review+
Assignee | ||
Comment 6•20 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•