You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Marcus Schulte (JIRA)" <ta...@jakarta.apache.org> on 2006/05/27 21:56:30 UTC

[jira] Created: (TAPESTRY-968) clicking DatePicker fires onbeforeunload in IE 6

clicking DatePicker fires onbeforeunload in IE 6
------------------------------------------------

         Key: TAPESTRY-968
         URL: http://issues.apache.org/jira/browse/TAPESTRY-968
     Project: Tapestry
        Type: Bug

  Components: Framework  
    Versions: 4.0.1    
 Environment: Internet Explorer 6
    Reporter: Marcus Schulte


Clicking the DatePicker icon in IE6 causes window.unbeforeunload to be called.
This is a problem when using, e.g. @tacos:DirtyFormWarning: one gets a dirty form warning when attempting to enter data.

The cause for this behaviour is apparently that <a href="javascript: ...  is used to pop up the date picker. Apparently this makes IE think that the user navigates away from the page.

proposed fix: call the same function from onclick instead.

btw. the same problem pertains to @LinkSubmit

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-968) clicking DatePicker fires onbeforeunload in IE 6

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-968?page=all ]
     
Jesse Kuhnert resolved TAPESTRY-968:
------------------------------------

    Resolution: Won't Fix
     Assign To: Jesse Kuhnert

The old date picker will be removed as of 4.1, along with most js that currently exists so I think this is already being resolved. 

> clicking DatePicker fires onbeforeunload in IE 6
> ------------------------------------------------
>
>          Key: TAPESTRY-968
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-968
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.0.1
>  Environment: Internet Explorer 6
>     Reporter: Marcus Schulte
>     Assignee: Jesse Kuhnert

>
> Clicking the DatePicker icon in IE6 causes window.unbeforeunload to be called.
> This is a problem when using, e.g. @tacos:DirtyFormWarning: one gets a dirty form warning when attempting to enter data.
> The cause for this behaviour is apparently that <a href="javascript: ...  is used to pop up the date picker. Apparently this makes IE think that the user navigates away from the page.
> proposed fix: call the same function from onclick instead.
> btw. the same problem pertains to @LinkSubmit

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org