Cursor incorectly displayed after applying scale transform #5199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When scale is applied to codemirror its cursor's position and size are incorrectly displayed, see picture below. I checked either css transform and svg foreignObject, both exhibits same issue.
screen capture of official codemirror page with css
transform: scale(2)This is a known issue. See #2443—it's titled somewhat differently but describes the same problem. It's not likely this will be fixed in the short term.
mentioned in issue #38