Closed
Bug 865930
Opened 12 years ago
Closed 11 years ago
contentEditable caret not rendered when CSS small scale transform applied
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
DUPLICATE
of bug 848808
People
(Reporter: jan.kurianski, Unassigned)
Details
Attachments
(1 file)
373 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
Steps to reproduce:
Applied a CSS transform scale property of 0.7 to a contentEditable div, and clicked on the first character to edit text. Used my keyboard arrow key to position the caret between each character and observe it flash.
Actual results:
The caret is not rendered when positioned between some characters. The likelihood of the caret not being rendered increases when the scale is lower (e.g. at scale 0.5 the caret is less likely to appear).
Expected results:
The caret should always appear.
(For reference, other browsers display the caret with a 2px width in a gray shade whereas in Firefox it disappears.)
Reporter | ||
Comment 1•12 years ago
|
||
Have reproduced on trunk linux, and v20 on Windows 7.
Reporter | ||
Updated•12 years ago
|
Attachment #742106 -
Attachment mime type: text/plain → text/html
I wanted to report this bug too (testcase http://jsfiddle.net/BD9jr/3/), happens to me on Mac OS X 10.8.3 with Firefox 21.0.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•