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/20 17:44:45 UTC

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

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


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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Didenko updated TAP5-712:
--------------------------------

    Attachment: VoteForm3.tml
                VoteForm3.java

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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Didenko updated TAP5-712:
--------------------------------

    Attachment: VoteForm.tml
                VoteForm.java

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


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711514#action_12711514 ] 

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

VoteForm does not have this bug

      was (Author: sergeyd):
    not 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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711515#action_12711515 ] 

Sergey Didenko commented on TAP5-712:
-------------------------------------

It seems the absense of <t:zone> fires this bug.


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


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Didenko updated TAP5-712:
--------------------------------

    Attachment: VoteForm.tml
                VoteForm.java

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


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Didenko updated TAP5-712:
--------------------------------

    Attachment: VoteForm3.tml
                VoteForm3.java

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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711514#action_12711514 ] 

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

VoteForm does not have this bug

      was (Author: sergeyd):
    not 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.


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

Posted by "Sergey Didenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711515#action_12711515 ] 

Sergey Didenko commented on TAP5-712:
-------------------------------------

It seems the absense of <t:zone> fires this bug.


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