Skip to content

BugFix: handle end of line better for selection by mouse#3125

Merged
SlySven merged 1 commit intoMudlet:developmentfrom
SlySven:BugFix_handleEndOfLineBetterForSelectionByMouse
Oct 11, 2019
Merged

BugFix: handle end of line better for selection by mouse#3125
SlySven merged 1 commit intoMudlet:developmentfrom
SlySven:BugFix_handleEndOfLineBetterForSelectionByMouse

Conversation

@SlySven
Copy link
Copy Markdown
Member

@SlySven SlySven commented Sep 22, 2019

This should close #3064 and close #3083 and also close #3097 !

It does mean that clicking and then dragging from a point beyond the end of the line will select the last grapheme on the line as the start point for the selection - which might not quite what is wanted (which could be to start the selection at the start of the next line if it becomes a downward drag) but it does clear up all those other issues...

Signed-off-by: Stephen Lyons slysven@virginmedia.com

This should close Mudlet#3064
and close Mudlet#3083
and also close Mudlet#3097 !

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven requested a review from a team as a code owner September 22, 2019 20:28
@SlySven SlySven requested a review from a team September 22, 2019 20:28
@add-deployment-links
Copy link
Copy Markdown

add-deployment-links bot commented Sep 22, 2019

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

@SlySven
Copy link
Copy Markdown
Member Author

SlySven commented Sep 22, 2019

If the issues concerned are so much of an issue then I guess this might warrant a 4.2.3 patch release...! 😄

@vadi2 vadi2 assigned SlySven and unassigned vadi2 Sep 23, 2019
Copy link
Copy Markdown
Member

@vadi2 vadi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry it looks like my review didn't come through - but selection still has a noticeable problem, if you accidentally select a line above or below - which is super easy to do - it doesn't unselect:

image

Copy link
Copy Markdown
Member

@vadi2 vadi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 this does handle #3083 better.

@SlySven
Copy link
Copy Markdown
Member Author

SlySven commented Oct 10, 2019

Does it also solve #3064 and/or #3097 - or do I need to unmark it as addressing those before merging so they do not get closed with the merge?

@vadi2
Copy link
Copy Markdown
Member

vadi2 commented Oct 11, 2019

#3064 isn't fixed, but #3097 is.

@SlySven SlySven added this to the 4.2.0 milestone Oct 11, 2019
@SlySven SlySven merged commit f30de4a into Mudlet:development Oct 11, 2019
@SlySven SlySven deleted the BugFix_handleEndOfLineBetterForSelectionByMouse branch October 11, 2019 19:32
@SlySven SlySven restored the BugFix_handleEndOfLineBetterForSelectionByMouse branch June 22, 2020 18:06
@SlySven SlySven deleted the BugFix_handleEndOfLineBetterForSelectionByMouse branch June 22, 2020 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Selecting to the end of the line is broken Selecting right to left is broken Copying Text Issue

2 participants