There are 2 updates, 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-35b8d8d8-0aa6-49a8-ad98-3b58f9f52dd2 XWIKI-23413 Closed

Separators in navigation tree dropdown

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-0c13b79f-a49e-4d8e-93e6-19ca245c4caf Changes by Vincent Massol on 25/Aug/25 15:54
 
Resolution: Fixed
Status: Reopened Closed
 
 

2 comments

 
cid:jira-generated-image-avatar-0c13b79f-a49e-4d8e-93e6-19ca245c4caf Vincent Massol on 25/Aug/25 15:54
 

Issue on 16.10.x fixed in https://github.com/xwiki/xwiki-platform/pull/4508

 
cid:jira-generated-image-avatar-0c13b79f-a49e-4d8e-93e6-19ca245c4caf Vincent Massol on 25/Aug/25 15:55
 
An issue was found in 16.10.x:

{quote}
This was first caught in automated tests (https://ge.xwiki.org/scans/tests?search.names=Git%20branch&search.relativeStartTime=P90D&search.timeZoneId=Europe%2FParis&search.values=stable-16.10.x&tests.container=org.xwiki.livedata.test.ui.AllIT$NestedLiveDataIT&tests.help=tags&tests.test=livedataLivetableTableLayout%5B1%5D).

A change brought in XWIKI-23413 and backported to 16.10.X did break the styles for the whole Livedata component. This change does not break the master and 17.4.X branches.

In the change, we use a CSS variable, which is not correct for 16.10.X here and fail LESS compilation.

Todo:
* Change the CSS variable use to its LESS equivalent on the 16.10.X branch.
{quote}

Issue on 16.10.x fixed in https://github.com/xwiki/xwiki-platform/pull/4508