ginerjm Posted May 19, 2016 Share Posted May 19, 2016 I posted this topic in the JS forum, which was probably wrong. I made the mistake of considering an elaborate menu system written in JS as the best place for what essentially an HTML problem. My website works just fine on IE10 on W7. A new laptop running W10 with Edge doesn't handle the same appl very well. Whereever I have an anchor tag (<a>) that uses an accesskey= attribute the Edge box doesn't react to it. It does however work on a button or submit element. If anyone else has encountered this I'd love to hear how you worked it out. Me - I just downloaded IE11 to the Edge box, made my appl load using IE instead of Edge and voila! the appl works perfectly for all accesskeys. Quote Link to comment https://forums.phpfreaks.com/topic/301217-accesskey-on-an-anchor-tag-in-edge/ Share on other sites More sharing options...
requinix Posted May 19, 2016 Share Posted May 19, 2016 What's your HTML? Quote Link to comment https://forums.phpfreaks.com/topic/301217-accesskey-on-an-anchor-tag-in-edge/#findComment-1533096 Share on other sites More sharing options...
kicken Posted May 20, 2016 Share Posted May 20, 2016 I just threw an accesskey attribute on a random link on my site and gave it a try in Edge and had no issues with it. Do you do any key-capturing with javascript that might be causing an issue in Edge? Quote Link to comment https://forums.phpfreaks.com/topic/301217-accesskey-on-an-anchor-tag-in-edge/#findComment-1533107 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.