Bug 9206 - Page content is exactly one window too low
Summary: Page content is exactly one window too low
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.true.com/search.htm
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2006-06-01 05:47 PDT by Craig
Modified: 2007-03-13 22:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig 2006-06-01 05:47:50 PDT
As if a height: 100% gap has been defined, one full page has to be scrolled before any content is displayed on true.com.  This existed in the release builds of WebKit, but also appears in the June 1st nightly, so it's still around.
Comment 1 Alexey Proskuryakov 2006-06-04 11:49:27 PDT
I can reproduce this problem by opening <http://www.true.com/search.htm> (but not the front page).
Comment 2 Alexey Proskuryakov 2006-06-07 13:03:16 PDT
This site uses User-Agent sniffing to serve different HTML to Safari and to Firefox.

curl http://www.true.com/search.htm --header "User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ru-ru) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3" >safari.html

curl  http://www.true.com/search.htm --header "User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4" >firefox.html

Safari and Firefox render both versions identically (thus the version served to Safari is rather likely to be buggy).
Comment 3 Mike Jorgensen 2007-03-13 20:50:55 PDT
(In reply to comment #1)
> I can reproduce this problem by opening <http://www.true.com/search.htm> (but

WORKSFORME with Safari 2.0.4 (419.3)
Comment 4 Alexey Proskuryakov 2007-03-13 22:53:31 PDT
Thank you for checking! So, the site was fixed, closing as INVALID.