#326 closed defect (fixed)
[patch] add/removeChild implementation on tabPane is incomplete
Reported by: | anonymous | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
TabPane? doesn't implement removeChild to clean up what addChild does. Also, addChild has a bug: it doesn't hide the newly added child, which then obscures the currently selected tab.
The attached patch fixes addChild and provides the appropriate removeChild functionality.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | TabPane-patch.txt added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | → 0.3release |
---|---|
Owner: | changed from anonymous to bill |
Summary: | add/removeChild implementation on tabPane is incomplete → [patch] add/removeChild implementation on tabPane is incomplete |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
hi... who filed this bug? Laurie, or someone else? I just checked in fixes from Laurie to fix this. If it's still an issue please re-open the bug.
Note: See
TracTickets for help on using
tickets.
Oops, just found a typo in the patch: in removeChild, 'dojoTabPane1' should be 'dojoTabPanel'.