Closed
Bug 57010
Opened 25 years ago
Closed 21 years ago
possible crash lurking in table frame construction code
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: buster, Unassigned)
References
Details
(Keywords: helpwanted, Whiteboard: [awd:tbl][TESTCASE NEEDED])
spun off of bug 56563.
In that bug, http://www.ex-mozilla.org/date.html crashes during an incremntal
reflow because the frame model is screwed up. It looks like this:
TableOuter(table)
Table(table)
Inline(sh)
Inline(sh)
It got this way because the parser didn't correctly move <SH> out of the table
into the table's parent.
However, I believe it's also possible to get into this situation via the DOM.
I haven't coded up a test case, but it shouldn't be hard to do.
So this bug is about making sure a legal frame model gets created for the table.
I don't think we need to worry about this for RTM. It needs investigation, and
a test case.
Comment 3•25 years ago
|
||
See bug 72360, which ends up creating an invalid frame model. karnaze, I think
that we should definitely spend some time figuring out how to avoid constructing
invalid frame models in the face of malicious CSS and/or DOM operations.
Comment 4•24 years ago
|
||
Removing crash keyword, since there is no url or testcase demonstrating a crash.
Comment 5•24 years ago
|
||
Since there is no URL and no testcase that demostrate a crash. There isn't any
more specific information that would give us a head start.
Reporter: Do you know the step-by-step events that would trigger the crash?
Comment 6•23 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: ASSIGNED → NEW
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 7•21 years ago
|
||
No URL or testcase to reproduce. Marking worksforme.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•