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 129103 - SPI_KEYMASK_NUMLOCK not handled correctly
SPI_KEYMASK_NUMLOCK not handled correctly
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: registry
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
AP2
Depends on:
Blocks: 128959
 
 
Reported: 2003-12-11 16:56 UTC by padraig.obriain
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.23 KB, patch)
2003-12-11 16:58 UTC, padraig.obriain
none Details | Review

Description padraig.obriain 2003-12-11 16:56:41 UTC
If SPI_registerAccessibleKeystrokeListener is called with a mask which
contains SPI_KEYMASK_NUMLOCK and some other values it is not handled
correctly.
Comment 1 padraig.obriain 2003-12-11 16:58:36 UTC
Created attachment 22342 [details] [review]
Proposed patch
Comment 2 bill.haneman 2003-12-11 17:04:28 UTC
yes, if numlock is not the only modifier in the mask the current code
fails.  Thanks padraig, please commit.
Comment 3 padraig.obriain 2003-12-11 18:30:47 UTC
Patch committed to CVS HEAD.