[Webkit-unassigned] [Bug 53070] Cannot extend or modify forward by word over a non-contenteditable region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 00:09:28 PST 2011


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-01-25 00:09:28 PST ---
(From update of attachment 80029)
View in context: https://bugs.webkit.org/attachment.cgi?id=80029&action=review

> LayoutTests/editing/selection/extend-forward-by-word-over-non-editable.html:37
> +  getSelection().modify("extend", "forward", "word");
> +  if (getSelection().toString() === noneditableChild.textContent)
> +    log("PASS for " + bidiName);
> +  else
> +    log("FAIL for " + bidiName + ", selection is \"" + getSelection() + "\" but should be \"" + noneditableChild.textContent + "\"");

So when we extend selection by word, we want to extend beyond the word boundary when the word was not editable?  Does that much other browsers?  Is it documented anywhere?

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