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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 15:37:51 PDT 2012


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





--- Comment #35 from Ryosuke Niwa <rniwa at webkit.org>  2012-08-16 15:38:21 PST ---
(In reply to comment #34)
> (From update of attachment 158896 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=158896&action=review
>
> > No, the case I'm thinking of is with
> > <span style="-webkit-user-select: all;">hello <span style="-webkit-user-select: all;">world</span> world</span>
> > and you click somewhere in "world".
> 
> I see, you want it more nested. Will add it into the test. Though inner span will inherit user-select-all from the outer span, so I do not think we need that additional style attribute in the inner span.

Oh, I guess that's true. But we should definitely have a test for other opposite cases where different values of -webkit-user-select are specified in ancestors. e.g.
<span style="-webkit-user-select: all;"> 1 <span style="-webkit-user-select: none;">hello <span style="-webkit-user-select: all;">world</span> 2 </span>

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