Changes between Initial Version and Version 1 of Ticket #33258, comment 14
- Timestamp:
- 08/05/2015 12:14:23 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33258, comment 14
initial v1 1 Probably not a jQuery UI bug either, maybe just a matter of timing. By the way if you look at what `:focusable` does internally, it does more or eless something that we can replicate with a jQuery selector as in the example above. See1 Probably not a jQuery UI bug either, maybe just a matter of timing. By the way if you look at what `:focusable` does internally, it does more or less something that we can replicate with a jQuery selector as in the example above. See 2 2 https://github.com/jquery/jquery-ui/blob/1.11.4/ui/core.js#L88 3 3 We're not interested in `area` or `object` elements, right? We just need to target visible `:input` and links.