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/08/08 17:34:59 UTC

[jira] Commented: (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:comment-tabpanel#action_12518475 ] 

Alastair Maw commented on WICKET-520:
-------------------------------------

<gerolf> i may have found a workaround (although you know this probably already)
<gerolf> cancelCall should return false, instead of true

> 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: 1.2.5, 1.3.0-beta1
>         Environment: Firefox 2.0
>            Reporter: Dragos Bobes
>            Assignee: 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.