Closed
Bug 28927
Opened 25 years ago
Closed 25 years ago
Double-clicking on a twisty in sidebar loads bookmarks.xul into content area, or crashes
Categories
(SeaMonkey :: Sidebar, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: slamm)
References
Details
By mistake, I double-clicked a few times on a twisty in the bookmark's sidebar
panel (I meant to double-click on the bookmark itself, but was a few pixels
off). What ended up happening was that bookmarks.xul was loaded into the
content area of the browser window... a few more extra double-clicks caused us
to crash.
This is on my Win98 box, not sure what happens on other platforms.
David, any idea on this?
Reporter | ||
Updated•25 years ago
|
Priority: P3 → P1
Comment 1•25 years ago
|
||
My guess is that the double-click event is being bubbled up from the twisty to the event handler on the <tree>. We should probably just condition the event handler to be smarter. I actually make use of the fact that I can get twisty events; e.g., in the file browser. So I consider this a "feature", not a bug.
Comment 3•25 years ago
|
||
Remove 'crash' keyword. This doesn't cause a crash last time I checked...
Keywords: crash
Comment 4•25 years ago
|
||
In the 2000030708 build (Win32), I was able to induce a crash 1 out of 3 times
by clicking repeatedly on a twisty in the bookmarks panel in the sidebar.
I have no idea what was done differently during that one test to bring about the
crash. Sorry...
Reporter | ||
Comment 5•25 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•