Menu

#1006 Unable to forward one event to two targets

3.0.5
closed
nobody
General (233)
5
2008-05-23
2008-05-22
Tom M. Yeh
No

Test codes:
<window id="w" onA='l.value += "A"' onB='l.value += "B"'>
You shall see "AB" is generate when clicking
<button label="Test" forward="onA,onB"/>
<label id="l">
</window>

Wrong Result: "B" is generated since onB overrides onA (they are both mapped to onClick).

However, it is OK if the original event is different.

Discussion

  • Tom M. Yeh

    Tom M. Yeh - 2008-05-23
    • status: open --> closed
     
  • Tom M. Yeh

    Tom M. Yeh - 2008-05-23

    Logged In: YES
    user_id=91099
    Originator: YES

    Fixed since 5/23

     

Log in to post a comment.

MongoDB Logo MongoDB