[Webkit-unassigned] [Bug 42767] [Windows] Home hey doesn't work in first DIV inside a TABLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 17:05:15 PDT 2010


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





--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2010-07-21 17:05:13 PST ---
The problem lies in http://trac.webkit.org/browser/trunk/WebCore/editing/visible_units.cpp#L376 which is called by logicalStartPositionForLine < logicalStartOfLine < SelectionController::modifyMovingBackward.  Here, we are avoiding the first position in the table even if the previous position wasn't editable.  One line fix to add isEditablePosition(previous.deepEquivalent()) will fix the issue.

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