You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Steve Eynon (JIRA)" <ji...@apache.org> on 2013/02/01 07:53:13 UTC

[jira] [Created] (TAP5-2062) Ajax alerts not rendered after a JS call to dismissOne()

Steve Eynon created TAP5-2062:
---------------------------------

             Summary: Ajax alerts not rendered after a JS call to dismissOne()
                 Key: TAP5-2062
                 URL: https://issues.apache.org/jira/browse/TAP5-2062
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Steve Eynon
            Priority: Minor


See http://tapestry.1045711.n5.nabble.com/T5-4-alpha-2-Ajax-alerts-not-rendered-after-a-call-to-dismissAll-td5719668.html

There's a typo on Line 77 (ish) of alert.coffee:

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

should actually be:

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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira