Opened 13 years ago
Closed 13 years ago
#8648 closed defect (fixed)
TabContainer test failing
Reported by: | dante | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in the 1.3b url and trunk, dijit/tests/layout/test_TabContainer.html is failing (FF3 at least) with d.byId(node) is null.
It is coming from dojo.empty, which is aliased from dojo.html._emptyNodes. Haven't had time to dig, but seems it is trying to empty a contentpane with no content, or is not finding something byId?
Change History (3)
comment:1 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Looks like I (inadvertently) broke LinkPane during a doc cleanup. this.containerNode is null.