Changes between Initial Version and Version 1 of Ticket #11145, comment 5
- Timestamp:
- Feb 20, 2015, 3:51:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11145, comment 5
initial v1 1 1 I'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 2 2 3 As far as how "jQUI targets Safari" all I can s ee ifwe don't browser sniff. We test for functionality, which you can see in the actual conditional.3 As 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.