在Firefox中使用缩放变换会导致光标停止闪烁,或隐藏光标或使其指向错误的字符。
这是小提琴:
<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;
}
那么,上述问题是否有任何解决方案?