Bug 8955
Summary: | Horizontal Scrollbars appear no matter the window width (ToT 5/17/06) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rosyna <webkit-bugs> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bfulgham, ian, mitz |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.unsanity.org/archives/000457.php |
Rosyna
This is kind of funny actually as it mimics an IE bug that was fixed in IE7.
Anywho, go to the above page and no matter how wide the page is, a horizontal scroll bar appears.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rosyna
You may have to shrink the font size by using command - on the keyboard a few times. Once the font size is below a specific threshold, the scroll bar appears.
mitz
That page's CSS has
.blog-body > P:first-child {
text-shadow: 2px 2px 100px #DDD;
}
The extra scroll-room is there to accommodate the very wide shadow.
Rosyna
While the 100px is definitely never actually visible, it doesn't completely account for what happens on <http://www.unsanity.org/archives/000453.php>. Here if you click on one of the links and go back to the page, the scrollbar disappears.
mitz
(In reply to comment #3)
> if you click on one of the links and go back to the page, the scrollbar
> disappears.
That seems to be the case with navigating through the back/forward cache from any page that doesn't have a horizontal scroll bar to a page that has one. The scroll bar doesn't reappear until you scroll (vertically).
Brent Fulgham
The relevant page no longer exists. We can't take action on this issue.