-
Notifications
You must be signed in to change notification settings - Fork 17
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
Swik 1952 drag and resize boxes dissapear after pressing undo #975
base: master
Are you sure you want to change the base?
Swik 1952 drag and resize boxes dissapear after pressing undo #975
Conversation
…r-after-pressing-undo
TODO: do not record caret focus or other intermediary event in ckeditor
@kadevgraaf this does improve undo and I do not lose the input boxes after using undo button or ctrl-z. |
…r-after-pressing-undo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found bug while testing.
…r-after-pressing-undo
I tried to test this feature. It seems to work without removing the resize/drag boxes. However, when I repeat undo and redo several times. It gives me the following error:
|
@ali1k I have tried testing this again and found it is no longer working. I cannot get input boxes on any slides. Was there any conflicts when you merged in master? |
@abijames weird! there was no conflict with master. |
@ali1k @kadevgraaf I have tested this again. I am still experiencing the problem that when I first attempt to edit a slide on a deck, there are not input boxes. I do not get this on the same decks when using master. Also, the re-do button doesn't seem to work. The ckeditor redo button is often disabled so that you know that you cannot use it. Finally, I am not convinced about the location of the undo/redo buttons at the top of the left-menu. This gives them too much prominence over the other menu items which are all about add or changing blocks of content. There is also a problem if you scroll down to context at the bottom of the slide (necessary on smaller laptop screens) as they are no longer visible whereas the ckeditor toolbar moves to the bottom of the screen. We also have duplicate undo/redo buttons as they are still on the ckeditor toolbar. So I think this needs further work before merging. |
…r-after-pressing-undo
No description provided.