Closed
Bug 778761
Opened 13 years ago
Closed 11 years ago
content editable: cursor out of active scroll area when transform:scale is used
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bcu, Unassigned)
References
Details
Attachments
(1 file)
630 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
I tried to make a zoom using -moz-transform:scale(2) in some area of my content-editable document with a number of lines that force v-scroll.
An example of code is attached.
Actual results:
When user types something in the bottom of document (after 20 or more lines) the browser scrolls up (as it was scale(1)) and hide the cursor. The input is inserted in the correct position, but it's out of visible area.
Expected results:
The browser must consider scale factor on scroll positioning when user type something, displaying the current cursor possition.
![]() |
||
Comment 1•13 years ago
|
||
Maybe related/duplicate to Bug 703241
Updated•11 years ago
|
Attachment #647203 -
Attachment mime type: text/plain → text/html
Comment 2•11 years ago
|
||
This problem seems mostly gone - what I'm still seeing (particularly when reducing the zoom factor to <0) is tracked by bug 848808
You need to log in
before you can comment on or make changes to this bug.
Description
•