[Webkit-unassigned] [Bug 7128] Programmatically setting a selection inside an editable region shouldn't focus that region

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Mar 7 18:06:56 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7128





------- Comment #1 from adele at apple.com  2006-03-07 18:06 PDT -------
Adele told me that the first problem I mentioned in the description isn't true.
 Programmatically setting a selection inside a contenteditable region will
focus that region, but WebCore won't scroll to reveal it, b/c setFocusNode()
doesn't scrollToReveal focus() does.  

Another reason why we don't want to focus the contenteditable region is that
setFocusNode clears the selection, and that will clear the selection that was
just set programmatically.


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