Open
Bug 1592511
Opened 6 years ago
Updated 3 years ago
input cursor may not be displayed with reduced input element.
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
UNCONFIRMED
People
(Reporter: aqua.yuki.1106, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
- Prepare the input element reduced by transform matrix. (open https://jsfiddle.net/c7s631yo/)
- Select input element.
- input a charactor 'a'
Actual results:
The cursor disappears depending on the characters entered.
Expected results:
I want the cursor to be always displayed
Comment 1•6 years ago
|
||
I guess that this issue is caret frame rendering. So moving to Layout.
Component: Editor → Layout
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•