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 369444 - Missing table selection announcement
Missing table selection announcement
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: user interface
0.3.x
Other Linux
: Normal major
: 0.4.0
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-02 14:38 UTC by Peter Parente
Modified: 2006-11-02 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Parente 2006-11-02 14:38:03 UTC
Regression from 2.14. LSR doesn't always announce focus and selection after navigating in to a table. The focus event appears to be happening, but the response from LSR is missing for some reason.
Comment 1 Peter Parente 2006-11-02 15:14:47 UTC
New timing issue did not guarantee that focused and active states were set on an object before we received the focus event. Had to count the kind of event (i.e. focus) as an indicator of focus too. We were already doing this in some cases, but not in all adapters.