storyblok / storyblok

Info about Storyblok
https://storyblok.atlassian.net/servicedesk
318 stars 32 forks source link

review undo function of the editor #473

Open Slackman2015 opened 4 years ago

Slackman2015 commented 4 years ago

The feature would affect: (check one with "x")

Is your feature request related to a problem? Please describe. The in a previous ticket https://github.com/storyblok/storyblok/issues/138 requested and implemented feature needs a review as its implementation doesn't comply with the usual standard how the customers are used.

The problem is that it goes only one character back every time.

Describe the solution you'd like A better solution would be that the undo function would work like the standard used in other applications for example that it undoes changes word by word or similar.

abrambailey commented 4 years ago

Yes, ironically this issue was created by my previous feature request (to have an undo button)... The undo button is good because it helps with undoing actions in the CMS interface, but the issue is the new functionality somehow overrides the general keyboard undo function. I think the keyboard should just be left to normal behavior for undoing text modifications and force people to use the UI button to undo storyblok related changes to blocks etc.

abrambailey commented 4 years ago

Also I would classify this as a bug @Slackman2015 rather than an enhancement... the undo keyboard function is technically broken and this is very frustrating. Would also love to see someone assigned to this.