Closed
Bug 75842
Opened 25 years ago
Closed 25 years ago
crash after selecting in Bookmarks pull down menu with stacktrace in clickhold.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: tarahim, Assigned: mikepinkerton)
Details
(Keywords: crash)
Attachments
(2 files)
|
3.18 KB,
text/plain
|
Details | |
|
1.18 KB,
patch
|
Details | Diff | Splinter Review |
2001041204 and 041115 Mac trunk
This is a bit difficult to reproduce.
I usually have mail/news and several browsers windows open.
When I go through Bookmarks pulldown window and release click button at an item
in the submenu, Mozilla occasionally crashes with a reproducible stack strace
that starts at: nsEventStateManager::sClickHoldCallback(nsITimer*, void*)+00018.
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
cvsblame attributes the Mac clickhold stuff to pink. I'll let him take a look
at this.
Assignee: joki → pinkerton
| Assignee | ||
Comment 3•25 years ago
|
||
i need to find a way to disable click-hold when there is a popup attribute on the
clicked on node. That should fix this problem. Taking for 0.9.1
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
needing r/sr for attached patch.
| Reporter | ||
Comment 6•25 years ago
|
||
FYI: I have experienced crash with the same stacktrace right after clicking a
hyperlink in web pages. Therefore disabling click-hold for menus and buttons may
not be adequate.
| Assignee | ||
Comment 7•25 years ago
|
||
also added:
nsEventStateManager::~nsEventStateManager()
{
#if CLICK_HOLD_CONTEXT_MENUS
if ( mClickHoldTimer ) {
mClickHoldTimer->Cancel();
mClickHoldTimer = nsnull;
}
#endif
...
that shoudl do it. not sure how i missed this the first time.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•25 years ago
|
||
Could this be included in 0.9?
Comment 11•25 years ago
|
||
marking verified - checked on Mac os8.6 buildid: 2001061908
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•