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 256723 - Find Usages keyboard navigation enumerates options in the wrong order
Summary: Find Usages keyboard navigation enumerates options in the wrong order
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P4 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-21 20:02 UTC by _ gtzabari
Modified: 2015-11-23 14:13 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 _ gtzabari 2015-11-21 20:02:13 UTC
Product Version: NetBeans IDE Dev (Build 201511160002)
Java: 1.8.0_66; Java HotSpot(TM) 64-Bit Server VM 25.66-b17
Runtime: Java(TM) SE Runtime Environment 1.8.0_66-b17
System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev

1. Invoke Find Usages on a class
2. Use TAB to navigate to radio box containing "Find Usages'
3. Notice that hitting the up-arrow causes navigation downward and down-arrow causes navigation upward.

Expected behavior: arrow keys should cause navigation in the same direction as the button pushed.
Comment 1 Jiri Prox 2015-11-23 14:13:22 UTC
reproducible