There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-021f752a-c7ba-4adb-83ba-f232f86b517e XWIKI-24107 Open

Async error block not expandable

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-b81be61e-6cf4-4269-8b9a-9f67e947cce2 Changes by Brassat Alexandru on 10/Mar/26 11:06
 
Description: If I have an async block which returns a `xwikirenderingerror` div, once the async is resolved, the `xwikirenderingerror` is not clickable to expand it.

Example - with the office server offline, view this in a page:
{code:java}
{{async}}
{{office reference="Untitled2.odt"/}}
{{/async}}
{code}
It will give you a (seemingly) expandable error div, but you can't click it to see the description (stack trace).

I think a fix could be firing 'xwiki:dom:updated' [somewhere here?
]([ | https://github.com/xwikisas/xwiki-platform/blob/380c2ca7ab0ed9ee1e564c6d0e1a94c69a5f7f64/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/async/async.js#L32 ) ] - I didn't test this.