[Webkit-unassigned] [Bug 61594] REGRESSION: Hitting enter in the middle of this span causes the cursor to go to the end of the span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 18:27:39 PDT 2011


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





--- Comment #32 from Ryosuke Niwa <rniwa at webkit.org>  2011-06-21 18:27:39 PST ---
(In reply to comment #31)
> > It turns out that calling firstPositionInOrBeforeNode trips on the same edge cases that break when I pass the position into splitTree directly--the container node of the position ends up being the editable div instead of the <hr>, and I hit the assert and it crashes.
> 
> That makes me think that we should probably be instantiating a legacy editing position here.

Also where do we hit this assertion?

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