Closed
Bug 105952
Opened 24 years ago
Closed 23 years ago
acm.org - Major part of page doesn't show up
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: lawrenceteo, Assigned: john)
References
()
Details
(Whiteboard: aok)
Attachments
(1 file)
690 bytes,
text/html
|
Details |
A major part of this page doesn't show up at all. It shows up properly under
Netscape 4.78.
Comment 1•24 years ago
|
||
It looks like the problem is cols="60%, *%"; * is only meaningful by itself or
as n* (where n is an integer). ->Evangelism (the page needs to remove the %
sign from after the *).
Assignee: attinasi → bclary
Status: UNCONFIRMED → NEW
Component: Layout → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Version: other → unspecified
Updated•24 years ago
|
Summary: Major part of page doesn't show up → acm.org - Major part of page doesn't show up
Updated•23 years ago
|
Whiteboard: aok
Comment 2•23 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
![]() |
||
Comment 3•23 years ago
|
||
I think we should fix this on our end.... hwaara, wanna do it?
Comment 4•23 years ago
|
||
We are supposed to handle this exact case at this line of code:
http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/nsFrameSetFrame.cpp#943
Are you sure it's fixed if you remove the trailing %? If so, then that code
has been broken for a long time.
Comment 5•23 years ago
|
||
->HTMLFrames for now. We can move it back to evangelism later if we change our
minds.
Assignee: doron → jkeiser
Component: US General → HTMLFrames
Product: Tech Evangelism → Browser
QA Contact: zach → amar
Version: unspecified → other
<FRAMESET ROWS="24%,*">
<FRAMESET COLS="*">
<FRAME SRC="driver.cfm" NORESIZE SCROLLING="No" frameborder="No">
<FRAMESET COLS="45%,*%">
<FRAMESET ROWS="60%,*">
<FRAME SRC="prompt4.cfm" NORESIZE SCROLLING="auto" frameborder="No"
NAME="calendar">
<FRAME SRC="prompt3.cfm" NORESIZE SCROLLING="yes" frameborder="No"
NAME="DAILY">
</FRAMESET>
<FRAME SRC="event_listing.cfm" SCROLLING="yes" frameborder="No"
NAME="LISTING">
</FRAMESET>
</FRAMESET>
</FRAMESET>
The page has error, but IE present it very well. if you move </FRAMESET>
before the third <FRAMESET>, the presentation work well.
Assignee | ||
Comment 7•23 years ago
|
||
This bug looks fixed to me in 2002102908. Reopen if not.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•