This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Delete & Backspace keys can't delete preceding existing text while Shift key is pressed #5259
Comments
I can reproduce it in any CodeMirror demo page. @dalcala You can log an issue with CodeMirror since it has to be fixed there. |
Reviewed. Corrections to expected behavior:
The last bullet is the only case that's currently working correctly. |
@dalcala - when you file the CM bug, could you add a link here and label this "tracking"? Thanks. |
in Sublime 2 Ctrl + F and search for keys aliases u want to edit save it then ur good to go |
This was unassigned, so marking "Needs Review". |
Marking FBNC - to @RaymondLim to verify. It looks like this was fixed in CM, although it's unclear whether all the cases @peterflynn mentioned were handled the way we want on Mac and Win - could you double-check? |
Confirmed fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Delete & Backspace keys can't delete preceding existing text while Shift key is pressed
Repro using Brackets Sprint 30 on Win 7 64-bit and Mac 10.8.
Repro steps:
Actual results:
You can delete " FOO", but Delete/Backspace gets stuck when it reaches the word "test".
Expected results:
Delete & Backspace don't get stuck. UTR in Sublime Text 2, TextMate, TextEdit.
Workaround:
Don't press the Shift key while deleting.
The text was updated successfully, but these errors were encountered: