Changes between Initial Version and Version 1 of Ticket #11145, comment 5


Ignore:
Timestamp:
Feb 20, 2015, 3:51:38 PM (8 years ago)
Author:
Scott González
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11145, comment 5

    initial v1  
    11I'm not sure what code you're referring to. You've referred to `this.button.focus()` and you've referred to the body of the conditional, but those are not the same code. The focus call is clearly not inside a conditional: https://github.com/jquery/jquery-ui/blob/1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c/ui/selectmenu.js#L408
    22
    3 As far as how "jQUI targets Safari" all I can see if we don't browser sniff. We test for functionality, which you can see in the actual conditional.
     3As far as how "jQUI targets Safari" all I can say is we don't browser sniff. We test for functionality, which you can see in the actual conditional.