#1605 closed defect (fixed)
TitlePane - nesting doesn't work
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is two bugs in one:
1) Doing dojo.require("dojo.widget.TitlePane?") causes a spew of 11 errors:
node has no properties utils.js (line 798)
2) If I nest a TitlePane? inside another TitlePane?, and if the inner TitlePane? is open, then closing the outer TitlePane? exposes the inner TitlePane?'s content.
I'm using latest svn, with firefox 1.5.0.7 on linux
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Version: | 0.4 → 0.3 |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|---|
severity: | major → normal |
Summary: | TitlePane - loading spits errors, and nesting doesn't work → TitlePane - nesting doesn't work |
The require no longer spits errors, but I'm still seeing strange behavior w/nesting. Added testcase to test_TitlePane.html.
comment:4 Changed 14 years ago by
Milestone: | 0.5 → 0.4 |
---|---|
Status: | new → assigned |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6113]) Testcase for bug #1605 (references #1605)