Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-rendering
Commit: 8fcf6ac112103b0b1d0f79d4b5624d2cfe05ce39
https://github.com/xwiki/xwiki-rendering/commit/8fcf6ac112103b0b1d0f79d4b56…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-06-13 (Thu, 13 Jun 2024)
Changed paths:
A
xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/list/list.test
M
xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/xhtml/handler/ListTagHandler.java
M
xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/xhtml/impl/TagContext.java
Log Message:
-----------
XRENDERING-744: Nested lists with paragraphs are incorrectly rendered and cause NPEs
(#306)
* Treat lists that are in a list item but where the list item has a
nested document as block handlers.
* Bulletproof TagContext.getParent against being called on the root
tag context.
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-rendering/settings/notifications