Skip to content
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

'Undo' actions with Ctrl+Z overwrites the content with the previous edits from a different page #8155

Open
jam411 opened this issue Oct 14, 2023 · 0 comments

Comments

@jam411
Copy link
Contributor

jam411 commented Oct 14, 2023

Environment

Host

item version
OS Windows 11
GROWI 6.1.14, 6.1.15, 6.2.1
node.js x.y.z
npm x.y.z
Using Docker yes
Using growi-docker-compose yes

(Accessing https://{GROWI_HOST}/admin helps you to fill in above versions)

Client

item version
OS Firefox, Chrome
browser x.y.z

How to reproduce? (再現手順)

  1. Navigate to several pages in the application.
  2. Open the editor on any page.
  3. Use the keyboard command 'Ctrl + Z' (or 'Command + Z' on macOS) multiple times to perform 'undo' operations.

What happens? (症状)

  • After performing 'undo' operations, the content edited on a different page is displayed on the current page.

What is the expected result? (期待される動作)

  • The 'undo' actions should only revert the editing history of the current page, and they should not affect or display the content from other pages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant