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 219670 - Bookmarks view: Double click in table view does not jump to source of bookmark
Summary: Bookmarks view: Double click in table view does not jump to source of bookmark
Status: RESOLVED DUPLICATE of bug 211856
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 18:31 UTC by markiewb
Modified: 2012-10-08 11:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bookmarks view (45.05 KB, image/png)
2012-10-07 18:32 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-10-07 18:31:33 UTC
[ BUILD # : 201210070002 ]
[ JDK VERSION : 1.6.35 ]

Doubleclicking on a bookmark in the table view does not jump to the 
sourcecode of the bookmark. But this works in tree view.

Steps for reproducing:

* Create two bookmarks A and B
* open bookmark view
* change mode to tree view (icon on the left side)
* double click on item A -> jumps to source of A in editor (Working as 
expected)
* double click on item B -> jumps to source of B in editor (Working as 
expected)
* change mode to table view (icon on the left side)
* double click on item A -> DOES NOT jump to source of A in editor (bug)
* double click on item B -> DOES NOT jump to source of B in editor (bug)

See screenshot

--------
Product Version: NetBeans IDE Dev (Build 201210070002)
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)

also reproducible in NetBeans 7.2
Comment 1 markiewb 2012-10-07 18:32:18 UTC
Created attachment 125544 [details]
Bookmarks view
Comment 2 Jiri Prox 2012-10-08 11:12:27 UTC

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