This issue has been created
There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-7fce36b2-4095-46c9-9b99-2d2e809ae001 XWIKI-23166 Open

Resized panel is not saved after user logs in again

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-efab52ef-b2dc-45dc-8b6e-244734a62c3f Nikita Petrenko created this issue on 05/May/25 14:01
 
Summary: Resized panel is not saved after user logs in again
Issue Type: cid:jira-generated-image-avatar-7fce36b2-4095-46c9-9b99-2d2e809ae001 Bug
Affects Versions: 17.3.0
Assignee: Unassigned
Components: Panels, Web - Templates & Resources
Created: 05/May/25 14:01
Labels: usability
Priority: cid:jira-generated-image-static-minor-87ce0921-24e7-4699-9855-a72d2bfa5067 Minor
Reporter: Nikita Petrenko
Description:

Steps to reproduce:

  1. Change the width of the left or right panel using the slider
  2. Log out of XWiki
  3. As a guest, you will see the new panel width that the user set in step 1
  4. Log back in as XWiki admin

Actual result

The width of changed panel will have default width.

Expected result

The width of the panel remains unchanged from step1

 
 

2 comments

 
cid:jira-generated-image-avatar-aa752658-1435-473e-95bb-c9e0941f6695 Charpentier Lucas on 05/May/25 14:08
 

This also happens with the leftside panel on wiki edit mode (thanks Michael for the report smile.png )

And when the Admin toggles the panels on and off again, the user that loads the UI at the moment where panels are disabled will also lose their preference.

 
cid:jira-generated-image-avatar-aa752658-1435-473e-95bb-c9e0941f6695 Charpentier Lucas on 05/May/25 14:08
 
This also happens with the leftside panel on wiki edit mode (thanks Michael for the report :) )

And when the Admin toggles the panels on and off again, the user that loads the UI at the moment where panels are disabled will also lose their preference.


____

#     Connect on regular account and set the rightside panel column to a custom value.
#     Remove the rightside column from the layout with the admin
#     Refresh the regular user. The rightside column should not be here anymore.
#     Add back the rightside column with the admin.
#     Refresh the regular user.

Expected result: The column appears back with the preferred width defined by the user earlier.
Actual result: The column appears back with the default width, the preference is lost.