Opened 12 years ago
Closed 12 years ago
#6913 closed defect (fixed)
AccordionContainer: appears on left, even with dir=rtl
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
Turns out the accordion test files have unnnecessary style="" info, specifically float: left, that makes formatting in dir=rtl mode incorrect.
Note: See
TracTickets for help on using
tickets.
(In [13927]) Remove unnecessary style attribute from AccordionContainer? tests. Fixes #6913. Also make BorderContainer? test taller so not cramped (regreesion because margin was added to BorderContainer?), fixes #6443.