Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33258, comment 14


Ignore:
Timestamp:
08/05/2015 12:14:23 AM (10 years ago)
Author:
afercia
Comment:

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 ore less something that we can replicate with a jQuery selector as in the example above. See
     1Probably 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
    22https://github.com/jquery/jquery-ui/blob/1.11.4/ui/core.js#L88
    33We're not interested in `area` or `object` elements, right? We just need to target visible `:input` and links.