Closed
Bug 76421
Opened 24 years ago
Closed 23 years ago
Tables do not display if parent has width: 0px (should show overflow)
Categories
(Core :: Layout, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: jst, Assigned: karnaze)
References
Details
(Keywords: dataloss, regression, testcase)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Load the above url and click on the links on the page, go back to the original
page and click on other links...
Quite often the pages appear to load but they're completely blank, the times
they come up as blank pages they are (or at least should be) loaded from the cache.
Comment 2•24 years ago
|
||
Seeing this with PC Linux 2001041708.
But I don't have to go back to get blank pages. I got blank for pages
that I haven't seen yet so they came from network - not from cache.
Comment 3•24 years ago
|
||
I've also seen this on http://www.bluesnews.com. Doing a reload will almost
always get the content to show correctly, though. Viewing Page Info, it shows
the last modified date as "unknown," and I'm wondering if that has anything to
do with it.
lets continue to investigate till we can get a reproducible case that we can
track down.
per mtg with gagan, set to 0.9.2 target milestone while we work to find a set of
steps.
Note: not sure if related to http://bugzilla.mozilla.org/show_bug.cgi?id=71740
where I am able to consistently have blank pages appear on certain URLs (while
other people experience crashes).
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 6•24 years ago
|
||
This is a dupe of bug 75952 - though this bug is confirmed while 75952 is not.
neetie, feel free to dupe whichever one you wish to.
Whiteboard: [Dupe of 75952?]
Comment 7•24 years ago
|
||
Note evangelism bug 79760 on oasis-open.org. I see this now even on pages
without that bug (unclosed script). Maybe that corrupts the cache (the pages
use a shared script file).
Comment 8•24 years ago
|
||
Actually, with 2001-05-12-08, Win NT, http://www.oasis-open.org/ is blank for me
every time I try. Even creating a new profile does not help. Seems to have
regressed further.
Comment 10•24 years ago
|
||
Note the stylesheet at http://www.oasis-open.org/oasis.css :
body
{background-image: url(http://www.oasis-open.org/images/background_tile.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
height: 0px;
left: 0px;
margin: 0px;
position: absolute;
top: 0px;
width: 0px}
Content of the page is wrapped in a table. Setting "body { width: 0 }" *should*
break pages, but why is no overflow visible like it is in
http://www.oasis-open.org/committees/xmltest/testsuite.htm (see bug 81262; no
table).
-> Layout
Assignee: neeti → karnaze
Component: Networking → Layout
QA Contact: tever → petersen
Comment 11•24 years ago
|
||
Comment 13•24 years ago
|
||
I do not know if this helps, but the pages print comprehensibly (modulo
known printing bugs).
Comment 14•23 years ago
|
||
*** Bug 76469 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 15•23 years ago
|
||
I haven't been able to get blank pages on the urls. I see the problem in the
test case. Moving to m0.9.3.
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Comment 16•23 years ago
|
||
The site has been re-designed and does not use the stylesheet with
"body {width:0}" anymore. Thus I'm morphing this bug to reflect the underlying
problem (see testcase).
Keywords: mozilla0.9.1
Summary: Pages come up blank now n' then. → Tables do not display if parent has width: 0px (should show overflow)
Whiteboard: [Dupe of 75952?]
Comment 17•23 years ago
|
||
*** Bug 75952 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 18•23 years ago
|
||
Moving to m0.9.2
Severity: normal → major
Priority: -- → P1
Target Milestone: mozilla0.9.3 → mozilla0.9.2
Assignee | ||
Comment 19•23 years ago
|
||
Comment 20•23 years ago
|
||
r=peterl
Comment 21•23 years ago
|
||
sr=attinasi
Comment 22•23 years ago
|
||
please download a talkback build and report the incidentID of the report that
you send in when this crash happens. Thanks.
Blocks: 83989
Comment 23•23 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Assignee | ||
Comment 24•23 years ago
|
||
The patch is in, marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 25•23 years ago
|
||
*** Bug 75952 has been marked as a duplicate of this bug. ***
Comment 26•23 years ago
|
||
Marking verified in the June 27th branch build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•