Last example on demo website is not working on Firefox
See original GitHub issueSteps to reproduce:
- Open Firefox (I used version 82)
- Go to http://focus-trap.github.io/focus-trap-react/demo/
- Open the last example
- Press tab multiple times, notice that
Another focusable thing
is never get focused
Expected:
Another focusable thing
should be focus-able
Actual: This issue found on Firefox 82 (haven’t tested on previous versions), but working as expected on Chrome. There are probably other examples in the demo website which are also not working correctly, I just highlighted the last example.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Websites don't load - troubleshoot and fix error messages
Try clearing Firefox's cookies and cache · The website loads but doesn't work properly · The problem only happens on a secure (https)...
Read more >Handling common HTML and CSS problems - MDN Web Docs
For example, Firefox uses -moz- and Chrome/Edge/Opera/Safari use -webkit- . Other prefixes you may encounter in old code include -ms- , used by ......
Read more >Geolocation not working on latest Firefox - Mozilla Support
Go to the webpage. Once the page is loading, mouse to the address bar and '''Left''' click the icon. A window for displaying...
Read more >Handling common JavaScript problems - MDN Web Docs
We'll explore all these problems and more below. Fixing general JavaScript problems. As we said in the previous article on HTML/CSS, you should ......
Read more >Saying goodbye to Demo Studio - The Mozilla Blog
We encourage demo authors to move your demo to an alternate site, such as your own website, if you have one, or one...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dannysindra Thanks for reporting this! I checked it with Firefox 83 and it seems to be working fine. In case this was related to an old bug in the code 2 years ago (the last time the demo page was updated – I took over as maintainer only last July and still catching-up), I just updated the demo page with fresh code, as well as 2 new demos, so the one you’re referring to here is now the 3rd demo from the end.
Would you be able to check it out again and LMK if there’s still an issue?
I was checking out other libraries, and found this explanation about firefox/safari quirk on OSX. Closing this as it is not the library’s issue.