On a blackberry using the dojo accordion container I have some
overlap. The third accordion heading, which is supposed to read "Basics," instead displays like the picture.
This is the relevant code...
<xe:djAccordionContainer id="djAccordionContainer1">
<xe:djAccordionPane id="djAccordionPane1">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="title"
value="Pending Issue">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:djAccordionPane>
<xe:djAccordionPane id="djAccordionPane2">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="title"
value="Final Resolution">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:djAccordionPane>
<xe:djAccordionPane id="djAccordionPane3">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="title"
value="Basics">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:djAccordionPane>
</xe:djAccordionContainer>