You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with Safari / Firefox / Brave + iPhone.
(use the demo to play along)
cycle through the images by either clicking/tapping the buttons or using the left/right arrows on the keyboard
reach the first or last image in the series
press the arrow keys once more or press the button again
Observed behaviour or actual result: the first/last image gives the impression of (briefly) sliding away to make place for the next one. Nothing happens however
Expected behaviour:
the button is disabled (and hidden or greyed out), pressing the arrow keys does nothing.
Note: the buttons have the aria-disabled attribute set (true), but the buttons are not actually disabled.
This worked as expected in Parvus 2.3.*
The text was updated successfully, but these errors were encountered:
this is the new behavior. Unlike disabled, a button with an aria-disabled attribute is still included in the tab sequence. I may have to remove the animation if it's irritating. You can hide or grey out the disabled buttons with CSS:
Tested with Safari / Firefox / Brave + iPhone.
(use the demo to play along)
Observed behaviour or actual result: the first/last image gives the impression of (briefly) sliding away to make place for the next one. Nothing happens however
Expected behaviour:
the button is disabled (and hidden or greyed out), pressing the arrow keys does nothing.
Note: the buttons have the aria-disabled attribute set (
true
), but the buttons are not actually disabled.This worked as expected in Parvus 2.3.*
The text was updated successfully, but these errors were encountered: