nehed-amri / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

Chart not drawn in tabs #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place the table in any tabs other the one first loaded.

What is the expected output? What do you see instead?
The chart should be drawn with data off the table but it does not.

DEMO at the following web link: 
http://www.eazyuk.com/drafts/jquery_visualize_help/index.html

What version of the product are you using? On what operating system?
I am using jQuery 1.4.2 and jQuery UI 1.8 on Windows Vista. Tested in Firefox 
3.6 and Safari 5 with same issue.

*** Please use labels below to identify the type of issue and the widget to
which it applies. ***

Original issue reported on code.google.com by gens.cla...@gmail.com on 19 Aug 2010 at 2:58

GoogleCodeExporter commented 8 years ago
Jquery UI css: jquery-ui-1.8.2.custom.min.js

Replace this :
.ui-tabs .ui-tabs-hide { display: none !important; }

with following properties:
.ui-tabs .ui-tabs-hide { position: absolute!important; left: -9999px;}

Original comment by gens.cla...@gmail.com on 20 Aug 2010 at 10:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
We have come with better solution, especially if you are using custom tab 
scripts with display none property. Just reorder your script to call 
.visualize() before tab processing. Visualize will get correct width and height 
values and after that tabs are hidden.

Parallaq Team

Original comment by paral...@gmail.com on 29 Jun 2011 at 9:37