Closed
Bug 3838
Opened 26 years ago
Closed 26 years ago
Those URLs do not get loaded in 5.0(europeen sites)
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: marina, Assigned: rickg)
Details
Steps to reproduce:
type those URLs (they are from Top Europeen URL list) and hit "enter"
http://www.sat1.de
http://www.tvtoday.de
http://www.rtl.de
http://www.sueddeutsche.de
http://www.handelsblatt.de
note://eventhough the status line says "done" the page is blank (they display OK
in 4.51)
Updated•26 years ago
|
Assignee: ftang → vidur
Comment 1•26 years ago
|
||
reassign this to vidure. I reassign this to vidure because several of them are
heavely use frameset w javascript. Please take a look at them. You may want to
open different bug report for different site if the cause are different.
leger, please do put one url per bug report unless you are sure they are
related. thanks.
Updated•26 years ago
|
Assignee: vidur → rickg
Comment 3•26 years ago
|
||
Rick, this is similar to the SCRIPT in HEAD problem. In these cases, however,
the SCRIPT element is after the HEAD element and does a document.write() of a
FRAMESET. Harish's change doesn't fix this since the HEAD is closed. The bottom
line is that a SCRIPT element should never force the creation of other elements.
The open question is where this element should be in the DOM hierarchy.
The fix, that I checked in yesterday ( Mar 17 ) should cause all the URLs, other
than http://www.rtl.de and http://www.sat1.de, to load properly.
Comment 5•26 years ago
|
||
moving to m4
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed given URL's as the problems relate to <SCRIPT> tag handling in odd places.
Fixed given URL's as the problems relate to <SCRIPT> tag handling in odd places.
You need to log in
before you can comment on or make changes to this bug.
Description
•