Closed
Bug 68008
Opened 24 years ago
Closed 24 years ago
Renders as blank white page
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: adam, Assigned: harishd)
References
()
Details
(Keywords: regression)
Attachments
(4 files)
547 bytes,
text/html
|
Details | |
2.25 KB,
patch
|
Details | Diff | Splinter Review | |
2.62 KB,
patch
|
Details | Diff | Splinter Review | |
4.72 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; m18) Gecko/20010116
BuildID: 0000000000
The page http://www.newsday.com/coverage/current/news/monday/nd4605.htm displays
as a blank white page, after the throbber throbs for a while.
The page renders fine in NS4.x, and contains no DOCTYPE so should be defaulting
to quirks mode.
Additionally it does not contain a <form> in the <head>, so does not seem to be
a dup of bug 66985.
Reproducible: Always
Steps to Reproduce:
Go to the URL: http://www.newsday.com/coverage/current/news/monday/nd4605.htm
Actual Results: Blank white page, no scrollbars.
Expected Results: Fairly lengthy page with text, tiled background image, etc.
Reporter can you try to use an new build, I used build 2001012920 for that link
without a problem.
btw, it seems that bugzilla helper didn't find your build ID.
Reporter | ||
Comment 2•24 years ago
|
||
I entered 0000000000 manually since that denotes
a CVS-built moz. More specifically, a moz fresh
fresh fresh from the head, just how we like it!
So it's a 'current' problem at time of writing...
External JS with <LINK CSS> would not render.
Status: NEW → ASSIGNED
Keywords: regression
Whiteboard: critical for mozilla 0.8
Target Milestone: --- → mozilla0.8
Comment 7•24 years ago
|
||
r=jst for patch v1.1
Comment 8•24 years ago
|
||
get super review and send mail to drivers@mozilla.org to get this into m0.8
Any idea if this bug affects the top 100 sites. In other words, is this a high
profile bug? If it's then we can convince the PDT for 0.8.
For now setting milestone to 0.9 :-(
Target Milestone: mozilla0.8 → mozilla0.9
Assignee | ||
Comment 10•24 years ago
|
||
Assignee | ||
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
r=jst for patch v1.2 too.
Comment 13•24 years ago
|
||
Another site with simmilar behaviour:
http://www.jc-news.com/pc
I don't know if it's the same bug, but it's (2-3 days old) regression too.
Please fix it in 0.8, please.
Comment 14•24 years ago
|
||
The semantics of BlockParser/UnblockParser/ContinueParsing should be better
documented in the interface header - my head is still reeling. Other than that,
sr=vidur.
Comment 15•24 years ago
|
||
Another site that renders as blank white page:
http://tboweb.com/features/crosword.htm
Click on the button which takes you to the crossword. It starts to render the
java crossword and then replaces with a blank white page.
Comment 16•24 years ago
|
||
Possible dup of bug 66034, "Content in Mozilla disappears seemingly at random",
which is marked as "critical for 0.8".
Comment 17•24 years ago
|
||
tested this patch on mac and it fixed the three test cases mentioned in this
bug, the attached one and http://www.jc-news.com/pc and
http://tboweb.com/features/crosword.htm I surfed my 40 or so bookmarks and
didn't se any new problems. If this passes Harish's testing then I'd like to
see it in 0.8.
Assignee | ||
Comment 18•24 years ago
|
||
Fix is in. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 20•24 years ago
|
||
Verified on:
build: 2001-03-29-09-Mtrunk
Platform: Win NT
http://www.jc-news.com/pc
This site is displayed as blank page.
http://tboweb.com/features/crosword.htm
This site is displayed fine.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 21•24 years ago
|
||
Opened up bug 74054 for http://www.jc-news.com/pc. I don't think bug 68008 & bug
74054 are dups. Marking this bug FIXED.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 22•24 years ago
|
||
Verified on:
build: 2001-03-29-09-Mtrunk
Platform: Win NT
Reduced test case (attachment) and the url
http://tboweb.com/features/crosword.htm loads fine.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•