[ 
https://issues.apache.org/jira/browse/WICKET-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995637#comment-15995637
 ] 

ASF subversion and git services commented on WICKET-6339:
---------------------------------------------------------

Commit fb0460b36bb72fff9f5008dd3d3fe5e8d666877b in wicket's branch 
refs/heads/wicket-7.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=fb0460b ]

WICKET-6339 Wrong implementation of MarkupFragment.iterator()


> Wrong implementation of MarkupFragment.iterator()
> -------------------------------------------------
>
>                 Key: WICKET-6339
>                 URL: https://issues.apache.org/jira/browse/WICKET-6339
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.2.0
>            Reporter: Sven Ackermann
>            Assignee: Martin Grigorov
>
> The method returns {{getRootMarkup().iterator(startIndex, size)}}, but this 
> only works when {{getRootMarkup() == getParentMarkup()}} or all intermediate 
> {{MarkupFragment}}s start at index 0.
> The {{startIndex}} of all intermediate {{MarkupFragment}}s must be added, 
> otherwise the iterator starts at a wrong index.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to