GNOME Bugzilla – Bug 672047
Orca just present "Panel" with contacts on the overview
Last modified: 2012-03-15 19:39:54 UTC
STEPS TO REPRODUCE 1. Launch Orca 2. Go to the overview (Alt+F1) and search for a contact (probably you would need evolution, empathy or something like that configured). 3. Select that contact EXPECTED OUTCOME Orca exposes "alias push button" ACTUAL OUTCOME Orca exposes "Panel"
Created attachment 209709 [details] [review] Setting label actor and role for Contacts on the overview Easy patch. I'm also wondering if it is worth to expose the status. Anyway right now it is easily implementable. label_actor property is a one-to-one relation. We could think on improve this, in order to have several labels labeling and actor, ala gtk_widget_add_mnemonic_label (as label_actor is somehow a simplification of that method). FWIW, on ATK you can set the LABEL_FOR relationships several times. Anyway, taking into account how near is hard code freeze, this is something to talk about in the future, and right now name and label should be perfectly enough.
Comment on attachment 209709 [details] [review] Setting label actor and role for Contacts on the overview i haven't seen the new contacts thing, but I assume these changes are right...
(In reply to comment #2) > (From update of attachment 209709 [details] [review]) > i haven't seen the new contacts thing, but I assume these changes are right... <API> danw, one question about this review: <API> https://bugzilla.gnome.org/show_bug.cgi?id=672047#c2 <API> it is not clear to me if I can commit that patch <drago01> API: it is more of "if it works commit it" Well, it works for me and Joanmarie tested it, and also works for her. As I said on comment 1, the only missing stuff is exposing the contact status, but this is something that would need to wait for 3.6. So, committing and closing the bug