This issue has been created
There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5aee76dc-69ad-4eae-a9d1-e3c5571ca683 XWIKI-23981 Open

Maximize icon and “Exit Full Screen” button disappear after entering Preview and going Back to Edit

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-19ffbbef-3367-4fee-9c62-b719ee41135f Andreea Tarata created this issue on 03/Feb/26 13:36
 
Summary: Maximize icon and “Exit Full Screen” button disappear after entering Preview and going Back to Edit
Issue Type: cid:jira-generated-image-avatar-5aee76dc-69ad-4eae-a9d1-e3c5571ca683 Bug
Affects Versions: 17.10.2, 17.4.7
Assignee: Unassigned
Attachments: 14.10.png, 17.10.2.png
Created: 03/Feb/26 13:36
Environment: Windows 11 Pro, Edge 144, using an instance of XWiki 17.10.2 on MariaDB 11.8, Jetty 12.0, Java 21
Labels: regression
Priority: cid:jira-generated-image-static-blocker-1f48e045-5381-490a-8a74-b4ef58ff7a69 Blocker
Reporter: Andreea Tarata
Description:

Steps to reproduce:

1. Open any page in wiki mode
2. Click on Maximize icon
3. Click on on Preview
4. Click on Back to Edit

Expected results:

Maximize icon and “Exit Full Screen” button are displayed on the screen.

Actual results:

Maximize icon and “Exit Full Screen” button disappear after Preview → Back to Edit
Also in JS Console the following error is displayed:
```fullScreen.js:254 Uncaught TypeError: Cannot read properties of undefined (reading 'hide')
at klass.makeFullScreen (fullScreen.js:254:9)
at klass.initDom (fullScreen.js:69:16)
at HTMLTextAreaElement.<anonymous> (fullScreen.js:406:1)
at ce.each (jquery.min.js?r=1:2:3129)
at e.<computed>.each (jquery.min.js?r=1:2:1594)
at HTMLDocument.<anonymous> (fullScreen.js:406:1)
at HTMLDocument.dispatch (jquery.min.js?r=1:2:40035)
at v.handle (jquery.min.js?r=1:2:38006)
at trigger (jquery.min.js?r=1:2:70124)
at h.event.trigger (eventsBridge.js:35:18)
fullScreen.js:254 Uncaught TypeError: Cannot read properties of undefined (reading 'hide')
at klass.makeFullScreen (fullScreen.js:254:9)
at klass.initDom (fullScreen.js:69:16)
at HTMLDocument.a (fullScreen.js:406:1)
at HTMLDocument.<anonymous> (prototype.js?r=1:7282:15)
at fireEvent_DOM (prototype.js?r=1:7141:13)
at fire (prototype.js?r=1:7130:17)
at k (eventsBridge.js:61:26)
at HTMLDocument.fire (prototype.js?r=1:456:23)
at Object.initialize (xwiki.js:544:16)
at HTMLDocument.<anonymous> (prototype.js?r=1:7282:15)```

Please note that I could not reproduce the issue on  XWiki 14.10.

 
 

2 updates

 
cid:jira-generated-image-avatar-19ffbbef-3367-4fee-9c62-b719ee41135f Changes by Andreea Tarata on 03/Feb/26 13:37
 
Description: *Steps to reproduce:*

1. Open any page in wiki mode
2. Click on Maximize icon
3. Click on on Preview
4. Click on Back to Edit

*Expected results:*

Maximize icon and “Exit Full Screen” button are displayed on the screen.

*Actual results:*

Maximize icon and “Exit Full Screen” button disappear after Preview → Back to Edit
Also in JS Console the following error is displayed:
``` {code} fullScreen.js:254 Uncaught TypeError: Cannot read properties of undefined (reading 'hide')
at klass.makeFullScreen (fullScreen.js:254:9)
at klass.initDom (fullScreen.js:69:16)
at HTMLTextAreaElement.<anonymous> (fullScreen.js:406:1)
at ce.each (jquery.min.js?r=1:2:3129)
at e.<computed>.each (jquery.min.js?r=1:2:1594)
at HTMLDocument.<anonymous> (fullScreen.js:406:1)
at HTMLDocument.dispatch (jquery.min.js?r=1:2:40035)
at v.handle (jquery.min.js?r=1:2:38006)
at trigger (jquery.min.js?r=1:2:70124)
at h.event.trigger (eventsBridge.js:35:18)
fullScreen.js:254 Uncaught TypeError: Cannot read properties of undefined (reading 'hide')
at klass.makeFullScreen (fullScreen.js:254:9)
at klass.initDom (fullScreen.js:69:16)
at HTMLDocument.a (fullScreen.js:406:1)
at HTMLDocument.<anonymous> (prototype.js?r=1:7282:15)
at fireEvent_DOM (prototype.js?r=1:7141:13)
at fire (prototype.js?r=1:7130:17)
at k (eventsBridge.js:61:26)
at HTMLDocument.fire (prototype.js?r=1:456:23)
at Object.initialize (xwiki.js:544:16)
at HTMLDocument.<anonymous> (prototype.js?r=1:7282:15)
``` {code}

Please note that I could not reproduce the issue on  XWiki 14.10.
 
cid:jira-generated-image-avatar-799c4735-4bf1-4801-9aa7-3b8d803a7e57 Changes by Simon Urli on 03/Feb/26 13:39
 
Assignee: Simon Urli