Issue 16161

Summary: Hyperlinks cannot be executed in Gnome Onscreen Keyboard
Product: ui Reporter: ru <ralf.unger>
Component: uiAssignee: ru <ralf.unger>
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@ui <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: currentKeywords: accessibility
Target Milestone: OOo 1.1   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description ru 2003-06-27 15:30:00 UTC
Hyperlinks in a document and in SO Help cannot be executed in GOK. Though they
are displayed in the UIGrab menu of GOK no action can be performed on it.
Comment 1 ru 2003-06-27 15:30:23 UTC
.
Comment 2 thorsten.ziehm 2003-06-30 13:41:26 UTC
Should be fixed in OOo 1.1 RC. => re-target
Comment 3 thorsten.ziehm 2003-06-30 13:42:50 UTC
... wrong task ...
re-target to OOo 1.1
Comment 4 nospam4obr 2003-06-30 15:30:09 UTC
stating from gok-spy.c line 1023:

/*
 * FIXME: when AccessibleHyperlink objects get un-broken,
 * we should pass the hyperlink object here instead of the
 * hypertext object, so we can just invoke the default action
 * on the link!  But at the moment the link objects are not
 * actionable, so we have to fake it.
 */

So gok isn't yet prepared to handle Hyperlinks, at least it does not
call doAccessibleAction on them, which is why nothing happens in OOo.
Comment 5 nospam4obr 2003-06-30 16:12:25 UTC
OBR->RU: please file a bug against gok.
Comment 6 ru 2003-06-30 17:33:54 UTC
I logged Bugzilla#116354 against gok for not handling hyperlinks.
Comment 7 ru 2003-06-30 17:34:23 UTC
.