Opened 9 years ago
Closed 8 years ago
#14770 closed defect (invalid)
TabContainer - nesting bug - width property
Reported by: | Matej | Owned by: | Matej |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Dijit | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When I use TabContainer? with nested TabContainer?, the nested TabContainer? has width 50431px. If I wrap the nested TabContainer? into the fieldset with fixed width, the fieldset width is overridden. But if I select the Tab 2 second time, the nested TabContainer? width is correct.
Summary: The nested TabContainer? width is for first time incorrect.
Attachments (2)
Change History (9)
Changed 9 years ago by
Attachment: | fieldset.html added |
---|
comment:4 Changed 8 years ago by
Owner: | set to Matej |
---|---|
Status: | new → pending |
Well, the test case isn't valid because the outer TabContainer doesn't have a height/width specified, nor is it doLayout=false. You need one or the other. So please update the test case.
comment:5 Changed 8 years ago by
Priority: | undecided → low |
---|
comment:6 Changed 8 years ago by
Milestone: | tbd → future |
---|
comment:7 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Bug example, see Tab 2