Bug 12454 - Web page is displayed blank
Summary: Web page is displayed blank
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Major
Assignee: Nobody
URL: http://www.railsconfau.com/
Keywords: HasReduction
: 23590 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-28 17:49 PST by Mark Rowe (bdash)
Modified: 2019-05-02 16:23 PDT (History)
7 users (show)

See Also:


Attachments
Reduction (226 bytes, text/html)
2007-01-28 17:51 PST, Mark Rowe (bdash)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2007-01-28 17:49:16 PST
Steps to reproduce:

1) Load http://www.railsconfau.com/

Expected results:
Page is displayed.

Actual results:
Blank page is displayed.

Notes:
Behaviour is identical in WebKit 418.9.1 and ToT.  Firefox and Opera display the page contents.
Comment 1 Mark Rowe (bdash) 2007-01-28 17:51:40 PST
Created attachment 12733 [details]
Reduction

The problem appears to occur when there is a script tag referencing an external JavaScript file followed by an inline stylesheet that contains an unclosed comment tag.  Removing the script element causes the page content to be displayed as expected.
Comment 2 David Kilzer (:ddkilzer) 2007-01-28 18:26:50 PST
Sounds similar (but not quite the same) as Bug 6314.

Comment 3 Gerald Cornish 2009-01-22 04:28:15 PST
Also true for Safari 3.2.1 sans Webkit
Comment 4 David Kilzer (:ddkilzer) 2009-01-22 04:39:31 PST
(In reply to comment #3)
> Also true for Safari 3.2.1 sans Webkit

DNS says www.railsconfau.com doesn't exist.  Can this be closed?
Comment 5 Gerald Cornish 2009-01-22 05:11:07 PST
This page shows blank in Safari 3.2.1 with AND without Webkit.
Displays as expected in Firefox 3.0.3 and Camino 1.6.6
Comment 6 Alexey Proskuryakov 2009-01-22 09:07:59 PST
Assuming "this page" is the attached reduction - yes, it still displays blank. The bug URL no longer points to any page.
Comment 7 David Kilzer (:ddkilzer) 2009-01-22 10:35:28 PST
(In reply to comment #6)
> Assuming "this page" is the attached reduction - yes, it still displays blank.
> The bug URL no longer points to any page.

WebKit parses the source correctly according to html5lib.
Comment 8 Gerald Cornish 2009-01-24 03:44:13 PST
http://www.myoffers.co.uk/win-a-year-free-commuting-7075-4.asp?in=1&email=geraldcornish%40googlemail%2Ecom&enpass=wfhmjq
This site fails in Safari 3.2.1 with and without webket 
Comment 9 CWG 2009-01-25 20:09:52 PST
I'm seeing this at:

http://www.stupidstuff.org/main/bubblewrap.htm

Webkit displays a blank page, but the bubblewrap sound effects are there.

Safari v. 3.2.1 displays correctly.

I'm also seeing the problem in Chatzy chat:

http://www.chatzy.com 

although there it is "intermittent".  A new chat line causes the whole page to disappear, but doing just about anything, such as clicking the left column hide arrow at the middle left of the chat, causes the text to reappear.

Comment 10 CWG 2009-01-25 20:14:39 PST
Just to clarify, by:

" ... causes the whole page to disappear ... "

I meant the whole page of chat text.

The surrounding chat support HTML remains displayed.


Comment 11 Mark Rowe (bdash) 2009-01-25 20:15:37 PST
CWG, please file a new bug report about the problem you're seeing.  There's no details to suggest that what you're seeing is the same as this original bug report.
Comment 12 Darin Fisher (:fishd, Google) 2009-01-28 10:26:02 PST
*** Bug 23590 has been marked as a duplicate of this bug. ***
Comment 13 David Kilzer (:ddkilzer) 2009-02-15 18:48:09 PST
(In reply to comment #8)
> http://www.myoffers.co.uk/win-a-year-free-commuting-7075-4.asp?in=1&email=geraldcornish%40googlemail%2Ecom&enpass=wfhmjq
> This site fails in Safari 3.2.1 with and without webket 

Filed Bug 23970.  This page was blank due to a different issue.
Comment 14 David Kilzer (:ddkilzer) 2009-02-15 18:56:19 PST
(In reply to comment #9)
> I'm seeing this at:
> 
> http://www.stupidstuff.org/main/bubblewrap.htm
> 
> Webkit displays a blank page, but the bubblewrap sound effects are there.
> 
> Safari v. 3.2.1 displays correctly.
> 
> I'm also seeing the problem in Chatzy chat:
> 
> http://www.chatzy.com 
> 
> although there it is "intermittent".  A new chat line causes the whole page to
> disappear, but doing just about anything, such as clicking the left column hide
> arrow at the middle left of the chat, causes the text to reappear.

I don't see any issues with WebKit nightly build r41017 with either URL.
Comment 15 Gerald Cornish 2009-02-26 14:08:55 PST
With Safari Version 4 Public Beta (4528.16, r41242) these web pages display blank...
http://marguns.com/Images/page.php?p=224837&f=32
http://frankvaldes.com/viewtopic.php?m=35&tp=57553&l=836
Comment 16 David Kilzer (:ddkilzer) 2009-02-26 14:30:18 PST
(In reply to comment #15)
> With Safari Version 4 Public Beta (4528.16, r41242) these web pages display
> blank...
> http://marguns.com/Images/page.php?p=224837&f=32
> http://frankvaldes.com/viewtopic.php?m=35&tp=57553&l=836

Both pages are blank in Firefox 3.0.5 as well, and when spoofing as Firefox 3.0 and MSIE 7.0 in Safari 4 Public Beta.  They are both server-side issues.
Comment 17 Jon@Chromium 2009-03-19 14:31:09 PDT
It appears that progress on this bug has stalled out.  There is no one assigned and no comments for the last three weeks.

This bug was also reported against Chromium, see http://code.google.com/p/chromium/issues/detail?id=6195
Comment 18 Adam Barth 2010-09-20 00:43:33 PDT
Fixed by the HTML5 parser.