Opened 13 years ago
Closed 12 years ago
#6170 closed defect (duplicate)
Dojo 1.0, Title pane, 2D charts, Tundra.css and IE6.0
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.0 |
Keywords: | dojox, charting, titlepane, IE | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Hi,
I am trying to embed a simple 2d bar chart in a title pane. It works fine in FireFox? but it fails in IE6.0, a part of the defect is already reopened by me – ticket #5168 (axis misaligned). But there are some more issues. If you have set the TitlePaneâ?€™s open attribute to true, the chart is displayed, but if you collapse and re-expand the TitlePane?, the chart vanishes! If the TitlePane? is created with open=â€falseâ€, and the user expands the TitlePane?, the Chart’s AXIS is briefly displayed and the whole chart vanishes again! I am clueless; could someone shed some light on the issue? Apparently things seem to work fine in FireFox? 2.0.0.7. I have NOT tested on IE 7.0.
Regards, Yazad [email protected]…
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Component: | Charting → Dijit |
---|---|
Owner: | changed from Eugene Lazutkin to bill |
Changed 13 years ago by
Attachment: | simpleBarGraphTest.htm added |
---|
This test case has got a case where a simple bar chart is placed within a TitlePane?, it works fine in FF2.0.0.7 but fails in IE6
comment:3 Changed 13 years ago by
Replying to peller:
could you please attach test cases?
I have attached simpleBarGraphTest.htm.
Regards, Yazad [email protected]…
comment:4 follow-up: 5 Changed 13 years ago by
Milestone: | → 1.3 |
---|
I assume the problem is that you are building the chart into a <div style="display:none">, which (as per #5671) doesn't work, but I can look more closely after 1.1.
comment:5 Changed 13 years ago by
Replying to bill:
I assume the problem is that you are building the chart into a <div style="display:none">, which (as per #5671) doesn't work, but I can look more closely after 1.1.
No Bill, I am not using display: none.
I am using the code in the attachment... simpleBarGraphTest.htm
I am not sure if any of the CSS of title pane, tundra, use display:none!
Regards, Yazad [email protected]…
comment:6 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Oh, I didn't mean that you were setting a div to style="display: none", I just meant that TitlePane does that internally.
Looks like this is a dup of #5671, or at least the same cause and the same solution.
Layout widget help?