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 104622 - at-spi needs object:hypertext-link-selection events
at-spi needs object:hypertext-link-selection events
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: api
unspecified
Other Linux
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
Depends on: 104621
Blocks: 95923
 
 
Reported: 2003-01-28 14:32 UTC by bill.haneman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.75 KB, patch)
2003-02-14 10:46 UTC, padraig.obriain
none Details | Review

Description bill.haneman 2003-01-28 14:32:01 UTC
at-spi needs to provide events notifying listening clients of changes in
hypertext link selections (see 104621).
Comment 1 padraig.obriain 2003-02-14 10:46:11 UTC
Created attachment 14316 [details] [review]
Proposed patch
Comment 2 bill.haneman 2003-02-14 12:01:35 UTC
patch looks good (except for what looks like a possible extraneous
g_print ?)

please commit (after checking the g_print).  ALso could you add this
event to those listened for by event-listener-test.c, so we can do 
quick test?  thanks
Comment 3 padraig.obriain 2003-02-14 13:41:59 UTC
g_print removed and test addedc to event-listener-test.c.