Closed
Bug 317876
Opened 19 years ago
Closed 18 years ago
Crash with evil testcase on hovering after reload with display:table-row, display:inherit
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
References
Details
(4 keywords)
Attachments
(3 files)
See upcoming testcase.
To reproduce the crash:
- Load testcase
- Hover over the text
- Reload
- Hover over the text
- Reload
Also happens in Mozilla1.7
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Backtrace from debug build, from the assertion I get.
It doesn't seem to crash in a debug build, though.
The display type asserts are the debug help patch from bug 289517 that got checked in without r/sr.
fixed by the checkin for bug 289517
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
reading the bug sometimes helps :-(
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•19 years ago
|
||
So is this still an issue now that bug 289517 is fixed?
Comment 7•19 years ago
|
||
(In reply to comment #6)
> So is this still an issue now that bug 289517 is fixed?
Not with 2005-12-22-10 of trunk SeaMonkey on Windows XP, no.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Stephen did you see comments 4 and 5, I reopened because I first believed that it got fixed and later discovered that is not the case, You have to reload the testcase as the bug description says: TB13223205Z
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•19 years ago
|
||
(In reply to comment #8)
> Stephen did you see comments 4 and 5, I reopened because I first believed that
> it got fixed and later discovered that is not the case, You have to reload the
> testcase as the bug description says: TB13223205Z
Bernd, yes indeed that's the case. Sorry ;-(
It took a while--I had to browse away from the page to get it to crash, but I did.
Comment 10•19 years ago
|
||
The style display resolution is still wrong even after the patch for bug 289517.
Reporter | ||
Updated•19 years ago
|
Blocks: ajax-demolisher
Comment 11•19 years ago
|
||
Comment 12•19 years ago
|
||
Undoing https://bugzilla.mozilla.org/show_bug.cgi?id=289517#c27 fixes the assert and the crash. So from my reading of bug 289517 we need to fix the static case first to get the patch back in. But is static the right word here? Don't we need to fix the ordinary table cell creation aka bug 323656?
Comment 13•19 years ago
|
||
Boris, could you provide some guidance for this?
Assignee | ||
Comment 14•19 years ago
|
||
Yeah, the static case is bug 323656.
Could we perhaps do something for branch where we skip over the parent cellContent if and only if its parent is a pseudo-cell? That shouldn't cause the sorts of issues bug 289517 comment 26 talks about, at least.
For trunk, we should fix bug 323656 and possibly in general fix how we determine our parent style context...
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.9a1?
Flags: blocking1.9a1? → blocking1.9+
Assignee | ||
Comment 15•18 years ago
|
||
Now that bug bug 323656 is fixed, is this still a problem?
Comment 16•18 years ago
|
||
no more crash
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070416 Minefield/3.0a4pre ID:2007041607 [cairo]
Reporter | ||
Comment 17•18 years ago
|
||
Yes, seems fixed, no crash on reload anymore, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070417 Minefield/3.0a4pre
Status: REOPENED → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
Reporter | ||
Comment 18•18 years ago
|
||
Verified fixed on trunk and branches.
The testcase doesn't crash anymore when hovering over the text and then reloading.
Status: RESOLVED → VERIFIED
Keywords: verified1.8.0.12,
verified1.8.1.4
Comment 19•11 years ago
|
||
Flags: in-testsuite? → in-testsuite+
Assignee: nobody → martijn.martijn
Updated•11 years ago
|
Assignee: martijn.martijn → bzbarsky
You need to log in
before you can comment on or make changes to this bug.
Description
•