I'm looking into a bug right now where some methods on a class seem to
mysteriously not get defined in IE6. Perhaps this is related.
http://jira.openlaszlo.org/jira/browse/LPP-4997
On 2007-11-01, at 14:50 EDT, André Bargull wrote:
I wanted to run smoketest in trunk under DHTML-IE6, but I got
several errors, i.e. test this app:
<canvas debug="true" >
<include href="lzunit"/>
<TestSuite>
<TestCase>
<method name="testFailure">
assertTrue(false);//expected to fail
</method>
</TestCase>
</TestSuite>
</canvas>
It won't run under IE6 (at least for me), because "TestFailure" and
"TestError" (defined in lzunit.lzx) are "undefined" in IE6 (FF2
works without a problem). Any clues?
- Andr?