brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Creating a range after creating multiple cursors doesn't entirely remove original selection #6838

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by njx Tuesday Apr 22, 2014 at 00:32 GMT Originally opened as https://github.com/adobe/brackets/issues/7596


  1. Cmd-click to create multiple cursors
  2. Without holding down Cmd, drag out a range

Actual result: one of the cursors disappears, but the other cursors are still part of the multiple selection. Expected result: only the range should be selected.

core-ai-bot commented 3 years ago

Comment by njx Tuesday Apr 22, 2014 at 00:33 GMT


This seems pretty bad, but marking medium priority since it doesn't seem like anyone's hit this until recently. It is quite confusing though.

Filed against CM: https://github.com/marijnh/CodeMirror/issues/2486 and submitted PR to fix it: https://github.com/marijnh/CodeMirror/pull/2487. Marking tracking.

core-ai-bot commented 3 years ago

Comment by njx Thursday Apr 24, 2014 at 00:18 GMT


Fixed in master. Closing.