Ticket #6352 (new defect)

Opened 8 months ago

Last modified 8 months ago

Tabindex bugs in trunk

Reported by: westi Assigned to: westi
Priority: high Milestone: 2.9
Component: General Version: 2.5
Severity: major Keywords: needs-patch
Cc: mdawaffe, azaozz

Description

I have fixed some tab index bugs in trunk in [7472] and [7473]. However some bugs still remain:

  1. We should give a tabindex to the js inserted things.
    1. The Edit link for the permalink should have a tabindex of 1.
    2. The Preview button should have a tabindex of 4.
    3. The Add button for tags (I think this is js inserted) needs a tabindex of 3.
  2. I couldn't get a tabindex on the category selection check boxes to work.
  3. Do we want a tab index of 2 on the Visual/Html switchers and the media insert buttons?
  4. The Write > Page page tab indexes don't appear to work it only seems to work for the title and the page content and nothing else.

Attachments

edit-tabindex.diff (2.3 kB) - added by westi on 03/22/08 22:40:41.
Adds tabindex to the permalink edit but doesn't work correctly

Change History

03/22/08 21:25:21 changed by westi

(In [7479]) Add tabindex. See #6352.

03/22/08 22:19:27 changed by westi

(In [7480]) Tabindex for the Preview/View links. See #6352.

03/22/08 22:40:41 changed by westi

  • attachment edit-tabindex.diff added.

Adds tabindex to the permalink edit but doesn't work correctly

03/22/08 22:41:20 changed by westi

I've done 1b,1c.

The above patch does 1a but doesn't work :-(

Need some more eyes on this.