Bug 269224 - HTML Editor Preference page tab order wrong
Summary: HTML Editor Preference page tab order wrong
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.html (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2009-03-18 11:31 EDT by Jason Sholl CLA
Modified: 2009-04-22 14:07 EDT (History)
2 users (show)

See Also:


Attachments
screenshot (27.61 KB, image/png)
2009-03-18 11:32 EDT, Jason Sholl CLA
no flags Details
patch (7.79 KB, patch)
2009-04-22 13:40 EDT, Nick Sandonato CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Sholl CLA 2009-03-18 11:31:18 EDT
Preferences page Web->HTML->Editor tab order is odd.  It starts with the indent using tabs radio buttons, and then goes to line width.   Tabbing through, then it hits the three checkboxes and skips the radio buttons to go to indentation size.  The tabbing should work from top to bottom.  Line width should be the first selected control.
Comment 1 Jason Sholl CLA 2009-03-18 11:32:21 EDT
Created attachment 129231 [details]
screenshot
Comment 2 Jason Sholl CLA 2009-03-18 11:37:05 EDT
Same problem with the CSS Files Editor preference page
Comment 3 Nick Sandonato CLA 2009-04-22 13:40:30 EDT
Created attachment 132816 [details]
patch

By placing the radio buttons in a composite that is a child of the formatting group, we can get the correct tab order.

I've updated the source pages for CSS, HTML, and XML.
Comment 4 Nick Sandonato CLA 2009-04-22 14:07:59 EDT
Released.