coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.22k stars 425 forks source link

When a new row is selected, the old selected state does not disappear. #1616

Closed woshiniming007 closed 2 months ago

woshiniming007 commented 2 months ago

Description

As described in the title. When I select a new row, when the left mouse button is pressed down, the green background of the old selection does not disappear until left mouse button released. This doesn't always happen, as in the video which sometimes behaves normally (old selection disappear immedietly when mouse down). I have not found a definite pattern.

video: https://github.com/coteditor/CotEditor/assets/55045806/6649e3a2-89c6-446e-8427-1c5f50a8a436

To Reproduce

  1. from right to left, select a row
  2. from right to left, select a new row.

Expected behavior

No response

CotEditor version

all ver

macOS version

14 all ver

Additional context

No response

1024jp commented 2 months ago

Thank you for the report.

It appears that the highlighting for the same word (the “Highlight instances of selected text” option) was not updating properly under certain conditions. I've just fixed the code and the change will be applied to the next version.