Closed
Bug 230753
Opened 21 years ago
Closed 21 years ago
Hang on bookmark drag and drop
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jim.brown, Unassigned)
Details
(Keywords: hang)
Attachments
(1 file)
1.06 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; OSF1 alpha; en-US; rv:1.7a) Gecko/20040112
Build Identifier: Mozilla/5.0 (X11; U; OSF1 alpha; en-US; rv:1.7a) Gecko/20040112
Browser goes cpu bound if I try to use drag and drop in the bookmark manager to
move a bookmark into a subfolder.
Reproducible: Always
Steps to Reproduce:
1. Open bookmark manager
2. Try to move a bookmark into a subfolder (maybe even just move it to another
location)
3. Browser hangs with 100% cpu
![]() |
||
Comment 1•21 years ago
|
||
Any chance of a stack showing what we're doing?
Updated•21 years ago
|
Keywords: hang
Summary: Bookmark drag and drop broken → Hang on bookmark drag and drop
Comment 2•21 years ago
|
||
When I tried this I got a SIGSEGV in nsWidget::DispatchEvent
(nsWidget.cpp:1463) NS_ADDREF(aEvent->widget);
Naturally widget was null at this point :-(
Comment 3•21 years ago
|
||
Neil: That crasher should be fixed (bug 230738).
Comment 4•21 years ago
|
||
Oops, sorry, this is a different problem. Dispatching the event clears the
widget, so we need to set it again (as the code was doing before).
Attachment #138919 -
Flags: superreview+
Attachment #138919 -
Flags: review+
Comment 5•21 years ago
|
||
checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•