[Webkit-unassigned] [Bug 67668] Crashes in WebCore::EditCommand::apply(), DeleteSelectionCommand::doApply()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 14:15:56 PDT 2011


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





--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-08 14:15:56 PST ---
(In reply to comment #10)
> I am not convinced that the core issue here is actually separate bugs. It seems like there is a common theme with all of these. More specifically each of the test cases involves creating a new selection and then calling set position on it (some call setposition as a result of a different call.. testcase 6 etc)

I'm confused.

var sel = window.getSelection();

doesn't create a new selection. It obtains the selection of the current frame. And

sel.setPosition(div, 0)

modifies the selection of the current frame.

As far as I can tell, most of these test cases are completely unrelated.

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