gpt4 book ai didi

javascript - 在 Firefox 中缩放内容可编辑的 div

转载 作者:太空宇宙 更新时间:2023-11-03 18:12:40 24 4
gpt4 key购买 nike

在 Firefox 中使用缩放变换会导致光标停止闪烁、隐藏它或使其指向错误的字符。

这是 fiddle :

http://jsfiddle.net/7bNU4/4/

<div tabindex="1" class="trans">    
<div contenteditable="true">
<span style="font-size: 73px; font-family: Calibri (Headings);
text-align: center; color: Black;" class="TxtPhLineTxt">S</span>
</div>

CSS:

.trans { 
height: 2.1in; width: 11.5in;
cursor: text;
transform: scale(0.461111);
transform-origin: 0px 0px 0px;
}

那么,有没有办法解决上述问题呢?

最佳答案

这是firefox的一个bug,目前还没有解决:

https://bugzilla.mozilla.org/show_bug.cgi?id=865930

关于javascript - 在 Firefox 中缩放内容可编辑的 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23387013/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com