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 140725

Summary: Can't expand internal link using keyboard
Product: profiler Reporter: Rashid Urusov <rashid>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Rashid Urusov 2008-07-18 12:41:50 UTC
Steps to reproduce:
Perform application Memory profiling 
Take Heap Dump

In Summary view I can't expand Show System property internal link to see its content
Comment 1 Jiri Sedlacek 2008-07-22 13:18:25 UTC
The whole contents of the Summary view of heapwalker is rendered in HTML displayer (JEditorPane using HTMLEditorKit), in
fact it's a kind of HTML report. Keyboard access to rendered links should be implemented in the HTML displayer (Swing
component).

Closing as WONTFIX, you should consider finding/filing appropriate bug in JDK/Swing.