[Webkit-unassigned] [Bug 36961] Enable HTMLProgressElement for Safari on OSX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 17:53:21 PDT 2010


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





--- Comment #7 from Yael <yael.aharon at nokia.com>  2010-04-01 17:53:20 PST ---
Thank you for the review.
(In reply to comment #5)
> > +    trackInfo.enableState = o->document()->frame()->page()->focusController()->isActive() ?  kThemeTrackActive : kThemeTrackInactive;
> Is this really the right way to check for the active state? It borders on a
> layering violation to dig into the document like this.
> 
I was very reluctant to do that, but could not find a better way. Perhaps
anyone has a suggestion for me?

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