There are 4 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2c988f14-22fa-4a55-972d-b22522860eaf XWIKI-23484 Closed

Livedata styles do not compile

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-63a60cfb-2d7f-46c5-860b-5bf8c8c56158 Changes by Vincent Massol on 25/Aug/25 15:15
 
Fix Version: 16.10.11
Description: 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
maaster 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.


The solutions I could identify are:
* Revert commits for XWIKI-23413 and XWIKI-22485 on the 16.10.X branch.
* Change the CSS variable use to its LESS equivalent on the 16.10.X branch.
 
cid:jira-generated-image-avatar-526a39a9-96d1-44f9-aacd-22871aa8a6ca Changes by Charpentier Lucas on 25/Aug/25 15:24
 
Resolution: Invalid
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-526a39a9-96d1-44f9-aacd-22871aa8a6ca Charpentier Lucas on 25/Aug/25 15:24
 

Opened up an issue isntead of reopening XWIKI-23413 . The problem found was on 16.10.X only, which had no release yet with the previous changes.