Problem with Test Cases 8.2.4.a, 8.2.4.b, 8.2.4.c

The mentioned test cases all contain the following snippet:

<xforms:trigger>
  		<xforms:label>Dispatch Alert Message</xforms:label>
  		<xforms:alert ev:event="DOMActivate" ref="/msg"></xforms:alert>
</xforms:trigger>

In my understanding this is wrong cause the DOMActivate listener will
be attached to the trigger. The alert never will receive a
DOMActivate. I also can't find anything in the Spec saying that a
trigger must bring up its alert when activated. As a consequence this
test case can never be successful as it says: "  When you activate the
Dispatch Alert Message trigger you must see a message that says
&quot;Instance Alert Message&quot;. "

Joern

Received on Tuesday, 23 June 2009 08:24:37 UTC