Bug 14686 - Page content doesn't show
Summary: Page content doesn't show
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac (PowerPC) OS X 10.4
: P3 Normal
Assignee: Nobody
URL: http://www.powerbar.nl/
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2007-07-20 03:46 PDT by Peter
Modified: 2024-04-23 18:43 PDT (History)
3 users (show)

See Also:


Attachments
web archive of powerbar.nl in Safari 17.4.1 (1.10 MB, image/png)
2024-04-23 12:50 PDT, Frances
no flags Details
screenshot of current powerball.eu (1.86 MB, image/png)
2024-04-23 12:53 PDT, Frances
no flags Details
screenshot of Powerball.eu, deleted node (1.83 MB, image/png)
2024-04-23 12:58 PDT, Frances
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2007-07-20 03:46:02 PDT
The page does show in Firefox and IE for example, but not in WebKit.
Comment 1 David Kilzer (:ddkilzer) 2007-07-20 04:45:04 PDT
Confirmed with a local debug build of WebKit r24455 with Safari 3.0 (522.12) on Mac OS X 10.4.10 (8R218).  This also occurs with Safari 2.0.4 (419.3) with original WebKit on 10.4.10, so this is not a regression.

Works as expected in Firefox 2.0.0.4.  Oddly, the page won't load at all in Opera 9.21.
Comment 2 David Kilzer (:ddkilzer) 2007-07-20 04:49:56 PDT
Somehow, <div id="Main1_content"> ends up with a height of 0px via the inspector.  Running this javascript: URL after the page loads shows some of the content:

javascript:document.getElementById("Main1_content").style.height=500

Comment 3 Marcus 2008-04-10 15:16:18 PDT
The page uses a buggy stylesheet (http://www.powerbar.nl/310.css). Specifically this rule:

.altijdscroll{overflow :auto;scrollbar-base-color:#ffffff;div{width:100%;height:100%}}

The W3.org CSS validator flags this line as invalid, div{width:100%;height:100%} generates a parse error. If I remove the invalid property the page works fine in Safari 3.1.
Comment 4 Frances 2024-04-23 12:46:00 PDT
The current page loads in Safari 17.4.1 at: https://www.powerbar.eu/en_INT

the wayback machine also loads in Safari 17.4.1 at:
https://web.archive.org/web/20070704140715/http://www.powerbar.nl/default.aspx?class=item&item=310
Comment 5 Frances 2024-04-23 12:50:51 PDT
Created attachment 471076 [details]
web archive of powerbar.nl in Safari 17.4.1
Comment 6 Frances 2024-04-23 12:53:07 PDT
Created attachment 471077 [details]
screenshot of current powerball.eu
Comment 7 Frances 2024-04-23 12:57:17 PDT
There is a big gap, from this node:
<div class="cms-image-container is-standard"> <img loading="lazy">

containing this: <img loading="lazy" src="https://www.powerbar.eu/media/33/56/22/1665481669/red_logo_claim_main.gif" class="cms-image"></div>.

If deleted in the html of the website, the website works.
Comment 8 Frances 2024-04-23 12:58:14 PDT
Created attachment 471078 [details]
screenshot of Powerball.eu, deleted node
Comment 9 Karl Dubost 2024-04-23 18:43:36 PDT
The site renders the same everywhere.