Ticket #6170 (closed defect: duplicate)

Opened 9 months ago

Last modified 24 hours ago

Dojo 1.0, Title pane, 2D charts, Tundra.css and IE6.0

Reported by: guest Owned by: bill
Priority: normal Milestone: 1.3
Component: Dijit Version: 1.0
Severity: normal Keywords: dojox, charting, titlepane, IE
Cc: yazad3@…

Description (last modified by bill) (diff)

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 yazad3@…

Attachments

simpleBarGraphTest.htm (1.6 kB) - added by guest 8 months ago.
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

Change History

  Changed 9 months ago by elazutkin

  • owner changed from elazutkin to bill
  • component changed from Charting to Dijit

Layout widget help?

follow-up: ↓ 3   Changed 8 months ago by peller

could you please attach test cases?

Changed 8 months ago by guest

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

in reply to: ↑ 2   Changed 8 months ago by guest

Replying to peller:

could you please attach test cases?

I have attached simpleBarGraphTest.htm.

Regards, Yazad yazad3@…

follow-up: ↓ 5   Changed 8 months ago by bill

  • milestone set to 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.

in reply to: ↑ 4   Changed 8 months ago by guest

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 yazad3@…

  Changed 24 hours ago by bill

  • status changed from new to closed
  • resolution set to duplicate
  • description modified (diff)

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.

Note: See TracTickets for help on using tickets.