Closed
Bug 63073
Opened 24 years ago
Closed 24 years ago
onclick only fires on double right click
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
(Keywords: regression)
Attachments
(1 file)
322 bytes,
text/xul
|
Details |
Build ID: 12/16 trunk (tip) This is a fairly recent regression. onclick only seems to fire on a double right click now, as opposed to just a single right click. This is evident in: * sidebar tabs * certain buttons still triggering onclick (e.g. the `Open File...' button in the Open Web Location... dialog) * radiobuttons/checkboxes (these were `fixed' to stop changing on right click at all, but recently regressed anyways) * a testcase that I'll attach
Assignee | ||
Comment 1•24 years ago
|
||
[by sidebar tabs I mean clicking on a tab to switch to it]
Keywords: regression
Priority: P3 → --
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
(Note that this isn't specific to XUL...affects html, etc. as well)
I discovered that weird stuff in build 2000121508 also. As many other problems. Took it off, re-installed build 2000121417. Now FWM have you seen your bookmarks lately Blake? You now need a 1600*1200 window to view your bookmark properties!! No, i'm waiting for a more stable version. REGRESSION it is!
Assignee | ||
Comment 5•24 years ago
|
||
Also evident with tree columns. dom compliance issue, nominating for beta1.
Keywords: nsbeta1
Assignee | ||
Comment 6•24 years ago
|
||
The issue here is actually that onclick only fires on single right click once the element has fous.
Summary: onclick only fires on double right click → onclick only fires on right click once element has focus
Comment 7•24 years ago
|
||
This is still not fixed in Mozilla .7 (2001010901). Also, onclick is fired the next time any other form control gets focus (not just the one that was clicked). I can provide a test case if needed.
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
Assignee | ||
Comment 9•24 years ago
|
||
Taking...
Assignee: joki → blakeross
Summary: onclick only fires on right click once element has focus → onclick only fires on double right click
Assignee | ||
Comment 10•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•