Bug 15699
Summary: | Page renders as being much taller than needed, can scroll forever | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | ddkilzer, mitz |
Priority: | P2 | Keywords: | Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard |
Mark Rowe (bdash)
Steps to reproduce:
1. Visit http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard.
2. Look at scroll bar, note tiny thumb.
3. Scroll down. Keep scrolling. Nothingness.
Firefox doesn't see this. This is a recent regression as this does not reproduce in Safari that ships with 10.5.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
I saw the bug the first time I loaded the page, but when I reloaded it it had the correct height. I am pretty sure I have seen this behavior on trac.macosforge.org pages with older versions of WebKit (going back at least as far as the one that ships with 10.5). Those pages use <http://trac.macosforge.org/js/bgsize.js> which gives an error on WebKit.
Mark Rowe (bdash)
The line that throws the exception is:
document.bggradientimg.height=newheight;
TypeError: Undefined value
http://trac.macosforge.org/js/bgsize.js:19
William Siegrist
That javascript (and layout in general) is no longer used on macosforge. I think this is fixed.
David Kilzer (:ddkilzer)
The trac.macosforge.org site has changed. There is no Internet Archive saved for this URL. Moving to RESOLVED/FIXED.