-
-
Notifications
You must be signed in to change notification settings - Fork 70
Windows cursor deletion off #21
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
Comments
Created by: sampottinger I was not able to reproduce this on Windows 10 but I have requested further information from kll and will continue investigating. |
Created by: kllsamui sorry,
not understand but talking here is ok. but need you to tell me what i have to do exactly.
but if it runs on your win10, i take it as my local problem. ( i do need to tell you that my virus program AVG |
Created by: sampottinger Hey @kllsamui! Thanks so much for writing back.
I am curious what your display settings are under Start > Settings > System > Display as shown below.
Yeah my guess is because this was not a signed executable (I need to open a separate issue about that). I'm not sure if Ben typically signs the windows releases or not but I didn't for my binary. |
Created by: kllsamui -2- deleting processing systems dir test your java 11 test code edit a new code line and have same space / cursor delete problem again -3- new download your version to win 7 BUT on win7 computer not see the line edit / backspace problem works fine. |
Created by: sampottinger Hey @kllsamui! Thank you for this information.
Thank you for these details.
That's a bummer. I am seeing some visual artifacts in your screenshot that make me wonder if there's some sort of system zoom thing going on. I'll investigate that further.
It is very interesting that windows 7 seems to be fine for you but not windows 10. Thank you for those details.
Thank you for trying this though I don't know if I understand. To clarify, are you saying that:
Thanks, |
Created by: kllsamui
i run your 2 first builds and they behave same like processing 3.5.3 does ( did ): so i download p3.5.3 again ( and delete systems dir ) and test a new unzip/start: AND not get the AVG checking. |
Created by: sampottinger Thank you very much @kllsamui. I'm not sure about AVG and my guess is that the other behavior is related to SmartScreen. I've opened a separate issue for SmartScreen: #25. I was able to reproduce this on my machine by building on a different computer and copying the executable over. :-/ |
Created by: sampottinger With that said @kllsamui, it looks like system zooming seems to work on Mac but, as best I can tell, something about Windows zooming is causing the rendering of |
Created by: sampottinger Hey there! The update on this... It looks like this is, in fact, related to https://openjdk.java.net/jeps/263. Specifically, the size of the text seems to be incorrectly calculated by |
Created by: sampottinger Hey there! I disabled the partial pixel calculations and it didn't resolve the issue. So, I may not have been correct in my last message. Also interesting is that the issue only happens if the display scaling was active at the time that processing starts. If the OS display scaling is enabled after processing starts, the issue is not present. Also, this happens regardless of the zoom settings inside processing itself. |
Created by: github-actions[bot] This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Created by: sampottinger
Filing for kll from a processing forums discussion. There is a report that deletion happens at the wrong position on Windows with no zoom, Monospaced, 10pt. Possibly related to #19.
The text was updated successfully, but these errors were encountered: