[Webkit-unassigned] [Bug 38943] Input ::selection pseudo class does not work leading to hidden selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 10:42:58 PDT 2014


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





--- Comment #7 from Darin Adler <darin at apple.com>  2014-05-12 10:43:20 PST ---
(From update of attachment 231279)
View in context: https://bugs.webkit.org/attachment.cgi?id=231279&action=review

> Source/WebCore/rendering/RenderObject.cpp:1521
> +    if (!node())

This should be:

    if (isAnonymous())

rather than

    if (!node())

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