Re: How to get URL for FF4
Will Jing <[email protected]> Thu, 10 Feb 2011 13:39:37 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.accessibility |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi David, Seems I can not retrieve accessibleDoc successfully with the following code: serviceProvider->QueryService(SID_IAccessibleContentDocument, IID_IAccessible, ( void**) &accessibleDoc); I have read the article and also this link: http://www.marcozehe.de/2010/09/23/whats-up-with-all-those-windows/ According to this link, bug 594413 has been fixed and we can "use ISimpleDOMDocument to get all the required information without having to rely on Windows widgets" for FF4. What's the connection between accessibleDoc and ISimpleDOMDocument? Can you show me how to get ISimpleDOMDocument from accessibleDoc? Thanks. On Feb 10, 2:34 pm, David Bolter <[email protected]> wrote: > OK perhaps this might help you:http://mindforks.blogspot.com/2010/09/firefox-4-beta-at-vender-relief... > > If not, can you please file a bug and we can figure it out from there?http://bit.ly/bkTHpA > > Cheers, > David >