#1050 closed defect (fixed)
various addChild bugs
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
test_LayoutCode.html demonstrates various addChild() bugs including:
1) adding children to LayoutPane? repeatedly (about 4 times) will eventually causes a strange overflow effect
2) children are added to SplitContainer? in wrong order
3) Accordion not working at all
Change History (8)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to bill |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by
Milestone: | 0.4 → 0.4.1 |
---|
comment:5 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
comment:6 Changed 14 years ago by
Milestone: | 0.5 → 0.4.1 |
---|
why was this moved? It needs to be fixed or closed. "triage" does not mean "bump to some future release".
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Accordionis working now, and the problem with #1 is just a lack of space so that the LayoutContainer? can't hold all of it's children.
By the way, "triage" means bumping non-critical bugs to a future release. Like this one.
Note: See
TracTickets for help on using
tickets.
The SplitContainer? bug was fixed by a checkin a month ago, but the other bugs are still there.