[Webkit-unassigned] [Bug 64140] REGRESSION: Pressing return in a particular document sends the cursor to the end of the document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 16 16:11:34 PDT 2011


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





--- Comment #3 from Enrica Casucci <enrica at apple.com>  2011-07-16 16:11:34 PST ---
I'm not sure exactly where this regressed. I suspect http://trac.webkit.org/changeset/83247 where the cloning of the hierarchy was removed.
The bug seems to reproduce always when the insertion point is over a BR element inside an inline.
I've implemented a patch that detects when the insertion point is a BR element and simply adds another BR element, without trying to create another block and move stuff around.
I'll run all the regression tests to see what breaks.
The approach is promising, because it produces a much simpler markup.

-- 
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