History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3433
Type: Task Task
Status: Open Open
Priority: P1 P1
Assignee: Max Carlson
Reporter: Jim Grandy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Ensure accessibility works in OL4/SWF

Created: 16/Jan/07 03:53 PM   Updated: Thursday 08:31 AM
Component/s: LFC - Accessibility
Affects Version/s: OL4B1
Fix Version/s: Dunkin (4.2b3)

Time Tracking:
Not Specified

Severity: Minor
Runtime: N/A
Release Note Text: Accessibility compatibility has not been fully tested.
Fix in hand: False


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Frisco Del Rosario - 23/Jan/07 06:06 PM
Requirement #3 in test/accessibility/Laszlo Accessibility Test Cases.doc says, "All test cases must use JAWS v7.0..."

It should be written somewhere that JAWS v7.0 is more difficult to find: freedomscientific.com/fs_downloads/morejaws.asp.

Frisco Del Rosario - 24/Jan/07 01:56 PM
 I don't believe it works at all.

According to Test Cases.doc: All test cases must utilize JAWS v7.0 and Flash player v7.x

I installed JAWS v7.00.135U, uninstalled Flash 9.26, installed Flash 7.61, then ran this test while JAWS was running:

<canvas debug="true">
<include href="lzunit"/>

<TestSuite>
<TestCase>

<method name="testAccessibility">

assertEquals(true, canvas.isinited, 'canvas inited');
assertEquals('3.3.3.0', canvas.version, 'canvas version');
assertEquals('swf7', canvas.runtime, 'canvas runtime');
assertEquals('7.61', LzBrowser.getVersion(), 'Flash version');
assertEquals(true, LzBrowser.isAAActive(), 'accessibility is on');

Debug.write(canvas.isinited);
Debug.write(canvas.version);
Debug.write(canvas.runtime);
Debug.write(LzBrowser.getVersion());
Debug.write(LzBrowser.isAAActive());

</method>


</TestCase>
</TestSuite>

</canvas>

Everything is green except for LzBrowser.isAAActive(), which is the point. I also ran every .lzx script in test/accessibility, but none of them reported that accessibility was on. (I will note here that taborder.lzx requires Flash 8 or higher, which is most contrary to Test Cases.doc).

Frisco Del Rosario - 24/Jan/07 01:58 PM
Performed the above in LPS 3.3.3, 3.4.x, and 4.0b.

Jim Grandy - 13/Feb/07 01:07 PM
Please estimate cost of fixing.