#3559 closed feature (fixed)
:focusable, :tabbable, setFocus()
Reported by: | Scott González | Owned by: | Scott González |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | [meta] ui.a11y | Version: | 1.6rc2 |
Keywords: | Cc: | davidb | |
Blocked by: | Blocking: |
Description
:focusable selector needs to be implemented
:tabbable selector needs to work on all elements to support ARIA
setFocus() should be added to set focus with a delay
thread dealing with all three
selector implementation (needs to be modified to support tabIndex for Safari 3)
Attachments (2)
Change History (11)
comment:1 Changed 14 years ago by
Cc: | davidb added |
---|
Changed 14 years ago by
Attachment: | cross-browser-tabindex.patch added |
---|
comment:2 Changed 14 years ago by
I've attached a patch for ui.core's tabbable and focusable functions contained in the experimental branch. This patch normalizes the behaviour of the tabindex attribute across browsers.
Specific details on the issue are available here:
Changed 14 years ago by
some additions to the patch by colin: area is only focusable, if a href-attribute is available. + IE8 detection
comment:4 Changed 14 years ago by
There is a related ticket in core's Trac which should be updated when the tabindex proxy for $.attr is complete.
comment:6 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:8 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
.focus() override added in r2473.
Patch from Colin Clark for cross-browser tabindex normalization