? Pending

User tests: Successful: Unsuccessful:

avatar zwiastunsw
zwiastunsw
12 Jul 2018

A positive tabindex value is present in two input field and in button element. Tabindex values of 1 or greater specify an explicit tab/navigation order for page elements. Because it modifies the default tab order, cause confusion, and result in decreased keyboard accessibility, it should be avoided.
How to fix it
If the natural tab order is already logical, remove the tabindex. Otherwise, consider restructuring the page so that tabindex is not needed. If tabindex is maintained, ensure that the resulting navigation is logical and complete.
See:

avatar zwiastunsw zwiastunsw - open - 12 Jul 2018
avatar zwiastunsw zwiastunsw - change - 12 Jul 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Jul 2018
Category Unit Tests Repository Administration com_admin
avatar brianteeman brianteeman - test_item - 12 Jul 2018 - Tested successfully
avatar brianteeman
brianteeman - comment - 12 Jul 2018

I have tested this item successfully on 1b0a811


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21088.

avatar dgrammatiko
dgrammatiko - comment - 12 Jul 2018

@zwiastunsw you have to remove all tabindex attributes here, this is totally wrong (hardcoding tabindex!!!!!)

Also you have to insert for username:
autocomplete="username"
For password:
autocomplete ="password"
... etc
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
screenshot 2018-07-12 at 14 01 42

avatar zwiastunsw
zwiastunsw - comment - 12 Jul 2018

@dgrammatiko: Why is this wrong? The order of the tabulations shall follow the order of the code.

avatar dgrammatiko
dgrammatiko - comment - 12 Jul 2018

@zwiastunsw we're in the same page here, somehow I missed that you removed all the tabindexes here.

Still you need to fix the autocomplete or people will complain again (that was the reason to hardcode the tabindexes in the first place)

avatar zwiastunsw
zwiastunsw - comment - 12 Jul 2018

I agree that there is a need to add an autocomplete. In addition, you still need to delete the fieldset tag or add legends. I will do this in the new PR

avatar brianteeman
brianteeman - comment - 12 Jul 2018

the tab index was there because of the j3 login having clickable links on the icons

avatar zwiastunsw zwiastunsw - change - 12 Jul 2018
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 12 Jul 2018
Category Unit Tests Repository Administration com_admin Modules Administration
avatar zwiastunsw
zwiastunsw - comment - 12 Jul 2018

Done

avatar wilsonge wilsonge - change - 12 Jul 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-07-12 20:50:46
Closed_By wilsonge
Labels Added: ?
Removed: ? ?
avatar wilsonge wilsonge - close - 12 Jul 2018
avatar wilsonge wilsonge - merge - 12 Jul 2018

Add a Comment

Login with GitHub to post a comment