[Webkit-unassigned] [Bug 31680] WebCore::Document::updateLayoutIgnorePendingStylesheets NULL pointer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 12:51:46 PDT 2010


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





--- Comment #21 from Darin Adler <darin at apple.com>  2010-03-31 12:51:45 PST ---
(From update of attachment 52127)
> +    SelectionController* controller = findControllerFor(node);
> +    if (!controller) {
> +        ec = INVALID_ACCESS_ERR;
> +        return;
> +    }
> +
> +    controller->moveTo(VisiblePosition(node, offset, DOWNSTREAM));

Is this the behavior we want or not? You are making a call on a particular
window's selection object. Should this affect the selection in another window?
Does any other browser implement this? What does that browser do? Is there any
documentation for this? What does the documentation say? Does the HTML5
specification or another W3C specification mention this? What does it say?

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