Forum Discussion
DebbieChaddock-
8 years agoCommunity Member
Button's Hover state doesn't work after mousing over a Disabled button
I created an interaction with 8 clickable, transparent buttons on top of a spreadsheet graphic; each button sits on top of a column in the spreadsheet (shown on the base layer). I present a series o...
PeteRichardson
6 years agoCommunity Member
My workaround:
- Add a hidden 'dummy' button over top of the original button
- The Normal state of that 'dummy' button should match the Disabled state of the 'real' button
- Create a Hover state for the 'dummy' that is also identical to the Disabled state of the 'real' button
- When the user clicks on the 'real' button, set the state of the 'dummy' button to Normal
- You will find that adjacent buttons will now show their Hover state correctly
Related Content
- 16 days ago