[Webkit-unassigned] [Bug 23066] New: Full Page Zoom: a <video> element that doesn't include width/height attribute does not scale
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 1 12:02:55 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23066
Summary: Full Page Zoom: a <video> element that doesn't include
width/height attribute does not scale
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric.carlson at apple.com
A <video> element without width and height, like the following, doesn't scale
as the page is zoomed with cmd +/-. It will scale properly if width and height
attributes are added.
<html>
<head><title>video without width and height</title></head>
<body>
<p>Video element with no width and height specified</p>
<video
src="http://pulsar.esm.psu.edu/Faculty/Gray/graphics/movies/colors00.mov"
autoplay></video>
</body>
</html>
--
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