Bug 16316 - User content painting on top of horizontal scroll bar
Summary: User content painting on top of horizontal scroll bar
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: GoogleBug
Depends on:
Blocks:
 
Reported: 2007-12-05 17:47 PST by Ian Fette
Modified: 2007-12-06 20:36 PST (History)
1 user (show)

See Also:


Attachments
Screenshot showing content overlapping horiz. scroll bar (57.34 KB, image/jpeg)
2007-12-05 17:48 PST, Ian Fette
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Fette 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.
Comment 1 Ian Fette 2007-12-05 17:48:49 PST
Created attachment 17732 [details]
Screenshot showing content overlapping horiz. scroll bar
Comment 2 David Kilzer (:ddkilzer) 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.

Comment 3 mitz 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.
Comment 4 Ian Fette 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.
Comment 5 mitz 2007-12-06 09:36:51 PST
Closing as INVALID per comment #4.