This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 110117 - [A11Y] missing mnemonics in StyleBuilder panels
Summary: [A11Y] missing mnemonics in StyleBuilder panels
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-18 11:00 UTC by Jindrich Sedek
Modified: 2008-04-28 13:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-07-18 11:00:05 UTC
There are not any mnemonics in style builder panels, but  mnemonics should be set to all accessible components
Comment 1 Marek Fukala 2007-08-03 15:00:42 UTC
Font panel already mnemonized, I'll do Background, Text block and Position panels as well. However for Border and Margin
the mnemonics are IMHO unusable - there is just one column of labels and columns with comboboxes so I cannot reasonably
use labelFor for the existing labels to bing the mnemonic with the comboboxes. The problem is much worser because of
issue #109789 which I'll try to fix ASAP.
Comment 2 Marek Fukala 2007-08-03 19:17:11 UTC
Fixed - Mnemonics added to Background, Text block and Position panels. 

I have also polished the UI slightly, Position panel requires more deep redesign IMHO.

Border and Margin panels cannot be reasonably mnemonized, the focus traversal needs to be fixed for them to be keyboard
accessible.

Checking in PositionStyleEditor.form;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/PositionStyleEditor.form,v  <--  PositionStyleEditor.form
new revision: 1.4; previous revision: 1.3
done
Checking in TextBlockStyleEditor.form;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/TextBlockStyleEditor.form,v  <--  TextBlockStyleEditor.form
new revision: 1.4; previous revision: 1.3
done
Checking in BackgroundStyleEditor.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/BackgroundStyleEditor.java,v  <--  BackgroundStyleEditor.java
new revision: 1.6; previous revision: 1.5
done
Checking in BackgroundStyleEditor.form;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/BackgroundStyleEditor.form,v  <--  BackgroundStyleEditor.form
new revision: 1.4; previous revision: 1.3
done
Checking in TextBlockStyleEditor.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/TextBlockStyleEditor.java,v  <--  TextBlockStyleEditor.java
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in PositionStyleEditor.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/PositionStyleEditor.java,v  <--  PositionStyleEditor.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Jindrich Sedek 2007-08-15 10:48:34 UTC
verified.
NetBeans IDE Dev (Build 200708150000)