Closed
Bug 306533
Opened 19 years ago
Closed 19 years ago
[FIX]###!!! ASSERTION: out of bounds: 'PRInt32(aIndex) >= 0 && aIndex <= length', file nsChildIterator.h, line 133
Categories
(Core :: Layout: Block and Inline, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: MatsPalmgren_bugz, Assigned: bzbarsky)
References
Details
(Keywords: testcase, verified1.8.0.12, verified1.8.1.4)
Attachments
(4 files, 1 obsolete file)
(deleted),
text/html
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
dveditz
:
approval1.8.1.4+
dveditz
:
approval1.8.0.12+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: out of bounds: 'PRInt32(aIndex) >= 0 && aIndex <= length',
file nsChildIterator.h, line 133
STEPS TO REPRODUCE
1. load attached testcase
2. click on the text
ACTUAL RESULTS
The first letter is displayed twice.
The above assertion when clicking on it.
EXPECTED RESULTS
Only two 'c' - not three.
No assertion.
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Assignee | ||
Comment 3•19 years ago
|
||
I filed bug 319603 on the duplication of the "c", for what it's worth.
Assignee | ||
Comment 4•19 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #205328 -
Flags: superreview?(roc)
Attachment #205328 -
Flags: review?(roc)
Assignee | ||
Updated•19 years ago
|
Priority: -- → P3
Summary: ###!!! ASSERTION: out of bounds: 'PRInt32(aIndex) >= 0 && aIndex <= length', file nsChildIterator.h, line 133 → [FIX]###!!! ASSERTION: out of bounds: 'PRInt32(aIndex) >= 0 && aIndex <= length', file nsChildIterator.h, line 133
Target Milestone: --- → mozilla1.9alpha
Attachment #205328 -
Flags: superreview?(roc)
Attachment #205328 -
Flags: superreview+
Attachment #205328 -
Flags: review?(roc)
Attachment #205328 -
Flags: review+
Reporter | ||
Comment 5•19 years ago
|
||
Remove the second 1) in the comment? and end it with a dot?
Assignee | ||
Comment 6•19 years ago
|
||
Attachment #205328 -
Attachment is obsolete: true
Assignee | ||
Comment 7•19 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Blocks: 369542
Branch version of the patch. We need this on the branch to fix the crash in bug 369542.
Attachment #256573 -
Flags: approval1.8.1.3?
Attachment #256573 -
Flags: approval1.8.0.11?
Updated•18 years ago
|
Flags: blocking1.8.1.4+
Flags: blocking1.8.0.12+
Comment 9•18 years ago
|
||
Comment on attachment 256573 [details] [diff] [review]
1.8 branch version
approved for 1.8/1.8.0 branches, a=dveditz for drivers
Attachment #256573 -
Flags: approval1.8.1.4?
Attachment #256573 -
Flags: approval1.8.1.4+
Attachment #256573 -
Flags: approval1.8.0.12?
Attachment #256573 -
Flags: approval1.8.0.12+
Fixed on branches.
Keywords: fixed1.8.0.12,
fixed1.8.1.4
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•