- Issue created by @jessebaker
- 🇺🇸United States effulgentsia
Per discussion with @lauriii, this doesn't have to block beta1, though it would be good to fix early in the beta cycle.
If the user has focus in an <input/>
and presses cmd+z, the brower/os's undo is used, rather than our Redux based history state.
In fact, as far as Redux is concerned, the change to the input value has actually created a new history state containing the change, so pressing undo in our UI now undoes the undo the user did when they were focused in the field!
It leads me to question about other scenarios e.g. when a user's focus is inside a modal dialog we should not allow undo/redo to happen. Or what happens once we have CKeditor fields.
Active
0.0
Page builder
Per discussion with @lauriii, this doesn't have to block beta1, though it would be good to fix early in the beta cycle.