Ticket #6415 (closed defect: invalid)
StackContainer: contents does not fit in Firefox Window
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Hello,
I am facing a problem of containing the contents inside a Stack Container on Mozilla. The problem is that the contents do not fit in the browser.
I use this
DIV dojoType="dijit.layout.ContentPane" id="summary" name="summary"></DIV
to create a ContentPane? which is in turn defined inside something like this:
DV id = "wizard" doLayout="false" dojoType="dijit.layout.StackContainer?" style="width: 100%; border:0px solid #9b9b9b;margin: 0.1em 0 0.1em 0; padding: 0.1em;"> </DV
Now when the contents / data is too large, they do not fit in the browser (Mozilla). In IE, it fits in perfectly.
I use this to create my table: var res= document.createElement("table"); var body=document.createElement("tbody"); res.appendChild(body);
Is there a problem with the way I am appending the contents?
Or is there a problem with respect to Mozilla + Dojo 1.1?
Please suggest a fix for this. Let me also add that this is the same case with dojo 1.0.2, 0.9 and the latest version as well which I am using currently.
Thanks so much!! Bharath.