So... my last email was a little, um, wrong!

The error is actually to do with dismissOne() removing the inner
container - but wotever, it boils down to a typo on Line 77 (ish) of
alert.coffee:

    container.on "click button.close", ->

should actually be:

    container.on "click", "button.close", ->

Patch file for alert.coffee attached.

Steve.
--
Steve Eynon
-------------------------------
"If at first you don't succeed,
   so much for skydiving!"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to