You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Manuel Boillod (JIRA)" <ji...@apache.org> on 2011/01/21 16:19:44 UTC

[jira] Created: (WICKET-3361) Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser

Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser
---------------------------------------------------------------------------------

                 Key: WICKET-3361
                 URL: https://issues.apache.org/jira/browse/WICKET-3361
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.5-M3, 1.4.15
         Environment: Windows 7 - Chrome 8
            Reporter: Manuel Boillod


On Chrome, the component AjaxEditableLabel causes an infinite ajax call's loop if there is an validation error on the input.

The attached project shows this bug (Enter "false" to reproduce the bug, and tape any key to stop it).

On Firefox, everithing is OK.

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


[jira] Resolved: (WICKET-3361) Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser

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

Martin Grigorov resolved WICKET-3361.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2
                   1.4.16
         Assignee: Martin Grigorov

Fixed with r1070202 (1.4.x) and r1070203 (trunk)

> Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-3361
>                 URL: https://issues.apache.org/jira/browse/WICKET-3361
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.15, 1.5-M3
>         Environment: Windows 7 - Chrome 8
>            Reporter: Manuel Boillod
>            Assignee: Martin Grigorov
>             Fix For: 1.4.16, 1.5-RC2
>
>         Attachments: test-ajax.zip
>
>
> On Chrome, the component AjaxEditableLabel causes an infinite ajax call's loop if there is an validation error on the input.
> The attached project shows this bug (Enter "false" to reproduce the bug, and tape any key to stop it).
> On Firefox, everithing is OK.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-3361) Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994073#comment-12994073 ] 

Hudson commented on WICKET-3361:
--------------------------------

Integrated in Apache Wicket 1.4.x #435 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/435/])
    WICKET-3361 Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser

Do not re-render the AjaxEditableLabel's editor upon error. Just select and focus on it.


> Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-3361
>                 URL: https://issues.apache.org/jira/browse/WICKET-3361
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.15, 1.5-M3
>         Environment: Windows 7 - Chrome 8
>            Reporter: Manuel Boillod
>            Assignee: Martin Grigorov
>             Fix For: 1.4.16, 1.5-RC2
>
>         Attachments: test-ajax.zip
>
>
> On Chrome, the component AjaxEditableLabel causes an infinite ajax call's loop if there is an validation error on the input.
> The attached project shows this bug (Enter "false" to reproduce the bug, and tape any key to stop it).
> On Firefox, everithing is OK.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WICKET-3361) Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser

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

Manuel Boillod updated WICKET-3361:
-----------------------------------

    Attachment: test-ajax.zip

quickstart  project which reproduces this issue

> Validation Error on AjaxEditableLabel causes ajax calls in loop on Chrome Browser
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-3361
>                 URL: https://issues.apache.org/jira/browse/WICKET-3361
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.15, 1.5-M3
>         Environment: Windows 7 - Chrome 8
>            Reporter: Manuel Boillod
>         Attachments: test-ajax.zip
>
>
> On Chrome, the component AjaxEditableLabel causes an infinite ajax call's loop if there is an validation error on the input.
> The attached project shows this bug (Enter "false" to reproduce the bug, and tape any key to stop it).
> On Firefox, everithing is OK.

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