GNOME Bugzilla – Bug 650669
Clean the current focus management support on Cally
Last modified: 2012-03-12 13:22:18 UTC
Some of the conclusions of the ATK/AT-SPI2 hackfest [1] were related to the focus management, and summarized on bug 649575. Some of those conclusions, as doesn't emit AtkObject:focus-change or forget that atk_focus_tracker mess could be implemented now. So it would be good to start to implement those things. Anyway, this is just code cleaning, so not really a high-priority thing. [1] https://live.gnome.org/Hackfests/ATK2011/Agenda
I already made those changes on this commit: http://git.gnome.org/browse/clutter/commit/?id=cc126f55eb948a528211bc1649cd20bc7a7c0ed7 In the end it was not just a code cleaning tasks, but also improved some stuff, like less events emitted, and proper order. Closing the bug (sorry, I should have done that when I made the commit)