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 56033 - [41cat] bad focus handling in find usages dialog
Summary: [41cat] bad focus handling in find usages dialog
Status: RESOLVED DUPLICATE of bug 49315
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-06 17:02 UTC by _ leonchiver
Modified: 2007-04-03 18:02 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 _ leonchiver 2005-03-06 17:02:36 UTC
[ JDK VERSION : 1.5.0_01 ]

i invoke find usages and get the "Usages" window shown and selected. but i cannot use the keyboard to navigate in the usages tree. firstly i have to click inside the tree. it's pretty unconfortable as my normal workflow should look like this:

1) invoke find usages (on a method for example)
2) go to the first usage with keyboard, press enter
3) edit some stuff in the editor
4) press ctrl+alt+f to go back to the usages
5) go to next usage with keyboard + enter
6) ...

this works well in the find dialog, i expect it to work here too
Comment 1 _ leonchiver 2005-03-06 17:07:22 UTC
something i noticed: you invoke find usages for the first time, then
click inside the tree, then you can use only keys according to my
workflow. 
but if you invoke find usages again (without closing the window) you
will get a second tab with usages. from this point you have to use the
mouse each time you activate the "Usages" window (focus seems to be on
the tab)
Comment 2 _ leonchiver 2005-03-06 17:21:34 UTC
is it related to 50372?
Comment 3 Jan Becicka 2005-03-14 07:26:17 UTC
This is duplicate of issue 49315 and issue 55782.

*** This issue has been marked as a duplicate of 49315 ***