01190: tabindex should be a valid form attribute

Summary: tabindex should be a valid form attribute
Created: 2010-05-10 03:45
Status: Closed - added for 2.2.17
Category: Feature
Assigned:
Priority: 3
Version: 2.2.x

Description: forms.php defines a standard list of valid <input> attributes, $InputAttrs. Attributes not on this list will be silently dropped.

The $InputAttrs list should include the attribute 'tabindex', in order to allow easier keyboard access to edit fields.

See also: