Closed
Bug 13815
Opened 25 years ago
Closed 25 years ago
tree does not respond to ContentInserted() notifications
Categories
(Core :: XUL, defect, P1)
Core
XUL
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: waterson, Assigned: scottputterman)
References
Details
(Whiteboard: XUL bugs to be verified by reporter)
Attachments
(1 file)
(deleted),
text/xul
|
Details |
To reproduce:
1. Save attached test case as "test.xul"
2. Run viewer.
3. Open test.xul in viewer.
4. Click "append" a couple of times; you should see new tree items appended.
5. Click "insert". Nothing will happen.
I've traced this through the debugger to verify that ContentInserted() is
actually being called. (Beware: if you set a breakpoint in
nsRDFElement::InsertBefore, you'll get several "bogus" calls from the test
routine's MakeTreeItem() function before the "real" call comes through.)
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Target Milestone: M11
Comment 2•25 years ago
|
||
targetting m11, p3
Updated•25 years ago
|
Severity: normal → blocker
Comment 3•25 years ago
|
||
Upgrading severity to blocker, assuming that all the bugs marked depending on
this really are.
Updated•25 years ago
|
Priority: P3 → P1
Comment 4•25 years ago
|
||
bumping priority to p1
Comment 5•25 years ago
|
||
My hands have deteriorated to the point where I can no longer type. I need
help. If you think you can fix this bug on your own, please take it away from
me. If you'd like to volunteer to be my hands for a specific bug, then I'll be
happy to come up to your cube and sit with you and fix the bug (assuming you
have the patience for that).
Assignee | ||
Updated•25 years ago
|
Assignee: hyatt → putterman
Assignee | ||
Comment 6•25 years ago
|
||
I will look into this one. I will probably be by for some pointers.
Comment 7•25 years ago
|
||
know how to fix. let's get together.
Assignee | ||
Comment 8•25 years ago
|
||
I have hyatt's fix in my tree. I will check it in when I get approval.
Reporter | ||
Comment 9•25 years ago
|
||
YOU ROCK!
Assignee | ||
Comment 10•25 years ago
|
||
Actually Hyatt rocks, but luckily my fingers are good at typing :)
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•25 years ago
|
||
I checked in the fix.
Updated•25 years ago
|
Whiteboard: XUL bugs to be verified by reporter
Comment 12•25 years ago
|
||
waterson, could you please verify? I will close this Monday under the assumtion
it has been verified unless I hear otherwise from you...Thanks!
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•25 years ago
|
||
Mr. Waterson, my apologies. I've got this one.
Marking VERIFIED FIXED on MacOS86 & Linux6 102708 apprunner & Win98 102708
apprunner.
Comment 14•25 years ago
|
||
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•