-
Type:
Bug
-
Status: Closed
-
Priority:
Unprioritized
-
Resolution: Won't Fix
-
Affects Version/s: 5.1
-
Fix Version/s: ACS 201910-EA
-
Component/s: Share Application
-
Security Level: external (External user)
-
Labels:
-
Triage:Won't Fix
When using numberrange.ftl in a form, tabbing through the form's fields is not natural. The cursor does not jump to the second field of the range, but to the next property in the form.
The problem lies in the tabIndex attribute of
<input id="${controlId}-max" name="-" type="text" class="number" <#if field.description??>title="${field.description}"</#if> tabindex="1" />
Value should be 0, not 1
- is related to by
-
ALF-21984 Removing value from a numberrange field
-
- New
-