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 222496 - I18N: Please check if = is a mnemonic or not
Summary: I18N: Please check if = is a mnemonic or not
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 23:44 UTC by Masaki Katakai
Modified: 2012-11-24 13:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (24.97 KB, image/jpeg)
2012-11-20 23:46 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2012-11-20 23:44:07 UTC
This is a question from translation vendor.

Please evaluate if this string needs mnemonic sign or not.

./src/org/netbeans/modules/javafx2/editor/codegen/Bundle.properties:

AddPropertyPanel.equalsLabel.text=&= new

In this case, "=" is marked as a mnemonic key, however,
I think it's not necessary. I'd like to ask to remove it.

Also I tried it on actual UI and it doesn't work.
I press Alt key, _ is displayed on UI, however,
_ is not displayed under "=".

"=" is allowed as mnemonic?
Comment 1 Masaki Katakai 2012-11-20 23:46:48 UTC
Created attachment 128172 [details]
screenshot

no "_" under "=". It seems that "=" is not recognized. I think & should be removed.
Comment 2 Petr Somol 2012-11-21 09:33:59 UTC
Svata, would you please evaluate ? Thanks.
Comment 3 Svata Dedic 2012-11-23 21:58:46 UTC
Changeset: 05ea7121b225
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-11-23 22:58
Message:   Removed confusing mnemonic
Comment 4 Quality Engineering 2012-11-24 13:06:33 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/05ea7121b225
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #222496 - I18N: Please check if = is a mnemonic or not: fixed
Removed confusing mnemonic