-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview feature makes the app unresponsive #12108
Comments
yeah. looks like it |
Ok, the bug was introduced in #12040 When clicking on the Preview action and then closing the editor, it actually does not close it but goes back to the editor again because the Preview action adds another editor route into the history. However, somehow it drops the context query causing the UI freeze. Fixing the bug is very simple as I only need to add a check whether the context query is there and if not, do not try to access the hidden state. I would like to fix the underlying issue first though because even if the UI does not freeze, it still requires the user to click twice on the close button to actually close the editor. |
Describe the bug
The UI freezes or becomes unresponsive when using the Preview feature.
Steps to reproduce
test.png
test.png
actions
sectionExpected behavior
The preview should work without affecting the UI.
Actual behavior
The UI freezes or becomes unresponsive after closing the image
Screencast.from.01-17-2025.12.55.58.PM.webm
Tested on
Infinite Scale 7.1.0-rc.1 Community
ownCloud Web UI 11.1.0
The text was updated successfully, but these errors were encountered: