emyHamed / ff-activex-host

Automatically exported from code.google.com/p/ff-activex-host
0 stars 0 forks source link

Setting 0 height/width on object will still take up space in DOM #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. If you have something like:
</hr>
<object .... width="0px" height="0px"></object>
</hr>

What is the expected output? What do you see instead?
It is expected that the two horizontal bars will be flush with each other. 
Instead, there is a space between the top and the bottom horizontal bar.

What version of the product are you using? On what operating system?
Google Chrome 18 and Firefox 11 on Windows 7 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by ddxu...@gmail.com on 12 Apr 2012 at 10:08

GoogleCodeExporter commented 8 years ago
It's the browser that manages what and how is visible, not my plugin. If you 
replace the object with an flash player object you will see the same result. If 
not, please provide the relevant screenshots and DOM contents.

Original comment by leeor.ah...@gmail.com on 12 Apr 2012 at 10:16