You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Denis Stepanov (Created) (JIRA)" <ji...@apache.org> on 2011/11/16 17:53:53 UTC

[jira] [Created] (TAP5-1751) FormFragment from ajax doesn't work

FormFragment from ajax doesn't work
-----------------------------------

                 Key: TAP5-1751
                 URL: https://issues.apache.org/jira/browse/TAP5-1751
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3
            Reporter: Denis Stepanov


 I had discovered that FormFragments recieved from ajax doesn't work, it seems that JS method isDeepVisible can't see that element is invisible. I can see in chrome debugger there is an t-invisible class but there is not styles... changing "if (!current.visible()" to "if (!current.visible() || current.hasClassName("t-invisible"))" fixed the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira