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 86327 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-10-02 17:40 UTC by Jaromir Uhrik
Modified: 2011-04-18 19:55 UTC (History)
3 users (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 Jaromir Uhrik 2006-10-02 17:40:49 UTC
In the files listed below there is used calling of method setMnemonic() or
setDisplayedMnemonic(). Class org.openide.awt.Mnemonics should be used instead -
see issue #67807.

xml\catalog\src\org\netbeans\modules\xml\catalog\impl\sun\CatalogCustomizer.java
xml\catalog\src\org\netbeans\modules\xml\catalog\impl\XCatalogCustomizer.java
xml\catalog\src\org\netbeans\modules\xml\catalog\CatalogEntryPanel.java
xml\catalog\src\org\netbeans\modules\xml\catalog\CatalogMounterPanel.java
xml\core\src\org\netbeans\modules\xml\core\wizard\DTDPanel.java
xml\core\src\org\netbeans\modules\xml\core\wizard\DocumentPanel.java
xml\core\src\org\netbeans\modules\xml\core\wizard\SchemaPanel.java
xml\multiview\src\org\netbeans\modules\xml\multiview\ui\DefaultTablePanel.java
xml\multiview\src\org\netbeans\modules\xml\multiview\ui\SimpleDialogPanel.java
xml\multiview\src\org\netbeans\modules\xml\multiview\XmlMultiViewEditorSupport.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeAttlistDeclAttributeDefCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeAttlistDeclCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeAttributeCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeCharacterReferenceCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeDTDCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeDocumentCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeDocumentFragmentCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeDocumentTypeCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeElementCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeElementDeclCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeEntityDeclCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeGeneralEntityReferenceCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeNotationDeclCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeParameterEntityReferenceCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\customizer\TreeProcessingInstructionCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\editor\TreeElementAttributeListCustomizer.java
xml\tax\src\org\netbeans\modules\xml\tax\beans\editor\TreeNodeFilterCustomEditor.java
xml\tools\src\org\netbeans\modules\xml\tools\generator\SAXGeneratorVersionPanel.java
xml\xsl\src\org\netbeans\modules\xsl\ui\TransformPanel.java
Comment 1 Ken Frank 2007-07-15 20:48:42 UTC
Since this was filed there may be more or different usages of 2 key/value than from original list below -or that new
modules came to xml; 
as mentioned in 86438 this can be used in bundle files to see:

find <path> -name "*.properties" | xargs egrep -i '.*=.$'


ken.frank@sun.com
Comment 2 Jaromir Uhrik 2010-10-27 14:45:13 UTC
Could you please take a look at this issue? Please fix all other potential occurrences of wrong calling in all bundles related to the module.
Thanks.
Comment 3 Marian Mirilovic 2011-04-18 19:55:15 UTC
Most of the cases were fixed and there is no development planned in this area.