Closed
Bug 58375
Opened 25 years ago
Closed 25 years ago
Newline(LF) inside the src of frameset makes frame not working
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
People
(Reporter: pgarceau, Assigned: pollmann)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001028
BuildID: 2000102808 & 200092908 (Netscape 6 -- PR3)
When calling http://planeshift.onestop.net using Navigator 4.75, site is
rendered without problems or errors.
When calling the site using either of the builds noted above, Mozilla receives
message from onestop server:
"The requested URL / was not found on this server." Mozilla/NS PR3 should
render the page.
Page source when viewed using Navigator 4.75
shows:
<!DOCTYPE HTML PUBLIC "--//IETF//DTD HTML 2.0//EN">
Of note -- one line references the following:
<frame="MainX1" ... src=/bottom.php? server planeshift.onestop.net&file=/ ">
Reproducible: Always
Steps to Reproduce:
1. Enter website reference using Mozilla (http://planeshift.onestop.net)
2.
3.
Actual Results: Message:
NOT FOUND
The requested URL / was not found on this server.
Expected Results: Page Rendering
Makes no difference whether I use latest nightly release of either talkback or
installer. At a guess I would say it is a parsing error of some sort.
Comment 1•25 years ago
|
||
<frame name="mainX1" framespacing=0 frameborder=no border=0 marginwidth="0"
marginheight="0" src="/bottom.php?
server=planeshift.onestop.net&file=/" >
a newline inside the src="", over ot frames. Possibly invalid bug as this is bad
html, but as said before, 4.7x renders correctly. might be a parser issue.
Assignee: asa → pollmann
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLFrames
Ever confirmed: true
QA Contact: doronr → petersen
Updated•25 years ago
|
Summary: Uncertain: Browser reports Bad URL reference at http://planeshift.onestop.net → Newline(LF) inside the src of frameset makes frame not working
Assignee | ||
Comment 2•25 years ago
|
||
This is a duplicate of bug 57968 - I'm working on a patch. Hope to have it done
soon!
*** This bug has been marked as a duplicate of 57968 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
Worksfine on WIN2K build Id: 2002011803. Marking verified.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•