You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org> on 2011/10/28 17:26:30 UTC

[jira] [Closed] (TAP5-1725) Form validation failure JS errors in IE only

     [ https://issues.apache.org/jira/browse/TAP5-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1725.
--------------------------------------

    Resolution: Invalid
      Assignee: Howard M. Lewis Ship

This appears to have been fixed as follow up to TAP5-1692.
                
> Form validation failure JS errors in IE only
> --------------------------------------------
>
>                 Key: TAP5-1725
>                 URL: https://issues.apache.org/jira/browse/TAP5-1725
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Lenny Primak
>            Assignee: Howard M. Lewis Ship
>
> When validation errors pop up on IE, I get the following JavaScript error:
> tapestry.js, line 1472,    '_' is null or not an object
> --------- code snippet --------------------
>        if (Prototype.Browser.IE) {
>             var div = this.outerDiv;
>             _.delay(function() {    *****  this line is the error
>                 div.hide();
>             }, this.IE_FADE_TIME);
>             return;
>         }

--
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