bug 1213402 - Fire numeric value change events for proxies r=davidb

This commit is contained in:
Trevor Saunders 2015-11-02 15:46:09 -05:00
parent 4871fe153a
commit 99fc633d9a

View File

@ -1476,6 +1476,9 @@ a11y::ProxyEvent(ProxyAccessible* aTarget, uint32_t aEventType)
// A hack using state change showing events as alert events.
atk_object_notify_state_change(wrapper, ATK_STATE_SHOWING, true);
break;
case nsIAccessibleEvent::EVENT_VALUE_CHANGE:
g_object_notify((GObject*)wrapper, "accessible-value");
break;
}
}