There are 6 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6591cbdc-6c32-4b2d-ade6-de38f05185e2 XWIKI-22795 Open

Not an issue

 
View issue   ยท   Add comment
 

6 updates

 
cid:jira-generated-image-avatar-c1e4b9d7-a736-4771-8df3-e24d8cb62657 Changes by Sebastian Klipper on 20/Jan/25 11:08
 
Summary: PlantUML Not Rendered in AWM App Fields of Type TextArea an issue
Issue Type: Bug Idea
Version: 16.4.6
Description: PlantUML is not rendered in AWM App Fields of Type TextArea (WYSIWYG)

When using PlantUML content in an AWM App's TextArea field, the content does not render or appear visible when the page is opened or reloaded. The behavior can be categorized into the following cases:
# The content is not visible if you open the page.
# The content becomes visible when the editor is opened.
# If editing is closed without saving, the content remains invisible.
# If editing is closed and saved, the content becomes visible temporarily.
# Reloading the page causes the content to become invisible again.

*Steps to Reproduce:*

Create an AWM App with a field of type TextArea and enable WYSIWYG.

Create a page using the app template and insert a PlantUML macro in the TextArea field:
{code:java}
{{plantuml}}
@startuml
sprite $tA jar:archimate/driver
sprite $tB jar:archimate/motivation-outcome
rectangle "A" as A <<$tA>> #Business
rectangle "B" as B <<$tB>> #Motivation
A -right- B
@enduml
{{/plantuml}}{code}
*Versions:*
* XWiki 16.6.4
* PlantUML Macro 2.3.2
* PlantUML 1.2021.7.
Priority: Major Trivial
Component: App Within Minutes
 
 

1 comment

 
cid:jira-generated-image-avatar-c1e4b9d7-a736-4771-8df3-e24d8cb62657 Sebastian Klipper on 20/Jan/25 11:15
 

I somehow made the same typo multiple times in the app sheet. XWIKI-22795 can be deleted. Apologies for the inconvenience.