Changes between Version 1 and Version 2 of Ticket #26931, comment 6
- Timestamp:
- 01/29/2014 07:08:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26931, comment 6
v1 v2 1 1 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`. 2 2 3 In the TinyMCE toolbar the activeelements are `<div tabindex="-1">` (focusable only with JS) so `:focus` can be used on them and it won't trigger on clicking.3 In the TinyMCE toolbar the button elements are `<div tabindex="-1">` (focusable only with JS) so `:focus` can be used on them and it won't trigger on clicking.