Spinner: pressing tab or other special buttons have no effect
See original GitHub issueDescribe the bug
When using a spinner component and click inside it, it’s impossible to tab to next element or click other special button combinations like ctrl+s or ctrl+p etc. (tested on 10.0.6 and 10.0.13)
Reproducer
- create spinner component
<p:spinner id="somId" />
- Click inside spinner component
- Click tab or ctrl+s
- still focus inside spinner, no error visible
Expected behavior
It sould be possible to tab out the spinner and also to do all sorts of button combinations, open developer console in browser etc.
PrimeFaces edition
Elite
PrimeFaces version
10.0.6 / 10.0.13
Theme
No response
JSF implementation
MyFaces
JSF version
2.2
Browser(s)
No response
Issue Analytics
- State:
- Created a year ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Spinner from shinycssloaders package loads before pressing ...
I followed the solution that it was given to the post, but as I my app is different (it has tabPanel s, it...
Read more >Spinner buttons should not be focusable · Issue #7789 - GitHub
Spinner buttons grab focus when pressing TAB repeatedly. When focused, pressing Spacebar or Enter has no effect so they just slow down the...
Read more >Add a scroll bar or spin button to a worksheet - Microsoft Support
Add a scroll bar or spin button to an Excel worksheet. The controls let you quickly enter or change a range of values....
Read more >Buttons on Web Pages - SiteSpinner Pro Tutorials
Buttons This tutorial will take you through simple buttons to more complicated buttons that involve mouse over effects -- also called rollovers.
Read more >Spinner - Android Developers
android:accessibilityHeading, Whether or not this view is a heading for ... whether a view should have sound effects enabled for events such as...
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 Free
Top 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
Here is a MonkeyPatch you should just add to your application JS file which will override the spinner behavior.
tested it and works, thank you