-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Button behavior (state) after click not correct #459
Comments
In my opinion the focused state (which this is), should also be highlighted. |
@kyubisation yes you're right. Maybe I explained it not exactly. ;-) What I mean is, that after a click on a button the focus should not stay on this button. See sbb.ch behavior of the timetable search. |
You could easily do this by setting the focus in the (click) event handler on the desired element, which should have the desired effect. |
Okay, I see... |
As already discussed bilateral with @dfsbb, I agree that the button should not look the same after a click. |
@mcilurzo there's no design specification for this. Can you have a look, please? |
Describe the bug
When I click a button (any mode), after the click the state of the button should go back to default. At the moment after the click the button state stays on hover/focus. Only when I take the focus off the button the state changes. That's in my opinion not correct.
Affected are: public library, business library
To Reproduce
Steps to reproduce the behavior:
see also:
Expected behavior
After the click the state of the button should go back to default state.
The text was updated successfully, but these errors were encountered: