- 
    Type:Bug 
- 
    Resolution: Fixed
- 
    Priority:Normal 
- 
    Affects Version/s: 8.5.0
- 
    Component/s: Browser Issue, Components, Theme
- 
    Environment:IE, Firefox 
- 
        ZK 8.6.1 S1
- 
        None
Steps to Reproduce
<zk> <spinner /> <timebox /> <doublespinner /> </zk>
Click up/down button
Current Result
In IE and Firefox, the active style is not working.
Expected Result
In IE and Firefox, the active style is working.
Debug Information
IE bug: https://stackoverflow.com/q/10753215 Demo: https://www.jsnippet.net/snippet/1760/
Firefox bug: https://stackoverflow.com/q/51916402 Demo: https://jsfiddle.net/kwnmbzfL/23/
Workaround
Use jQuery to add active class on mousedown, and remove active class on mouseup.
- is duplicated by
- 
                    ZK-4107 spinner doesn't have the clicking highlight effect in Firefox -         
- Closed
 
-         

