[wp-trac] [WordPress Trac] #26931: Cannot move keyboard focus to TinyMCE controls
WordPress Trac
noreply at wordpress.org
Wed Jan 29 19:05:41 UTC 2014
#26931: Cannot move keyboard focus to TinyMCE controls
--------------------------+----------------------------
Reporter: joedolson | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.9
Component: TinyMCE | Version: trunk
Severity: normal | Resolution: fixed
Keywords: | Focuses: accessibility
--------------------------+----------------------------
Comment (by azaozz):
Generally `:focus` is triggered on clicking any "focusable" element
(links, form elements), `:active` is for links and buttons while the mouse
button is down. Focusing link or button by tabbing would also make it
`:active`.
In the TinyMCE toolbar the active elements are `<div tabindex="-1">
(focusable only with JS) so `:focus` can be used on them and it won't
trigger on clicking.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26931#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list