You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alastair Maw (JIRA)" <ji...@apache.org> on 2007/05/24 20:45:16 UTC

[jira] Updated: (WICKET-520) Escape doesn't work for AjaxEditableLabel in Firefox

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

Alastair Maw updated WICKET-520:
--------------------------------

        Fix Version/s:     (was: 1.2.5)
                       1.3.0-rc1
             Assignee: Alastair Maw
    Affects Version/s: 1.2.5

So it doesn't. It checks for the status of the AJAX response, which seems to be "". I think it's expecting an int. Will look into this.

> Escape doesn't work for AjaxEditableLabel in Firefox
> ----------------------------------------------------
>
>                 Key: WICKET-520
>                 URL: https://issues.apache.org/jira/browse/WICKET-520
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: trunk, 1.2.5
>         Environment: Firefox 2.0
>            Reporter: Dragos Bobes
>         Assigned To: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-rc1
>
>
> The bug only occurs in Firefox (I'm using 2.0). In IE 7 works fine. 
> In wicket-example check the "Editable Lable Example". When the user is in edit mode and presses escape the editor is not replaced with the label component and any other AJAX request fails. Bellow is a snapshot from the AJAX debug:
> ....
> INFO: Response parsed. Now invoking steps...
> INFO: Response processed successfully.
> INFO: Invoking post-call handler(s)...
> INFO: last focus id was not set
> INFO:
> INFO: Initiating Ajax GET request on 
> Help?wicket:interface=:1:editableLabel:editor::IBehaviorListener:0&wicket:ignoreIfNotActive=true&save=false&random=0.5459241681095125
> INFO: Invoking pre-call handler(s)...
> INFO: Channel busy - postponing...

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