Opened 12 years ago
Closed 12 years ago
#8205 closed defect (fixed)
mail demo failing on trunk (IE)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Mail demo fails to load on IE w/an exception. Works on 1.2 but failing on trunk.
Looks like the error in BorderContainer? initializing when hidden, although my latest checkins should have fixed that.
Also need to find the other ticket about BorderContainer failing initialization due to negative values, and reopen it (in favor of this ticket)
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | mail demo failing on trunk → mail demo failing on trunk (IE) |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [15959]) Rollback some of the changes from [15876], which broke mail demo:
TabContainer/StackContainer? should not do sizing in startup(), since, as stated in _LayoutWidget.startup().
In this case the mail demo was failing because:
Fixes #8205, refs #5220 !strict