-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Electron 2.0.x: characters render duplicated when opacity is used in editor #52196
Comments
So if you paste Can you please share you user configuration. Have you configured a font for example? |
Here is my user config. I get the same issue if I remove the
|
@alexandrudima @rebornix Any thoughts on this issue? I haven't been able to repo it |
@mjbvz I ran into this issue a couple of times last week when doing refactoring. Will see If I can have a stable reproduce. |
Sorry wrong, button. I meant to say that I have tried this on another machine with the same setup and was unable to reproduce it. But on my main machine it is consistent across multiple projects and restarts. |
I am also not able to reproduce. |
OK, what. It doesn't repro with My graphics card specs are:
@ggovan What's your graphics card? |
Good to see it's not just me.
|
@ggovan Can you reproduce with |
Everything works fine when I |
@chrmarti does this work fine for you when running with |
To reproduce in Electrom:
|
I've created electron/electron#13367 to track this upstream. |
I no longer have this issue on 1.26.0-insider (Commit: bbafa06 Date: 2018-07-09T05:49:15.364Z). I'm happy for this to be closed. |
@alexandrudima @rebornix since I cannot find a correlating issue at Chrome so far, I am thinking of a workaround we could apply in VSCode. Looks like adding Also, I wonder if there could be another case where this hits us in the editor that we did not discover yet, e.g. is there another case where we combine Another thing that seems to help is to NOT assign the I do not think we should ship an update with this bug as I can cause too much confusion, so I am adding the |
Moving to Chromium v63's version of skia appears to have fixed the issue (@deepak1556 put a build together for me to test). Before: After: Tested on mid 2014 mac with Intel Iris Pro 1536 MB. |
We pushed a workaround using |
Issue Type: Bug
In a JS or TS file create an unused import
import * as unused from 'somewhere'
The editor then reads
The text when copy and pasted is correct. The DOM looks correct. removing the opacity of the
 
elements fixes the issue.VS Code version: Code - Insiders 1.25.0-insider (c51cf86, 2018-06-18T08:50:30.859Z)
OS version: Windows_NT x64 10.0.16299
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: