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

Summary: Shortcuts on pinnable tooltips
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: UI
Priority: P2    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 215073    

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