RefreshingView odd behaviour with EditableLabel with hardcoded id in html
-------------------------------------------------------------------------

                 Key: WICKET-4394
                 URL: https://issues.apache.org/jira/browse/WICKET-4394
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.4
            Reporter: Alinoor Rahman
            Priority: Minor
         Attachments: bug.tar.gz

run the attached code, click on the link from the homepage. Then edit click on 
an item in the second column, which ever row you click on to edit it always 
goes to the top of the list, in wicket 1.4.18 the rows did not move to the stop.
I've found that this problem occurs when the id of the EditableLabel is set in 
the markup e.g. in RefreshingPage.html we have <p wicket:id="item" 
id="1">item</p>, if the id attribute is removed from the markup, everything 
seems to work as expected.



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

        

Reply via email to