Closed
Bug 1379
Opened 26 years ago
Closed 26 years ago
ss: crash because table frame has a displayType of inline
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: buster, Assigned: buster)
References
()
Details
I don't know if this is because style resolution is broken or because of some
monkeying around that layout is doing. But I'm getting a table frame with a
display type of "2" and that is breaking my code. I hit an assert when a table
row can't find it's parent table properly.
also happens on http://www5.localweb.com/fingerstyle/mozillaZine/
the description is slightly off. I don't hit an assert, I crash dereferencing a
body as a table frame because the guarantee that a table frame will have dipslay
type = table is violated.
*** Bug 1429 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Assignee: peterl → buster
Updated•26 years ago
|
Summary: crash because table frame has a displayType of inline → ss: crash because table frame has a displayType of inline
Comment 3•26 years ago
|
||
This is a show stopper. It's crashing us on lots of major sites. Adding people
to cc: list.
it's not crashing for me (at the momemnt!) but it is demonstrating unstable
layout. Jiggling the window width slightly causes the various logos (abcnews,
espn and Mr Showbiz) to jump around oddly. ANd the text lower down that has
"Advertising Sales, News and P.R...." jumps around wildly!
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
the crash is fixed. the "text jiggling" reported by Kipp has been submitted as
a separate bug with the title "jumpy layout in frameset."
verified in 11/23 build also Steve says its fixed and looks fine for him now.
You need to log in
before you can comment on or make changes to this bug.
Description
•