-
Couldn't load subscription status.
- Fork 29
Closed
Labels
area:existing-pluginA bug/feature for an existing plugin in the plugins folder of code-input.A bug/feature for an existing plugin in the plugins folder of code-input.bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerspriority:high
Milestone
Description
When the line number entered into the GoToLine box is invalid, it will turn red. Using colour only to signify this makes it invisible to screenreaders and could also be bad for some kinds of colourblind users. After this, pressing enter does nothing with no explanation.
A message should be shown to both screenreaders and the screen when it is invalid:
the easiest way to do this is to replace the custom JavaScript validation ofinput[type=text]with HTML form validation ofinput[type=number], and use theminandmaxas well as JavaScript validation methods as many minor browsers show range validation clearly (source).input[type=text]should be used, to support line:column navigation
Metadata
Metadata
Assignees
Labels
area:existing-pluginA bug/feature for an existing plugin in the plugins folder of code-input.A bug/feature for an existing plugin in the plugins folder of code-input.bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerspriority:high