After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 100312 - Hypertext link count is not available in Java apps
Hypertext link count is not available in Java apps
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: javabridge
unspecified
Other opensolaris
: High normal
: ---
Assigned To: Darren Kenny
Darren Kenny
Depends on:
Blocks: 111999
 
 
Reported: 2002-12-04 11:47 UTC by Patrick Wade
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
Proposed patch (1.24 KB, patch)
2003-05-29 11:52 UTC, padraig.obriain
none Details | Review

Description Patrick Wade 2002-12-04 11:47:20 UTC
A widget in a JAVA application that uses the AccessibleHypertext interface
does not show details of the total number of links available for that
widget.

Using the AT-POKE tool, see the hypertext details of the JEditorPane widget
in 'HTMLDemo' from within the SwingSet2 JFC application.


gtk+ apps are okay, as Padraig added functionality to at-poke (bug 91990).
Comment 1 bill.haneman 2003-01-30 17:39:04 UTC
hmm, looks like this should be 'normal' at least, not an enhancement
(since it's required by the at-spi).  Dar?

Comment 2 Calum Benson 2003-04-03 15:05:59 UTC
Updating status_whiteboard field to reflect A11Y team's assessment 
of accessibility impact.
Comment 3 Calum Benson 2003-04-03 15:17:30 UTC
Woops, don't need to track this one with the status_whiteboard field.
Comment 4 Darren Kenny 2003-04-24 10:44:23 UTC
The problem here is that Java doesn't actually implement 
AccessibleHypertext for the javax.swing.text.html components.
Comment 5 Darren Kenny 2003-05-01 15:04:08 UTC
Java bug 4856186 has been logged requesting that AccessibleHypertext
be implemented on the javax.swing.text.html Container.

Simlarly, Izzuezilla bug 13954 has been logged to request that 
AccessibleHypertext is implemented for Documents that support 
Hyperlinks.

Closing as NOT GNOME.
Comment 6 padraig.obriain 2003-05-29 10:57:45 UTC
I am reopening this bug as I believe that 4856186 is not a bug and
there is a bug in the JABG.
Comment 7 padraig.obriain 2003-05-29 11:52:19 UTC
Created attachment 16944 [details] [review]
Proposed patch
Comment 8 padraig.obriain 2003-05-29 15:08:12 UTC
Patch committed to CVS HEAD.