RESOLVED INVALID 16316
User content painting on top of horizontal scroll bar
https://bugs.webkit.org/show_bug.cgi?id=16316
Summary User content painting on top of horizontal scroll bar
Ian Fette
Reported 2007-12-05 17:47:00 PST
This is appearing in Safari 3.0.4 for Windows (523.12.9) In Gmail, a little floating box appears in the lower right hand part of the content area to show that other people have replied to a conversation. In Safari, this floating box actually overlaps a horizontal scroll bar, if such a bar is present. I will attach a screenshot that shows this behavior. Steps to reproduce: 1. Log into gmail 2. Open a conversation 3. Expand a number of the messages such that the box which indicates the existence of more responses than shown on screen appears. Observe that this indicator overlaps part of the browser chrome (the vertical scroll bar). You may need to resize your browser to get a vertical scroll bar to appear.
Attachments
Screenshot showing content overlapping horiz. scroll bar (57.34 KB, image/jpeg)
2007-12-05 17:48 PST, Ian Fette
no flags
Ian Fette
Comment 1 2007-12-05 17:48:49 PST
Created attachment 17732 [details] Screenshot showing content overlapping horiz. scroll bar
David Kilzer (:ddkilzer)
Comment 2 2007-12-06 07:47:19 PST
FWIW, I ran into Bug 16328 while trying to reproduce this on Mac OS X 10.4.11.
mitz
Comment 3 2007-12-06 09:10:24 PST
I think this behaves as expected - the scrollbar belongs to a frame, not to the page. The box is absolutely positioned on the page such that it overlaps the bottom of the frame, which happens to be displaying the scroll bar.
Ian Fette
Comment 4 2007-12-06 09:20:23 PST
Although this is very strange behavior, it does seem to be in line with what other browsers are doing. I just tried it in IE and FF and got the same result. (It surprises me that this is possible, but that's a different story.) Probably safe to close this out given that.
mitz
Comment 5 2007-12-06 09:36:51 PST
Closing as INVALID per comment #4.
Note You need to log in before you can comment on or make changes to this bug.