Changes between Initial Version and Version 1 of Ticket #10807
- Timestamp:
- Mar 2, 2010, 3:20:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10807
- Property Owner changed from anonymous to bill
-
Property
Component
changed from
General
toDijit
-
Property
Milestone
changed from
tbd
to1.5
-
Ticket #10807 – Description
initial v1 1 Since [ http://trac.dojotoolkit.org/changeset/21203 revision 21203], if you pass a TabContainer in as the content of a TooltipDialog and then create and startup() a DropDownButton with theTooltipDialog as dropDown, tabs added after the button startup() is called do not appear. They are in the HTML, but have a position: absolute style which seems to stop them being displayed.1 Since [21203], if you pass a !TabContainer in as the content of a !TooltipDialog and then create and startup() a !DropDownButton with the !TooltipDialog as dropDown, tabs added after the button startup() is called do not appear. They are in the HTML, but have a position: absolute style which seems to stop them being displayed. 2 2 3 If, after the DropDownButton is created and started, the content of the TooltipDialog is set to theTabContainer (instead of at creation), this problem does not appear.3 If, after the !DropDownButton is created and started, the content of the !TooltipDialog is set to the !TabContainer (instead of at creation), this problem does not appear. 4 4 5 5 I will attempt to create a simple test case, as this is not the clearest explanation. This is with version 1.4.1, which version does not seem to have been created.