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 133383 - Unable to access hyperlinks in 'javadoc index search' by keyboard
Summary: Unable to access hyperlinks in 'javadoc index search' by keyboard
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-04-20 23:45 UTC by cizekk1
Modified: 2008-12-22 14:42 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 cizekk1 2008-04-20 23:45:13 UTC
unable to click hyperlinks in 'javadoc index search'
Comment 1 Jaromir Uhrik 2008-05-09 11:18:27 UTC
I just want to clarify that hyperlinks can be clicked on but they cannot be accessed by keyboard.
Comment 2 Jan Pokorsky 2008-05-13 16:15:10 UTC
It relates to HtmlBrowser/SwingBrowser component that is used by the javadoc module to display javadoc content inside
NB. AFAIK there are no such default actions provided in HTMLEditorKit to traverse links in the document. Reassiging to
openide/AWT.
Comment 3 Stanislav Aubrecht 2008-06-18 17:13:01 UTC
you mean links in the actual html text, right? not the list of search results
Comment 4 Jan Pokorsky 2008-06-18 17:28:03 UTC
Right, the search result list contains no hyperlinks.
Comment 5 Stanislav Aubrecht 2008-06-19 12:44:06 UTC
there's no direct support in swing for keyboard traversal of html links - closing

(the workaround is opening the search result in external browser)