[Webkit-unassigned] [Bug 24993] New: Standalone media should use a smaller intrinsic height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 1 14:33:54 PDT 2009


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

           Summary: Standalone media should use a smaller intrinsic height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dino at apple.com
                CC: eric.carlson at apple.com, simon.fraser at apple.com,
                    cmarrin at apple.com


Standalone media documents use a <video> element to play all media. In the case
of audio, this should not use the default intrinsic height of 150. This came up
as a bug report from someone who was opening audio files in popup windows that
were 100px high, and thus the controls were not visible.

By setting the intrinsic height for all media on standalone documents to 0
(actually 1, see patch comments) everything works ok. Video gets resized to its
native dimensions when the video loads.

<rdar://problem/6458142> REGRESSION: Audio files have misplaced control bars
(20687)


-- 
Configure bugmail: https://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