Problem with scale3d
See original GitHub issuemonaco-editor version: 0.9.0 Browser: Chrome OS: Windows Steps or JS usage snippet reproducing the issue:
let z = 0.5;
editor.domElement.style.transform = `scale3d(${z}, ${z}, ${z})`;
When clicking inside the editor there are like “invisible blocks” overflowing from the left side.
Edit: Also some lines are impossible to click, the cursor jumps either to the line above or below but not to the expected line.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Scale3d problem - Forums - CSS-Tricks
Hi, Does anyone know why the z-value in scale3d dosen´t seem to work? Is it because the x and y coordinates produces the...
Read more >scale3d() - CSS: Cascading Style Sheets - MDN Web Docs
The scale3d() CSS function defines a transformation that resizes an element in 3D space. Because the amount of scaling is defined by a ......
Read more >Scale3D is (nearly) zero warning - Unreal Engine Forums
Hi, I'm currently working in UE4.17.2, so this issue might have been solved with updates but I couldn't find anything online.
Read more >Problems with the scale 3d on animations - Julia Discourse
Dear all, I have the following code to perform an animation in 3d: using Plots plotlyjs() anim = Animation() for n in range(0,2π,length=10) ......
Read more >blurry images and text when using scale or scale3d in transition
scale and scale3d have different issues based on the size of the hosting div. IE and FF do not have these issues.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This was fixed by https://github.com/microsoft/vscode/pull/139282
Hello there, I’m facing the same issue. Would be nice to get it fixed.