Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.8.1
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
This usecase is a particular case of XRENDERING-491, but probably related to a whole different piece of code.
The following XHTML
<table><tr><td> <i>Before i</i></td></tr></table> <p> <i>Before i</i></p>
parsed in XDOM and then re-rendered in XHTML gives:
<table><tr><td> <em>Before i</em></td></tr></table><p> <em>Before i</em></p>
Notice how the nbsps have become regular spaces.
I would expect instead:
<table><tr><td> <i>Before i</i></td></tr></table><p> <i>Before i</i></p>
See the attached test I wrote, currently failing on a branch with XRENDERING-491 fixed.
Attachments
Issue Links
- blocks
-
XWIKI-16231 Editing the home page in WYSIWYG makes the box macro change from inline to standalone
- Closed
- is related to
-
XRENDERING-491 Non-breakable spaces from XHTML are transformed into regular spaces in XDOM
- Closed