You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Radu Baranga (Created) (JIRA)" <ji...@apache.org> on 2012/03/18 08:40:59 UTC

[jira] [Created] (WICKET-4459) AjaxEditableMultiLineLabel doubles the html element on first edit

AjaxEditableMultiLineLabel doubles the html element on first edit
-----------------------------------------------------------------

                 Key: WICKET-4459
                 URL: https://issues.apache.org/jira/browse/WICKET-4459
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
            Reporter: Radu Baranga
         Attachments: quickstart.zip

Clicking on an AjaxEditableMultiLineLabel to edit it creates a new AjaxEditableMultiLineLabel in edit mode instead of changing existing one to Edit mode. Bug is present at least since wicket 1.5.3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (WICKET-4459) AjaxEditableMultiLineLabel doubles the html element on first edit

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

Sven Meier closed WICKET-4459.
------------------------------

    Resolution: Invalid
      Assignee: Sven Meier

AjaxEditableMultilineLabel uses HTML block elements (DIV) for its components, so the tag for the component itself has to be a block element too, e.g. DIV. 

If you don't comply with this, Firefox will restructure the HTML hierarchy. This results in the wrong parts of the page being updated by Wicket's ajax.
                
> AjaxEditableMultiLineLabel doubles the html element on first edit
> -----------------------------------------------------------------
>
>                 Key: WICKET-4459
>                 URL: https://issues.apache.org/jira/browse/WICKET-4459
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Radu Baranga
>            Assignee: Sven Meier
>         Attachments: fix-WICKET-4459.patch, quickstart.zip
>
>
> Clicking on an AjaxEditableMultiLineLabel to edit it creates a new AjaxEditableMultiLineLabel in edit mode instead of changing existing one to Edit mode. Bug is present at least since wicket 1.5.3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4459) AjaxEditableMultiLineLabel doubles the html element on first edit

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

Martin Grigorov commented on WICKET-4459:
-----------------------------------------

I've added a note to AjaxEditableMultiLineLabel's javadoc about this.
                
> AjaxEditableMultiLineLabel doubles the html element on first edit
> -----------------------------------------------------------------
>
>                 Key: WICKET-4459
>                 URL: https://issues.apache.org/jira/browse/WICKET-4459
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Radu Baranga
>            Assignee: Sven Meier
>         Attachments: fix-WICKET-4459.patch, quickstart.zip
>
>
> Clicking on an AjaxEditableMultiLineLabel to edit it creates a new AjaxEditableMultiLineLabel in edit mode instead of changing existing one to Edit mode. Bug is present at least since wicket 1.5.3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4459) AjaxEditableMultiLineLabel doubles the html element on first edit

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

Radu Baranga updated WICKET-4459:
---------------------------------

    Attachment: fix-WICKET-4459.patch
    
> AjaxEditableMultiLineLabel doubles the html element on first edit
> -----------------------------------------------------------------
>
>                 Key: WICKET-4459
>                 URL: https://issues.apache.org/jira/browse/WICKET-4459
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Radu Baranga
>         Attachments: fix-WICKET-4459.patch, quickstart.zip
>
>
> Clicking on an AjaxEditableMultiLineLabel to edit it creates a new AjaxEditableMultiLineLabel in edit mode instead of changing existing one to Edit mode. Bug is present at least since wicket 1.5.3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4459) AjaxEditableMultiLineLabel doubles the html element on first edit

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

Radu Baranga updated WICKET-4459:
---------------------------------

    Attachment: quickstart.zip
    
> AjaxEditableMultiLineLabel doubles the html element on first edit
> -----------------------------------------------------------------
>
>                 Key: WICKET-4459
>                 URL: https://issues.apache.org/jira/browse/WICKET-4459
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Radu Baranga
>         Attachments: quickstart.zip
>
>
> Clicking on an AjaxEditableMultiLineLabel to edit it creates a new AjaxEditableMultiLineLabel in edit mode instead of changing existing one to Edit mode. Bug is present at least since wicket 1.5.3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira