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 213750 - Bookmark history popup next/previous does not work
Summary: Bookmark history popup next/previous does not work
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 213752 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-07 13:28 UTC by Jiri Prox
Modified: 2012-07-03 12:39 UTC (History)
2 users (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 Jiri Prox 2012-06-07 13:28:10 UTC
Action Bookmark history popup next/previous does not work correctly on Mac,
the cursor does not jump from current to the next or prev item in list but only from the first one to the last one and back. When the shortcut is released the dialog does not go away! (only restart helps -> P2)


Product Version: NetBeans IDE Dev (Build 201206070001)
Java: 1.7.0_05; Java HotSpot(TM) 64-Bit Server VM 23.1-b03
System: Mac OS X version 10.7.4 running on x86_64; US-ASCII; en_US (nb)
User directory: /Users/tester/Library/Application Support/NetBeans/dev
Cache directory: /Users/tester/Library/Caches/NetBeans/dev
Comment 1 Kenneth Ganfield 2012-06-11 13:30:02 UTC
This bug is quite annoying
Comment 2 Miloslav Metelka 2012-06-13 07:55:40 UTC
Is it on single screen (display) or multiple screens?
Comment 3 Kenneth Ganfield 2012-06-13 08:26:45 UTC
It is on single screen on OS X, though Spaces is enabled.
The bookmark popup is constantly there on top of all other application windows. Clicking on popup brings focus back to IDE.
Comment 4 Marian Mirilovic 2012-06-25 08:20:41 UTC
This is the stopper for NB 7.2, please evaluate and resolve ASAP.
Comment 5 Miloslav Metelka 2012-06-26 14:05:34 UTC
Yes, I know I was already working on it. In the end I had to switch from using swing PopupFactory copmletely and use an undecorated JDialog for displaying the popup.
http://hg.netbeans.org/jet-main/rev/72c0d0ea5f1b
Comment 6 Quality Engineering 2012-06-27 05:02:48 UTC
Integrated into 'main-golden', will be available in build *201206270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/72c0d0ea5f1b
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #213750 - Bookmark history popup next/previous does not work.
Comment 7 Jiri Prox 2012-06-27 08:48:00 UTC
verified in trunk
Comment 8 Miloslav Metelka 2012-06-27 15:02:19 UTC
In release72:
72c0d0ea5f1b transplanted to b60a58adcd0c
Comment 9 Quality Engineering 2012-06-28 05:08:51 UTC
Integrated into 'releases', will be available in build *201206272359* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/b60a58adcd0c
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #213750 - Bookmark history popup next/previous does not work.
(transplanted from 72c0d0ea5f1b09309e237b219464e650143eb017)
Comment 10 Jiri Prox 2012-06-28 09:52:26 UTC
verified in 7.2
Comment 11 Miloslav Metelka 2012-07-03 12:39:44 UTC
*** Bug 213752 has been marked as a duplicate of this bug. ***