question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with scale3d

See original GitHub issue

monaco-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:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
alexdimacommented, Dec 17, 2021
1reaction
xplcommented, Aug 3, 2021

Hello there, I’m facing the same issue. Would be nice to get it fixed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found