[Webkit-unassigned] [Bug 57439] CSS property outline not displayed on an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 22:27:59 PDT 2011


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





--- Comment #7 from Abhishek Arya <inferno at chromium.org>  2011-04-15 22:27:58 PST ---
Yes the visibility check was redundant. At other places in RenderBlock, RenderTable, it was not. The same function does have this redundancy elsewhere too -     

if (!m_frameView || paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE)
        return;

I can remove it in the future, or if you want, you can have a followup patch to clean it up.

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