There are 2 updates, 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b62b7adf-c97a-452e-82f2-b920e1a37048 XWIKI-23135 Open

The right panel appears empty even though it is disabled

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-20dc96c8-b258-4ee3-98bf-7061047730a8 Changes by Charpentier Lucas on 23/Apr/25 16:19
 
Attachment: screenshot-1.png
Assignee: Charpentier Lucas
 
 

2 comments

 
cid:jira-generated-image-avatar-20dc96c8-b258-4ee3-98bf-7061047730a8 Charpentier Lucas on 23/Apr/25 16:22
 

A wide guess as to what might be creating those inconsistencies:
_thumb_43585.png

Here, in this use case, I assumed (wrongly) that the `.hiderighthideleft` would have priority.
We either need to:

  • Find a way to swap the priority of both rulesets (not sure it's possible without using `!important`)
  • Add a check in the CSS to set this value only if there's no `hidelefthideright` class on the body element.
 
cid:jira-generated-image-avatar-20dc96c8-b258-4ee3-98bf-7061047730a8 Charpentier Lucas on 23/Apr/25 16:22
 
A wide guess as to what might be creating those inconsistencies:
!screenshot-1.png|thumbnail!

Here, in this use case, I assumed (wrongly) that the `.hiderighthideleft` would have priority.
We either need to:
* Find a way to swap the priority of both rulesets (not sure it's possible without using `!important`)
* Add a check in the CSS to set this value only if there's no `hidelefthideright` class on the body element.
(probably the one we'll end up using...)