-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Selected text extraction sometimes missing spaces #982
Comments
Also if your highlight contains tabs, then the highlight messes up when dragging around the tab. Try:
|
There should have been no wrapping involved. Both windows were wide enough to accommodate the lines. |
I will check. |
Do you mean that if you select from the left to the right, the moment you get to the tab it highlights the rest of the line (and sometimes a bit of the next line under circumstances I can't identify) but then goes back to normal when you get to the word after the tab? If so I can reproduce that as well but its a different issue to the one I was reporting. In my case the right thing is highlighted, it's just not what ends up on the clipboard. |
Ah but you are right - copying and pasting something with a tab loses the tab, just like my bug loses the spaces. So that's probably a good test case as I imagine the cause is the same.
|
…enerated spaces (#982). Signed-off-by: Christian Parpart <christian@parpart.family>
Quote from @cqexbesd,
I guess these spaces got lost on wrapped lines and it's the spaces at the wrapping point?
The text was updated successfully, but these errors were encountered: