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 219203 - "Select next element" must be initially invoked twice to work
Summary: "Select next element" must be initially invoked twice to work
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 219685 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-28 22:20 UTC by markiewb
Modified: 2012-12-05 02:55 UTC (History)
1 user (show)

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 markiewb 2012-09-28 22:20:10 UTC
[ BUILD # : 201209240001 ]
[ JDK VERSION : 1.6.35 ]

ACTUAL: "Select next element" selects the next element only at the second 
invocation.
EXPECTED:  "Select next element" selects the next element at the first 
invocation.

Reproduction:
* Open a java class
* Mouseclick at an inner term
* Invoke the shortcut for "Select next element" --> Nothing happens
* Invoke the shortcut for "Select next element" again --> now it works


Product Version: NetBeans IDE Dev (Build 201209240001)
Java: 1.6.0_33; Java HotSpot(TM) Client VM 20.8-b03
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb) 

and

Product Version: NetBeans IDE 7.3 Beta (Build 201209232010)
Java: 1.6.0_30; Java HotSpot(TM) 64-Bit Server VM 20.5-b03
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
Comment 1 Jiri Prox 2012-10-05 12:37:47 UTC
reproducible
Comment 2 Milutin Kristofic 2012-10-08 10:26:43 UTC
*** Bug 219685 has been marked as a duplicate of this bug. ***
Comment 3 Dusan Balek 2012-12-04 17:41:44 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/7e52932e114c
Comment 4 markiewb 2012-12-04 19:45:54 UTC
(In reply to comment #3)
> Fixed in jet-main.
> 
> http://hg.netbeans.org/jet-main/rev/7e52932e114c

Finally. Thank you. I am looking forward to the next dev build.
Comment 5 Quality Engineering 2012-12-05 02:55:54 UTC
Integrated into 'main-golden', will be available in build *201212050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7e52932e114c
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #219203: "Select next element" must be initially invoked twice to work - fixed.