Web browser page loaded notification
Web browser page loaded notification
- Subject: Web browser page loaded notification
- From: Hubert Figuière <email@hidden>
- Date: Wed, 11 Apr 2012 13:11:46 -0700
Hi,
First, let me quickly introduce myself. I work at Mozilla in the
Accessibility team, and my current task is to bring back on track
Accessibility support in Firefox (VoiceOver and others).
When Safari is done loading a page, when VoiceOver is on, it chimes a
little 3 tone notification. I'm trying to implement this in Firefox
without success[1].
I use
NSAccessibilityPostNotification(self, @"AXLoadComplete");
where self is the accessibility object associated to the AXWebArea.
I got the notification id from Chromium WebKit source code, which
incidentally does not chime the notification either.
What notification am I supposed to post, and to which accessible object?
Thanks,
Hub
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=718637
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden