[wp-trac] [WordPress Trac] #38604: Twenty Seventeen: Skip to content link broken in IE
WordPress Trac
noreply at wordpress.org
Tue Nov 1 15:58:35 UTC 2016
#38604: Twenty Seventeen: Skip to content link broken in IE
---------------------------+----------------------------------------
Reporter: sami.keijonen | Owner: davidakennedy
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.7
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: accessibility, javascript
---------------------------+----------------------------------------
Comment (by sami.keijonen):
These checks works in my test for IE.
{{{
isIe = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1;
isIe11 = navigator.userAgent.toLowerCase().indexOf( 'trident' ) > -1;
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38604#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list