-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Text can be blurry after scrolling #4328
Comments
On windows similar issue was happening with because of css transform. Could you try running |
|
Does it look better on http://raw.githack.com/ajaxorg/ace/fix-blurred-text-on-chromeos/kitchen-sink.html ? |
could you also run |
I'm afraid it didn't change on githack, I get the same console result:
|
Thanks, could you try if http://raw.githack.com/ajaxorg/ace/4e96653032f248a87d879d7d28cddd5e196d6ecf/kitchen-sink.html fixes the issue |
It's fixed with that latest githack! Thank you! |
Type of issue (choose one):
Description
After scrolling in either Ace Kitchen Sink or Caret (a downstream project), the text sometimes appears to be more blurry, depending on where the scroll is stopped. Other code editors (e.g. CodePad) and webviews do not exhibit this behavior. Could this be the result of an undesirable antialiasing behavior?
Before scrolling:
After scrolling:
Additional notes
Originally filed downstream: https://github.com/thomaswilburn/Caret/issues/729
Potentially related issues: #3081, nos/client#376
System details
ChromeOS | 84.0.4147.64 (Official Build) beta (64-bit)
The text was updated successfully, but these errors were encountered: