[Webkit-unassigned] [Bug 42774] Editable elements don't scroll to the bottom of inserted html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 11:38:58 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42774


Emerick Rogul <emerick at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emerick at gmail.com




--- Comment #4 from Emerick Rogul <emerick at gmail.com>  2010-11-03 11:38:58 PST ---
I also see this behavior (and yes, I would say that it is similar to the bug mentioned in the previous comment).

To reproduce the behavior, insert a large chunk of HTML into a contentEditable element using exec('inserthtml') - the chunk must be large enough that it will extend beyond the bottom border of the window.  After calling exec('inserthtml') the expected behavior would be that:

1 - The caret is at the end of the inserted block of HTML.

2 - The caret is scrolled into view.

Instead, what happens is just 1.  In other words, the caret is indeed at the end of the inserted block of HTML, but the caret has *not* been scrolled into view.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list