Re: [webkit-help] Reg. Plugin Loading issue when "display: none".

2011-10-13 Thread Vicky Tux
>Do any other browsers do this? If not, this seems like a potential compatibility issue. Yes. Some of the browsers like ANT & Netfront supports plugin loading.with display:none. >If you want to hide plugins visually bug still have them run I'd suggest using visibility:hidden instead of >display:n

Re: [webkit-help] Reg. Plugin Loading issue when "display: none".

2011-10-12 Thread Vicky Tux
>Do any other browsers do this? If not, this seems like a potential compatibility issue. Yes. Some of the browsers like ANT & Netfront supports plugin loading.with display:none. >If you want to hide plugins visually bug still have them run I'd suggest using visibility:hidden instead of >display:n

Re: [webkit-help] Reg. Plugin Loading Issue...

2011-10-11 Thread Justin Thomas
If your intentions are having it not interfere with layout, can you not just get away with an html/css workaround? 1. set width/height to 0 (or even 1x1) and visibility:hidden 2. set position absolute with negative z-index and visibility 3. embed in a iframe or any combination of the above...