Bug 18125 - image window of media player not showing because of width and height mismatch of <object> and <embed> tags
Summary: image window of media player not showing because of width and height mismatch...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://zone.walla.co.il/?w=//1223204
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-26 16:18 PDT by jasneet
Modified: 2009-06-15 15:58 PDT (History)
1 user (show)

See Also:


Attachments
screenshot (154.79 KB, image/jpeg)
2008-03-26 16:18 PDT, jasneet
no flags Details
reduction (857 bytes, text/html)
2008-03-26 16:19 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-03-26 16:18:09 PDT
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
Comment 1 jasneet 2008-03-26 16:18:48 PDT
Created attachment 20100 [details]
screenshot
Comment 2 jasneet 2008-03-26 16:19:19 PDT
Created attachment 20101 [details]
reduction