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
More cursor manager selection bugs #1. #7157
Comments
Simplified STR:
In short, shift+end does not work if the caret is at the last character of the line. Not a regression: also fails in 2016.3. |
@leonardder commented on 9 May 2017, 8:29 pm AEST:
Steps to reproduce please? I don't quite understand what you're asking. |
This didn't work before, but it seems that #7159 fixes this as well, as I can't reproduce this in latest next. |
Were you trying to select with shift+end? If so, yes, I expected #7159
would fix this. It's just a specific case of shift+end on the last
character; when there's only one character, it's also the last character.
|
Does this ticket encompass editing and selection bugs specifically for
a certain web browser, i.e. Firefox, Chrome, or Edge, or is broader in
scope as in general text editing, cursoring and selection related
issues fall under its ambit? I have been encountering various related
problems in Google Chrome while working in edit fields which I would
like to report.
…On 5/10/17, James Teh ***@***.***> wrote:
Were you trying to select with shift+end? If so, yes, I expected #7159
would fix this. It's just a specific case of shift+end on the last
character; when there's only one character, it's also the last character.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#7157 (comment)
--
Best Regards
Bhavya Shah
Blogger at Hiking Across Horizons: https://bhavyashah125.wordpress.com/
Contacting Me
E-mail Address: bhavya.shah125@gmail.com
Follow me on Twitter @BhavyaShah125 or www.twitter.com/BhavyaShah125
Mobile Number: +91 7506221750
|
This is related to browse mode only.
|
Yes, that is what I did. Glad this has been taken care of. |
api.copyToClip(u"d\n"*30)
Expected: if shift+end is pressed, line n-k is unselected.
Actual: nothing.
The text was updated successfully, but these errors were encountered: