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 63031 - Libzvt should provide notifications of selection changes for accessibility support.
Libzvt should provide notifications of selection changes for accessibility su...
Status: RESOLVED FIXED
Product: libzvt
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: jacob berkman
Unknown User
Depends on:
Blocks:
 
 
Reported: 2001-10-25 20:47 UTC by Marc Mulcahy
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A patch providing a fix for this bug. (2.09 KB, patch)
2001-10-25 20:48 UTC, Marc Mulcahy
none Details | Review

Description Marc Mulcahy 2001-10-25 20:47:04 UTC
Assistive technologies such as screen readers need to provide feedback 
when the selection changes.  Libzvt should provide a selection change 
notification.
Comment 1 Marc Mulcahy 2001-10-25 20:48:50 UTC
Created attachment 5910 [details] [review]
A patch providing a fix for this bug.
Comment 2 jacob berkman 2001-10-31 17:59:40 UTC
so the accessibility stuff would be setting
ZvtTerm->_vtx->selection_changed themselves?
or how would this be used?
Comment 3 Marc Mulcahy 2001-10-31 18:37:15 UTC
Basically, the current accessibility implementation I've developed 
for libzvt lives in a separate library.  It generates ATK signals to 
notify any listeners that the selection has changed.  This external 
library would assign term->_vx->selection_changed to its own private 
callback for emitting the appropriate ATK signals.  The other 
approach would be to add a signal to the ZvtTerm widget which is 
fired when the selection changes.
Comment 4 Kjartan Maraas 2002-01-09 21:27:25 UTC
Should this go into 1.4.x too?
Comment 5 Marc Mulcahy 2002-01-15 19:02:51 UTC
No, the accessibility architecture isn't available under GNOME 1.4.
Comment 6 Luis Villa 2002-03-06 16:09:31 UTC
Jacob, Mark: what is the status here?
Comment 7 jacob berkman 2002-03-06 16:54:12 UTC
it's been in cvs for awhile.