- From: Joern Turner <joern.turner@googlemail.com>
- Date: Tue, 23 Jun 2009 10:24:00 +0200
- To: www-forms@w3.org
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 "Instance Alert Message". " Joern
Received on Tuesday, 23 June 2009 08:24:37 UTC