[Webkit-unassigned] [Bug 25172] Extra partial layout during the first keypress in an empty block
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 13 19:45:27 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25172
------- Comment #1 from justin.garcia at apple.com 2009-04-13 19:45 PDT -------
We shouldn't create a VisiblePosition when we remove the placeholder, since at
that time there is a pending layout that will be triggered by the creation. We
should find out if we need to remove a placeholder early in input(), and then
remove it after we've prepared the block for insertion. If we remove the
placeholder too early, the block will collapse...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list