[Webkit-unassigned] [Bug 11833] ASSERTION FAILURE calling SelectionController::setBaseAndExtent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 14:53:39 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11833





------- Comment #2 from justin.garcia at apple.com  2007-01-29 14:53 PDT -------
You're setting the wrong frame's selection.  You want to:

frames[0].getSelection().setBaseAndExtent(...)

But we probably shouldn't ASSERT.  Maybe we should try to set the right frame's
selection if the user does this.


-- 
Configure bugmail: http://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