MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

external SVG object in jquery ui tab does not load until tab is opened #552

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a page using jquery ui tabs
2. Add <object> tag to an initially covered tab
3. Only when you browse to tab will svg render

What is the expected output? What do you see instead?

Expect svg document to be loaded when page loads (so I can style behind the 
scenes before users browses to it)

What version of the product are you using? On what operating system,
browser, and version of Flash?

Forcing the use of flash on Gentoo Linux Firefox 3.6.10, Flash 10.2

Please provide any additional information below. Reduced test cases are
always appreciated!

Original issue reported on code.google.com by codeh...@gmail.com on 21 Sep 2010 at 2:52

GoogleCodeExporter commented 8 years ago
Are you nesting the object inside of an HTML element that has display: none? 
The browser itself will not display children inside of an element with display: 
none until the display property is changed, independent of SVG Web.

Original comment by bradneub...@gmail.com on 16 Nov 2010 at 9:34