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 128744 - [A11Y] Mnemonic conflict on Options->Fonts&Colors tab
Summary: [A11Y] Mnemonic conflict on Options->Fonts&Colors tab
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-28 19:26 UTC by dnikitin
Modified: 2008-03-03 12:51 UTC (History)
0 users

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 dnikitin 2008-02-28 19:26:07 UTC
Product Version: NetBeans IDE Dev (Build 200802270005)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
----------------------------------------

-- Tools->Options->Fonts&Colors
"Diff" tab and "Duplicate" button have the same mnemonic (D) ==> the button is inaccessible via Alt+D
Comment 1 Vitezslav Stejskal 2008-02-29 11:26:39 UTC
Maxi, I'm not sure what the uispec says in this case. If you need it, the panel is in the diff module I think.
Comment 2 Max Sauer 2008-02-29 13:24:55 UTC
http://ui.netbeans.org/docs/ui/OptionMenuDialogues/ does only state that color options of diff should move to F&C section. 'i' and 'f' seem to be free. 
Please change 'LBL_DiffOptions_Tab' inside org.netbeans.modules.diff.options.Bundle.properties, thanks.
Comment 3 Max Sauer 2008-02-29 13:30:07 UTC
Ehm, sorry, I forgot that in hg we can commit everywhere.
Comment 4 Max Sauer 2008-02-29 13:32:05 UTC
http://hg.netbeans.org/main/rev/3695d35ac87f
Comment 5 dnikitin 2008-03-03 12:51:46 UTC
Verified in NetBeans IDE Dev (Build 200803021202)