Closed
Bug 11601
Opened 26 years ago
Closed 26 years ago
[BLOCKER]onclick handler ignored for elements that have both popup and onclick defined
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: radha, Assigned: hyatt)
References
Details
If a XUL element has both popup and onclick handler defined, up on button click,
only the popup handler is called, but not the onclick handler. Few weeks ago
both were being called. I need a mechanism so that I can figure the time
difference between the mouse down and mouse up so that I can decide if I s'd
invoke the onclick handler or bring up the popup.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
Assignee | ||
Comment 1•26 years ago
|
||
This presumably has to do with the modal nature of the native popups (they'll
end up consuming the mouse up, fooling Gecko into thinking no click happened).
I am assuming it will go away when I land XP popups (which won't consume the
mouse up).
Setting to m10.
Reporter | ||
Updated•26 years ago
|
Summary: onclick handler ignored for elements that have both popup and onclick defined → [BLOCKER]onclick handler ignored for elements that have both popup and onclick defined
Reporter | ||
Comment 2•26 years ago
|
||
As per meeting on thursday, marking as blocker
Assignee | ||
Comment 3•26 years ago
|
||
I'm confused. Are you trying to invoke the onclick handler yourself?
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
resolving as fixed
Comment 5•26 years ago
|
||
radha, can you verify this?
Comment 6•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Comment 8•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Comment 10•24 years ago
|
||
verified on build 2001-07-30-trunk OS mac 8.5, win95,98,2000
Status: RESOLVED → VERIFIED
Updated•6 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
•