[Webkit-unassigned] [Bug 69097] REGRESSION (r95381): Standalone video can be focused and draws a focus ring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 2 00:46:44 PDT 2011


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





--- Comment #7 from Deepak Sherveghar <bpwv64 at motorola.com>  2011-10-02 00:46:43 PST ---
(In reply to comment #6)
> It should be fine with revert the original patch (fixing this), and re-landing it in a way that it does not break this case. Is it preferrable?

probably we can add a check if the media element is in a standalone media document inside supportFocus(). if it is, then simply return false from supportsFocus().

ie: 
  if (ownerDocument()->isMediaDocument())
      return false

   // rest of the code ...

Does this seem reasonable ???

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