Menu

#2398 Text copied and pasted by mouse dragging remains selected

Bug
closed-rejected
nobody
5
2023-08-15
2023-08-07
No

Select a piece of text. Then press Control Left Mouse and drag it to some place.
Then release the buttons. The text gets pasted, but remains selected.
It should not remain selected.

Platform: Windows 10.

Related

Bugs: #2398

Discussion

  • Neil Hodgson

    Neil Hodgson - 2023-08-07
    • labels: --> scintilla, drag and drop
    • status: open --> open-rejected
     
    • Angelo Borsotti

      Angelo Borsotti - 2023-08-08

      Hi,

      Remaining selected could be the standard behaviour of some text editors,
      but it is nonetheless
      inconsistent with Control-C, Control-V copy&paste, which is the most common
      way to
      copy and paste text.

      It is also debatable that it is the most reasonable choice: when one makes
      no mistakes when
      dropping (which might be the most frequent case), it has to click again in
      order to de-select
      the text and start typing.

      -Angelo Borsotti

      On Mon, 7 Aug 2023 at 23:50, Neil Hodgson nyamatongwe@users.sourceforge.net
      wrote:

      • labels: --> scintilla, drag and drop
      • status: open --> open-rejected
      • Comment:

      Remaining selected is standard behaviour for text editors including Visual
      Studio, Qt Creator, WordPad, Xcode, VS Code, and LibreOffice Writer. It is
      even the behaviour of the text box in Chrome where I am writing this
      response.

      Keeping the dropped text selected is also the more reasonable choice as it
      makes it easier to fix any mistake in positioning the cursor before
      dropping the text.


      [bugs:#2398] https://sourceforge.net/p/scintilla/bugs/2398/ Text copied
      and pasted by mouse dragging remains selected

      Status: open-rejected
      Group: Bug
      Labels: scintilla drag and drop
      Created: Mon Aug 07, 2023 06:33 AM UTC by Angelo Borsotti
      Last Updated: Mon Aug 07, 2023 10:25 AM UTC
      Owner: nobody

      Select a piece of text. Then press Control Left Mouse and drag it to some
      place.
      Then release the buttons. The text gets pasted, but remains selected.
      It should not remain selected.

      Platform: Windows 10.

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/scintilla/bugs/2398/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #2398

      • Neil Hodgson

        Neil Hodgson - 2023-08-10

        For paste, the position is chosen and can be corrected before the command is performed.

        Text can be deselected after drop with a left or right arrow key instead of a click.

         
  • Neil Hodgson

    Neil Hodgson - 2023-08-07

    Remaining selected is standard behaviour for text editors including Visual Studio, Qt Creator, WordPad, Xcode, VS Code, and LibreOffice Writer. It is even the behaviour of the text box in Chrome where I am writing this response.

    Keeping the dropped text selected is also the more reasonable choice as it makes it easier to fix any mistake in positioning the cursor before dropping the text.

     
    👍
    1
  • Neil Hodgson

    Neil Hodgson - 2023-08-15
    • status: open-rejected --> closed-rejected
     

Log in to post a comment.