Open
Bug 371422
Opened 18 years ago
Updated 2 years ago
[mac] space should activate buttons on-key-down
Categories
(Core :: XUL, defect)
Tracking
()
NEW
mozilla1.9alpha3
People
(Reporter: asaf, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
3.26 KB,
patch
|
Details | Diff | Splinter Review |
On OS X, pressing the space key should activate buttons immediately (on-key-down)
Reporter | ||
Comment 1•18 years ago
|
||
Attachment #256206 -
Flags: superreview?(neil)
Attachment #256206 -
Flags: review?(enndeakin)
Comment 2•18 years ago
|
||
Comment on attachment 256206 [details] [diff] [review]
patch
Won't this mean that the button gets stuck in :hover:active state if the click does anything interesting?
Attachment #256206 -
Flags: superreview?(neil) → superreview-
Reporter | ||
Comment 3•18 years ago
|
||
yeah, I was able reproduce that sort of brokenness in the profile manager. :-/
Comment 4•18 years ago
|
||
Oh, and this will also break checkboxes, which expect to be able to update the checked state before the command event fires.
Reporter | ||
Comment 5•18 years ago
|
||
Hrm, the checked state is supposed to be set onmousedown (on mac anyway).
Attachment #256206 -
Attachment is obsolete: true
Attachment #256206 -
Flags: review?(enndeakin)
Reporter | ||
Comment 6•18 years ago
|
||
on-key-down.
Updated•6 years ago
|
Assignee: asaf → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•