Closed
Bug 1571
Opened 26 years ago
Closed 25 years ago
Firing of links and buttons should trigger off of onclick
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: joki, Assigned: joki)
Details
Links and buttons should not have to maintain their own internal state to fire
clicks. They should be triggering off of the click event being fired by the
event state manager.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA contact re-assigned according to the product areas we're currently working
on.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 4•26 years ago
|
||
Links do this now. Buttons don't yet but this is just an internal thing. I'll
fix it for M5.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 5•25 years ago
|
||
This is a minor code fix. Moving out to M7
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 6•25 years ago
|
||
Still just a minor nit on my part. Not something needing to be on the M8 list.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M14
Assignee | ||
Comment 7•25 years ago
|
||
A quick grep through the code shows lots of unnecessary usage of the mouse
button up message instead of the mouse click message. But since this is a nice
to have and not a necessity I'm pushing it out on my milestone list and I'll see
if I ever have time to clean this stuff up.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
All of the instances of this that I was concerned about are now fixed with the
new gfx stuff. I'm going to mark this fixed. This is code level so just trust
me.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
Thanks, I trust you. Marking 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
•