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
Filing this so that I don't forget and others know. At the moment, the features implemented for the task view work not that badly with mouse navigation, but keyboard navigation (Tab key switching) is very bad and allows bypassing modal restrictions, including pressing buttons that should be covered by the modal, and opening multiple modals of the same "level" simultaneously. Additionally, the generator / task type lists use heavily restyled radio buttons wrapped in divs (as I couldn't pick a proper semantic equivalent to what they do) and don't work with the keyboard just about at all.
The text was updated successfully, but these errors were encountered:
Add focus indicators, fix elements that shouldn't be focusable,
fix the "no input" zone of "Enabled?" checkboxes, and extract the
"deferred focus" hack into its own method. Sigh.
Closes: MediaWikiAGE#59
Filing this so that I don't forget and others know. At the moment, the features implemented for the task view work not that badly with mouse navigation, but keyboard navigation (Tab key switching) is very bad and allows bypassing modal restrictions, including pressing buttons that should be covered by the modal, and opening multiple modals of the same "level" simultaneously. Additionally, the generator / task type lists use heavily restyled radio buttons wrapped in
div
s (as I couldn't pick a proper semantic equivalent to what they do) and don't work with the keyboard just about at all.The text was updated successfully, but these errors were encountered: