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)

PowerPC
Mac System 9.x
defect

Tracking

()

VERIFIED FIXED
mozilla0.9.1

People

(Reporter: tarahim, Assigned: mikepinkerton)

Details

(Keywords: crash)

Attachments

(2 files)

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.
cvsblame attributes the Mac clickhold stuff to pink. I'll let him take a look at this.
Assignee: joki → pinkerton
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
Status: NEW → ASSIGNED
Keywords: nsbeta1
Priority: -- → P1
Target Milestone: --- → mozilla0.9.1
needing r/sr for attached patch.
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.
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
*** Bug 77772 has been marked as a duplicate of this bug. ***
Could this be included in 0.9?
QA contact updated
QA Contact: gerardok → madhur
marking verified - checked on Mac os8.6 buildid: 2001061908
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: