Closed
Bug 1827
Opened 26 years ago
Closed 26 years ago
Frame size not found
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: michael.j.lowe, Assigned: karnaze)
References
()
Details
In this page, the program does not correctly pick up the frame column sizes from
this tag:
<FRAMESET COLS="150,* " FRAMESPACING=0 FRAMEBORDER="NO" BORDER=0>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•26 years ago
|
||
Rick, should this be handled by the parser?
Reporter | ||
Comment 2•26 years ago
|
||
Rick, should this be handled by the parser?
Reporter | ||
Updated•26 years ago
|
Assignee: karnaze → rickg
Status: ASSIGNED → NEW
Component: HTMLFrames → Parser
This parses correctly. The tag cited has a COLS attribute whose value is
"150,* " (note the space between the asterisk and the close quote.
The frame system must deal with this, not the parser.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
This is now fixed, but Raptor and Nav 4 still both don't handle other cases
where whitespace is inserted in questionable places (e.g rows=" 100, * ")
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 5•26 years ago
|
||
Just pulled and built nglayout, but the cited URL above still exhibits the same
problem.
Reporter | ||
Comment 6•26 years ago
|
||
Changed was backed out by cltbld%netscape.com since it was applied against a
closed tree. Change needs to be reapplied.
Assignee | ||
Comment 8•26 years ago
|
||
Yes, my change was backed out yesterday by the build team. I will put it back in
today.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•