[Webkit-unassigned] [Bug 130660] When the mouse is upped after dragged out of shadowDOM, it should lose :active.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 01:06:40 PDT 2014


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #227625|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2014-03-24 01:07:00 PST ---
(From update of attachment 227625)
View in context: https://bugs.webkit.org/attachment.cgi?id=227625&action=review

> Source/WebCore/dom/Document.cpp:5844
> +        for (Element* curr = oldActiveElement; curr; curr = curr->parentOrShadowHostElement()) {

To set these flags we use the render tree. To clear them we are using the DOM tree. I suspect this inconsistency could cause more problems than just this one.

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