Opened 13 years ago
Closed 13 years ago
#9345 closed defect (fixed)
TabContainer: causing ContentPane to refresh on browser resize
Reported by: | sgourley | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I tried the css
html, body, #mainDiv {
width: 100%; height: 100%; border: 0; padding: 0; margin: 0;
}
trick and it doesn't seem to work.
Attachments (1)
Change History (5)
comment:1 follow-up: 2 Changed 13 years ago by
comment:2 Changed 13 years ago by
Replying to bill:
Please attach a small test case (full HTML file) using the "Attach file" button.
Done... does that work for you?
comment:3 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Summary: | dijit.layout.tabcontainer causing dijit.layout.contentpane to refresh on browser resize → TabContainer: causing ContentPane to refresh on browser resize |
Yup, that's a good testcase, thanks.
Note to self: For some reason TabContainer.layout() is calling _showChild() even though that's [not always] appropriate.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [17858]) Remove seemingly unnecessary call to show a child which is presumably already shown. Fixes spurious href-download on ContentPane? when resizing a page that contains a TabContainer?. Fixes #9345 !strict.
Please attach a small test case (full HTML file) using the "Attach file" button.