#6824 closed defect (worksforme)
dojox.grid.Grid does not render correctly if on 'second' accordion pane.
Reported by: | guest | Owned by: | sorvell |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Test case attached. If the divs are reorganized so that the grid widget is on the first accordion pane, it renders correctly.
Test case is a modification of test_grid_layout_LayoutContainer.html.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | test_grid_layout_LayoutContainer.html added |
---|
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | test_grid_layout_ComplexContainer.html added |
---|
comment:2 Changed 13 years ago by
Attached a modifed version of my application (test_grid_layout_ComplexContainer.html). It appears that if the grid is not rendered when the window is first displayed, it is never rendered correctly. This is true whether the tab is not first displayed, or the accordion pane is not first displayed.
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works with the latest code in trunk
comment:4 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
I take it back... changing order does not! cause things to render correctly. I have a TabContainer/TabPane/BorderContainer? example where that is true... haven't figured out (yet) how to present it...