You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Sergey Didenko (JIRA)" <ji...@apache.org> on 2009/05/21 10:33:45 UTC

[jira] Issue Comment Edited: (TAP5-712) Form component: javascript error in IE when submitting form

    [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711513#action_12711513 ] 

Sergey Didenko edited comment on TAP5-712 at 5/21/09 1:32 AM:
--------------------------------------------------------------

VoteForm3 has this bug

      was (Author: sergeyd):
    Buggy
  
> Form component: javascript error in IE when submitting form
> -----------------------------------------------------------
>
>                 Key: TAP5-712
>                 URL: https://issues.apache.org/jira/browse/TAP5-712
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Sergey Didenko
>         Attachments: VoteForm.java, VoteForm.tml, VoteForm3.java, VoteForm3.tml
>
>
> IE6, IE7 and IE8 popup a javascript error dialog if script debugging is enabled in browser settings. "A Runtime Error has occured. Do you wish to Debug? Error: Tapestry is undefined".
> Debugging shows that the reason is ' onsubmit="javascript:Tapestry.waitForPage(event);" ' part of ' <form enctype="application/x-www-form-urlencoded" onsubmit="javascript:Tapestry.waitForPage(event);" action=... '
> This can be very bad for web developers that visit tapestry based site.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.