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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 14:59:11 PDT 2012


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





--- Comment #46 from Alice Cheng <alice_cheng at apple.com>  2012-08-17 14:59:43 PST ---
(In reply to comment #44)
> (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.

sounds good! will do

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