[Webkit-unassigned] [Bug 6412] New: Flash <object height="100%"...> inside a <div style="position: fixed; "...> fills up whole page instead of parent

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jan 7 06:36:28 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6412

           Summary: Flash <object height="100%"...> inside a <div
                    style="position: fixed;"...> fills up whole page instead
                    of parent
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: dperetti at lachoseinteractive.net


Here is a flash embedded in a fixed div (notice the bottom: 200px).

<div id="flash" style="position: fixed; top: 0; bottom: 200px;  border: 2px solid red;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%"  height="100%" 
id="flash">
 <param name="movie" value="flash.swf">
</object>
</div>

Embedded flash fills up the whole page.
Looks like it cannot figure what the height of the div really is.

-- 
Configure bugmail: http://bugzilla.opendarwin.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