Bug #10173
Make shutdown-helper in Jessie compatible with Orca
Start date:
2015-09-08
Due date:
% Done:
100%
Subtasks
History
#1 Updated by anonym 2015-09-08 15:54:51
- Parent task set to
Bug #8302
#2 Updated by anonym 2015-09-08 15:55:11
- blocks #8668 added
#3 Updated by anonym 2015-09-08 15:55:40
- blocks
Bug #8371: Incomplete screen reader support in Jessie added
#4 Updated by anonym 2015-09-08 15:56:28
- Description updated
#5 Updated by anonym 2015-09-08 16:06:18
So I’ve found these methods for the ActionButton
:s we add:
remove_accessible_state: function remove_accessible_state(state) {
/* proxy for native symbol st_widget_remove_accessible_state(); */
}
add_accessible_state: function add_accessible_state(state) {
/* proxy for native symbol st_widget_add_accessible_state(); */
}
set_accessible: function set_accessible(accessible) {
/* proxy for native symbol st_widget_set_accessible(); */
}
set_accessible_name: function set_accessible_name(name) {
/* proxy for native symbol st_widget_set_accessible_name(); */
}
And there’s some unofficial docs that do not match perfectly (yay!):
So I’ve mostly looked at the C documentation:
However, I haven’t (yet?) been able to actually make the stuff work.
#6 Updated by anonym 2015-09-08 16:13:08
- Assignee set to anonym
Assigning it to me, although I could use some help. I have no idea what I’m doing. :) And I’ve already spent a couple of hours on this without any progress. :/
#7 Updated by intrigeri 2015-10-05 05:04:08
- Status changed from Confirmed to Resolved
- Assignee deleted (
anonym) - % Done changed from 0 to 100
Seems like the discussion we were having on Bug #8302 was actually about this ticket, and its conclusion works here too => closing. anonym, if I’m wrong then let me know.
#8 Updated by intrigeri 2015-11-09 03:51:20
- related to
Bug #7509: The shutdown button is hardly accessible added