Opened 7 years ago
Closed 7 years ago
#17511 closed defect (invalid)
Opening a TabContainer in a Dialog causes truncation of content in first tab
Reported by: | shrikant_ibn | Owned by: | shrikant_ibn |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am using Dojo version 1.8.3
i am trying to open a tab container[dijit/layout/TabContainer] in a dialog[dijit/dialog]. When the dialog is open for some reason the content of first tab are truncated out. However, content of all other tabs content is not truncated.
I am attaching code base with sample output.
Attachments (3)
Change History (5)
Changed 7 years ago by
Attachment: | sample Code added |
---|
Changed 7 years ago by
Attachment: | Tab1_missing_Contnet.PNG added |
---|
Changed 7 years ago by
Attachment: | Tab2_Contnet_Present.PNG added |
---|
comment:1 Changed 7 years ago by
Component: | General → Dijit |
---|---|
Owner: | set to shrikant_ibn |
Status: | new → pending |
Summary: | Opeaning a tab container in a dialog causes truncation of contnet in first tab → Opening a TabContainer in a Dialog causes truncation of content in first tab |
comment:2 Changed 7 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!
Hmm, it's a strange way to set the content of the Dialog, and I'm not sure if it works. Typically you would do
Try that approach and if it doesn't work either then attach a self contained test case; the case you attached is using a non-dijit widget called reflex/layout/TabContainer. Thanks.