[Webkit-unassigned] [Bug 18125] New: image window of media player not showing because of width and height mismatch of <object> and <embed> tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 16:18:09 PDT 2008


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

           Summary: image window of media player not showing because of
                    width and height mismatch of <object> and <embed> tags
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://zone.walla.co.il/?w=//1223204
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to 
http://zone.walla.co.il/?w=//1223204

II Issue:
the image window for media player is not seen although you can see the
controls.

III Conclusion:
The issue is caused by the incompatible width and height in the <object> and
<embed> tags. In the object, they have
   width="100%" height="288"
while in the embed, they have
  height="100%" Width="288"
If we change the value so that the 2 match, then the issue is resolved.

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: ok

V Nightly tested: 31315

Note:this bug might be a dupe of http://bugs.webkit.org/show_bug.cgi?id=5793


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