Ticket #563 (closed enhancement: wontfix)
LayoutPane cannot size itself based on it's content
| Reported by: | anonymous | Owned by: | koranteng |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | Dijit | Version: | 0.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In the http://archive.dojotoolkit.org/nightly/tests/widget/test_Layout.html example, changing the text sizes does not cause the layout pane to resize itself. In fact, when loading content in dynamically, if the new content is much larger than the previous content, the results will be clipped. This behaviour can be seen in both FF and IE by: choosing the smallest text size refresh the browser to ask the LayoutPane? to resize itself choose the largest text size
You can notice that splitpane bar position never moves. This isn't so much of a problem in the test harness, but this behaviour is wrong for applications with liquid layouts.
Change History
Note: See
TracTickets for help on using
tickets.