Re: Web browser page loaded notification
Re: Web browser page loaded notification
- Subject: Re: Web browser page loaded notification
- From: Travis Siegel <email@hidden>
- Date: Mon, 16 Apr 2012 16:02:02 -0400
The accessibility page done loading sound is played via normal sound
routines. The accessibility callback simply tells you the page is
done loading, it's still up to you to actually play the sound itself.
On Apr 11, 2012, at 4:11 PM, Hubert Figuière wrote:
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 (Accessibility-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40softcon.com
This email sent to email@hidden
_______________________________________________
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