Closed
Bug 3242
Opened 26 years ago
Closed 26 years ago
crash in StyleContextImpl destructor
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: karnaze, Assigned: peterl-retired)
References
()
Details
Sample 8 and the following crash on 2/22 NT debug build trying to release
StyleContextImpl's mRules.
<html>
<head>
<title>Example 8</title>
<style>
BUTTON {
background-color: red;
}
</style>
</head>
<body>
<FORM>
<BUTTON style="padding: 3px;">foo
</BUTTON>
</FORM>
</body>
</html>
Reporter | ||
Comment 1•26 years ago
|
||
Forgot to mention that to get the crash, load the example and then load any
other page.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
This was caused by bustage in SupportsArray
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Using 3/26 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•