Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
11.4-rc-1
-
None
-
Unknown
-
Description
XWIKI-16708 fixed part of the problem but the issue is not fully fixed since there's one use case where MMB are still stripped: when wiki macros are inline editable.
It's still a problem because it's still a regression in the format of the XDOM and important metadata is lost, which can break use cases.
Here's one such use case:
- The LaTeX exporter has support for special handling of macros, i.e. to decide what to do when a macro is being exported to LaTeX.
- If a user creates an inline-editable wiki macro and needs to have a special behavior to render it to LaTeX, it won't be possible since the MMB are stripped.
- Another use case is if a user creates an inline-editable wiki macro and inside this macro he/she uses another macro that requires special handling for the LaTeX export (e.g. message macros, container macro, mathjax macro, etc). Then the LaTeX export will fail since the MMBs for these macros won't be there.
Attachments
Issue Links
- is related to
-
XWIKI-16708 Wiki Macro execution incorrectly removes all MacroMarkerBlock blocks
- Closed