Closed
Bug 22726
Opened 26 years ago
Closed 26 years ago
Crash on page with css2 style sheet selector
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: extremely, Assigned: troy)
References
()
Details
Attachments
(1 file)
|
437 bytes,
text/html
|
Details |
This seems to be related to Layout Parser or Style. I can't figure out which.
I boiled the page down to a minimum which I will attach to this bug. When you
look at the attachment, note the css2 style sheet selector syntax.
` .maths + * { clear: both; } '
If one less span tag is used or the <form><select> is removed or the clear:
both; is moved into the ` .maths span {} ' rule the crash doesn't happen.
This leads me to believe that the layout engine can't handle the parse tree
where the <select> flows around the clear added with the css2 rule.
If you add content before the <div> it will display, implying that the parser
makes it past the rule ok. text after the <select> doesn't display.
I'm PC only this week so I can't verify on linux or get a stack trace.
The browser is M12. The windows error is "Mozilla caused an nvalid page fault
in module GKHTML.DLL 015f:601ba4af."
Updated•26 years ago
|
Severity: normal → critical
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
With the latest build (2000010308), the crash is not occuring.
You need to log in
before you can comment on or make changes to this bug.
Description
•