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 232342 - Ctrl+F to search doesn't put keyboard focus on search field
Summary: Ctrl+F to search doesn't put keyboard focus on search field
Status: RESOLVED DUPLICATE of bug 222562
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 16:22 UTC by Exilor
Modified: 2013-07-22 13:20 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 Exilor 2013-07-07 16:22:05 UTC
When keyboard focus is on a file in the code editor, and the find shortcut CTRL-F is pressed the "Find:" search field shows up but the keyboard focus remained on the file in the code editor.

Expected result: in 7.3 pressing CTRL+F would bring the Find search field as well as bring that field in focus. One very beneficial use of this was when you selected text in the code editor then pressed CTRL+F, the selected text would automatically be in the search field.
Comment 1 Milutin Kristofic 2013-07-09 15:29:55 UTC
I cannot reproduce your issue.

1, I have 7.3.1 netbeans with empty userdir on ubuntu, java 1.7.
2, I open sample projects - anagramGame
3, I opened one file - StaticwordLibrary.java
4, I have caret/cursor at first line, i pressed ctrl-f
5, Findbar is opened, cursor is in find combobox.

5 is expected. 

I checked on colleague's windows 7 and it also works. Can you better describe what is wrong? You are first to report such important thing as focus problem with findbar.
Comment 2 Exilor 2013-07-20 23:27:13 UTC
This seems to happen inconsistently. I am sure this issue has never happened in 7.3 however.

Weird side issues sometimes happens where pressing the CTRL-F. For instance when pressing the shortcut the search bar sometimes doesn't even show up. I just hear a default Windows 7 *bing* sound as a form of rejection to the shortcut. Restarting Netbeans resolves the issue until the next time this happens.

I have disabled the single plugin I had to test and see if that may be the cause. Although I doubt it. I will report back if this issue persists.
Comment 3 Milutin Kristofic 2013-07-22 13:20:18 UTC

*** This bug has been marked as a duplicate of bug 222562 ***