Opened 10 years ago
Closed 9 years ago
#13276 closed defect (invalid)
Big bug loading the dojox.charting.widget.Chart
Reported by: | zladivliba | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | blocker | Milestone: | tbd |
Component: | Charting | Version: | 1.6.0 |
Keywords: | charting | Cc: | cjolif |
Blocked By: | Blocking: |
Description
Under IE7 simply using dojo.require("dojox.charting.widget.Chart"); will make IE bug.
In order to reproduce the bug you need to reload the page. Here's how to reproduce :
Go to with IE7 : http://jsfiddle.net/zladivliba/w7J8q/2/ Reload the page.
This bug has been confirmed by 2 users on irc chan. (although you need sometimes to reload a few times for this to work).
Tried under 1.6
Change History (5)
comment:1 Changed 10 years ago by
Component: | Dojox → Charting |
---|---|
Owner: | changed from Adam Peller to Eugene Lazutkin |
comment:2 Changed 10 years ago by
I happened to try this. I get an error on page unload in:
this.windows.each(function(win, i) { var height = win.getStyle('height'); sizes.h[i] = height.contains('%') ? height : null; });
but that's mootools code, presumably part of the jsfiddle page itself.
comment:4 Changed 9 years ago by
Cc: | cjolif added |
---|
I think we are ready to close. This is not charting related, you reproduce it without any charting code (obviously as the error is in the mootools code).
comment:5 Changed 9 years ago by
Resolution: | → invalid |
---|---|
severity: | blocker → normal |
Status: | assigned → closed |
zladivliba, please reopen if you can demonstrate an error in the Dojo code, with information on that error.
What exactly is the result? Is there a console message?