Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Double clicking a word to select it leaves the cursor in an unexpected location. #536

Closed
adambiser opened this issue Oct 5, 2019 · 1 comment
Labels
bug Something isn't working FIXED!

Comments

@adambiser
Copy link

Given this line:
SetSpriteSize(buttonSpr, 100, 100)

If I double click somewhere in the middle of "buttonSpr", ie: after the "o". The entire word highlights, that's correct. but when if I press SHIFT and click after the first "100", I expect "buttonSpr, 100" to be highlighted, but instead, the front of "buttonSpr" un-highlights and only "nSpr, 100" are highlighted.

@plemsoft plemsoft added bug Something isn't working FIXED! V2019.09.27 labels Nov 6, 2019
@plemsoft
Copy link
Collaborator

plemsoft commented Nov 6, 2019

@adambiser Thanks for reporting this,

I had a problem describing this in the change log , this is what i added:

"Fixed - Allow "word" selection with continued mouse selections to respect first word selection." :)

Anyway this has been fixed and are ready from the next update.

@plemsoft plemsoft closed this as completed Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FIXED!
Projects
None yet
Development

No branches or pull requests

2 participants