Closed
Bug 628644
Opened 14 years ago
Closed 14 years ago
Add the Baum Retec AG Cobra screen reader module to the window emulation whitelist
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: MarcoZ, Assigned: davidb)
Details
(Whiteboard: [softblocker][patch needs vendor testing])
Attachments
(1 file, 1 obsolete file)
1.41 KB,
patch
|
Details | Diff | Splinter Review |
Baum Retec AG's screen reader named Cobra, a German screen reader, supports Firefox 3.6 and 4, and for some of their stuff relies on the Window hierarchy. To fix them up quickly, we should just add the module name they inject to our whitelist to turn on window hierarchy emulation. I'm waiting for the module name to be sent to me.
Reporter | ||
Comment 2•14 years ago
|
||
The module name is OsmHooks.dll.
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #1)
> David, wanna take it?
Sure.
Hopefully it won't need tweaks.
By the way we should be pinging all the vendors we can to test with FF4 betas.
Assignee | ||
Updated•14 years ago
|
blocking2.0: --- → final+
Whiteboard: [softblocker]
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #506728 -
Flags: review?(marco.zehe)
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 506728 [details] [diff] [review]
simply adds module
>+const LPCWSTR kCobraModuleHandle = L"OsmHooks.dll";
Hmm the others are all without ".dll" and in lower case. Do you think we can apply the same rule here? For example, the JAWS module is called jhook.dll on the hard drive, but "jhook" is what gets returned I believe.
Assignee | ||
Comment 6•14 years ago
|
||
Good catch - I was sloppy.
Assignee | ||
Updated•14 years ago
|
Attachment #506728 -
Flags: review?(marco.zehe)
Assignee | ||
Comment 7•14 years ago
|
||
Marco thanks for catching my sloppiness in the first patch. Here's the new build URL:
http://ftp.mozilla.org/pub/mozilla.org/firefox/tryserver-builds/dbolter@mozilla.com-359a76bcefdc
Attachment #506728 -
Attachment is obsolete: true
Attachment #506732 -
Flags: review?(marco.zehe)
Reporter | ||
Comment 8•14 years ago
|
||
Comment on attachment 506732 [details] [diff] [review]
adds module name
OK, I'll send the try-server build to the developer and ask him to test as soon as it's ready before I r+. In principle this looks like a no-brainer, but I want to wait for testing from the vendor.
Assignee | ||
Updated•14 years ago
|
Whiteboard: [softblocker] → [softblocker][patch needs vendor testing]
Reporter | ||
Comment 9•14 years ago
|
||
Comment on attachment 506732 [details] [diff] [review]
adds module name
This bug is no longer needed, as per e-mail discussion with the Cobra developer. It doesn't solve their problem, in fact it would recreate a problem for them. Will close this bug as WONTFIX.
Attachment #506732 -
Flags: review?(marco.zehe)
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•