[Webkit-unassigned] [Bug 16781] REGRESSION (r27271-r27279) inline visibility: hidden; ignored on submenus at wga.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 11:52:39 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16781





------- Comment #10 from koivisto at iki.fi  2008-01-08 11:52 PDT -------
This change was fix to <rdar://problem/5521068>, reduction:

<div
style="z-index:3;position:absolute;width:100%;height:100%;left:0;top:0;visibility:hidden"> 
    <div style="position:absolute;width:100%"> 
        <div style="visibility:visible;border:10px solid black"> 
            this should be visible
        </div> 
    </div> 
</div> 

(it was accidentally checked in as part of unrelated change)

Since this behavior matches Firefox and spoofing as Firefox fixes this bug it
is highly likely that the website has a Safari specific code path that relies
on the old behavior.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list