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 262311 - Shortcuts on pinnable tooltips
Summary: Shortcuts on pinnable tooltips
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks: 215073
  Show dependency tree
 
Reported: 2016-06-02 14:14 UTC by Martin Entlicher
Modified: 2018-02-25 09:47 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2016-06-02 14:14:39 UTC
Debugger tooltips that can be pinned as pin watches should respond to keyboard shortcuts so that it's not necessary to navigate with mouse to appropriate icons and risk that the tooltip will disappear while the mouse exits the tooltip area.

There can be "SPACE" as a shortcut to expand tooltips into a detailed view
and "ENTER" shortcut to pin the tooltip as a pin watch.

These shortcuts are valid while to tooltip is visible.
Comment 1 Martin Entlicher 2016-06-02 14:50:48 UTC
Fixed by changeset:   297589:03b2f960a7c3
http://hg.netbeans.org/core-main/rev/03b2f960a7c3
Comment 2 Martin Entlicher 2016-06-02 15:06:56 UTC
The shortcuts will be made available on all tooltips created by the new API in task #262312.
Comment 3 Martin Entlicher 2016-06-08 12:33:25 UTC
FYI: This change has caused a regression in editor.lib, which is described and fixed by issue #262339.
Comment 4 ebakke 2018-02-25 09:47:40 UTC
This change seems to have caused another regression: https://issues.apache.org/jira/browse/NETBEANS-403