Ticket #6561 (closed defect: invalid)

Opened 3 months ago

Last modified 3 months ago

AccordionPanes in FF problem

Reported by: guest Owned by: anonymous
Priority: normal Milestone:
Component: Dijit Version: 1.1.0
Severity: normal Keywords:
Cc: ben@…

Description

Browser FF 2

If any html tags are inserted into a ContenPane? before the AccordionContainer?, the AccordionContainer? does not display properly.

This works:

<div id="mainPane" dojoType="dijit.layout.ContentPane?" layoutAlign="client">

test <div dojoType="dijit.layout.AccordionContainer?" duration="200" style="margin-right: 30px">

<div dojoType="dijit.layout.AccordionPane?" selected="true" title="blabla">

...

</div>

</div>

</div>

This doesn't:

<div id="mainPane" dojoType="dijit.layout.ContentPane?" layoutAlign="client">

<br>test <div dojoType="dijit.layout.AccordionContainer?" duration="200" style="margin-right: 30px">

<div dojoType="dijit.layout.AccordionPane?" selected="true" title="blabla">

...

</div>

</div>

</div>

Of course, this can be solved with additional ContentPanes?, but it still is not nice.

Change History

Changed 3 months ago by bill

  • status changed from new to closed
  • component changed from General to Dijit
  • resolution set to invalid

You really need to use the "Attach File" button to attach a full testcase. But judging from what you wrote, you need to specify the height of the AccordionContainer with a style tag.

Note: See TracTickets for help on using tickets.