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 46481 - Set a mnemonic for "Advanced..." button in Property Customizer dialog
Summary: Set a mnemonic for "Advanced..." button in Property Customizer dialog
Status: CLOSED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-07-23 09:15 UTC by Marian Mirilovic
Modified: 2004-08-13 12:10 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 Marian Mirilovic 2004-07-23 09:15:11 UTC
[nb_dev](200407222055), [jdk1.5.0](b58)

Invoke Property Customizer for some property ,
dialog contains Advanced... button and this button
has no mnemonic.
Comment 1 Jan Stola 2004-07-23 09:43:30 UTC
It is OK for this button not to have a mnemonic.
The inner pane of this customizer can be arbitrary
customizer of a property. If the button would have
a mnemonic then it would colide with a mnemonic
of some components in some customizers.
Comment 2 Marian Mirilovic 2004-07-23 10:00:36 UTC
I don't think so ...
if you use this rule - why have "Select Mode" and  "Reset to default"
mnemonics?
Comment 3 Jan Stola 2004-07-23 10:31:38 UTC
And what do you think the mnemonic should be?

A -> conflict with Add button in ListModelEditor
d -> conflict with Reset to default button
v -> conflict with Value text field in From Connection
n -> conflict with Insert button in TableModelEditor
c -> conflict with Columns text field in TableModelEditor
e -> conflict with Edit button in ListModelEditor

IMHO Select Mode and Reset to default should not have
mnemonic, too. They have mnemonic because (probably)
noone found conflicting property editor, yet.
As you can see this is not true for Advanced button
(see also issue 38908).
Comment 4 Marian Mirilovic 2004-07-23 10:37:48 UTC
Thanks for explanation