Closed
Bug 644982
Opened 15 years ago
Closed 15 years ago
Missing plugin isn't keyboard accessible
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
|
2.12 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Gecko 1.9.1's missingPlugin.xml uses an html:a element so that it can be tabbed to and clicked and Enter automatically triggered click behaviour. Gecko 2's pluginProblem.xml just uses a XUL box with focus and a11y roles. Nobody added a generic handler in toolkit, so we need to add our own handler.
| Assignee | ||
Comment 1•15 years ago
|
||
Firefox uses keydown for some spurious reason.
Comment on attachment 521791 [details] [diff] [review]
Proposed patch
Is there a bug to get a generic handler into toolkit which we could use for SM2.next?
Attachment #521791 -
Flags: review?(iann_bugzilla) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Is there a bug to get a generic handler into toolkit which we could use for
> SM2.next?
Actually now I think of it I don't think sicking likes XBL that is attached to content to have its own scripts.
| Assignee | ||
Comment 4•15 years ago
|
||
Pushed changeset 13c35e5c6d6e to comm-central.
Sadly I quoted the attachment number instead of the bug number :-(
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•