[Webkit-unassigned] [Bug 91912] Adding "all" to -webkit-user-select

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 14:57:19 PDT 2012


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





--- Comment #44 from Ryosuke Niwa <rniwa at webkit.org>  2012-08-17 14:57:51 PST ---
(In reply to comment #42)
> >> LayoutTests/editing/selection/user-select-all-selection.html:20
> >> +                log("extending forward: selection should be the entire user-select-all area, which is (body, 1, body, 2).");
> > 
> > This is redundant since it just repeats the assert. We need to explain why it should be at (body, 1, body, 2).
> 
> Do you have any suggestion on explaining why it should be at (body, 1, body, 2)? Is it okay to just explain: "selection should be the entire user-select-all area"?

It's still not clear why (body, 1, body, 2) is the entire user-select-all area.
You had defined elementWithUserSelectAll, you can do (elementWithUserSelectAll.parentNode, elementWithUserSelectAll.nodeIndex, elementWithUserSelectAll.parentNode, elementWithUserSelectAll.nodeIndex + 1) instead.

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