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 237307 - When Go to file dialog open repeating the shortcut for Go to file triggers display issue in the File Name field
Summary: When Go to file dialog open repeating the shortcut for Go to file triggers di...
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: Macintosh (x86) Mac OS X
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-18 10:54 UTC by ionuion
Modified: 2014-06-18 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screencast (328.88 KB, video/quicktime)
2013-10-18 10:54 UTC, ionuion
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ionuion 2013-10-18 10:54:34 UTC
Created attachment 141245 [details]
screencast

Environment:
Product Version: NetBeans IDE 7.4 (Build 201310111528)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Mac OS X version 10.7.5 running on x86_64; UTF-8; en_US (nb)


Steps to reproduce:
1. Having a project open, open the Go to File dialog (e.g. shortcut on mac ctrl-shift-o)
2. Fill in the search field with the word 'build'
3. Hit the shortcut at 1. one more time > the text in the search field becomes right aligned
4. Fill in a period > the period is printed before the word 'build'. That's useful when typing arabic I guess :)

Expected result
the shortcut ignored at step 3.

Actual result
undesired change in display described at steps 3. and 4.

attaching screencast
Comment 1 ionuion 2014-04-01 14:17:48 UTC
Reproducible in NetBeans 8.0

Environment:
Product Version: NetBeans IDE 8.0 (Build 201403101706)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Mac OS X version 10.9.2 running on x86_64; UTF-8; en_US (nb)
Comment 2 Tomas Zezula 2014-06-17 15:07:37 UTC
Unfortunately it's not a bug, it's a feature :-)
The Ctrl+Shift+O is Java switch to right to left writing, it works in any JTextField not just in Go To File.
I would be able to disable it in a key map but it will break this accessibility feature.
Comment 3 ionuion 2014-06-18 09:32:46 UTC
Thanks a lot Tomas :)
Indeed, I tried various fields in NetBeans IDE and another java application and that reflects exactly what you said. 
I learned something today...