Opened 10 years ago
Closed 10 years ago
#11797 closed defect (invalid)
Dialog: closable attribute doesn't work...but draggable does
Reported by: | xiaobin | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.5 |
Keywords: | closable | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
<!-- Attention please if we set the draggable fase,it works...but if we set closable false,it doesn't....so maybe it's the defects of dojo....-->
<div id="dialogOne" dojoType="dijit.Dialog" title="My Dialog Title" draggable=false closable=false> <div dojoType="dijit.layout.TabContainer" style="width: 200px; height: 300px;"> <div dojoType="dijit.layout.ContentPane" title="foo"> Content of Tab "foo" </div> <div dojoType="dijit.layout.ContentPane" title="boo"> Hi, I'm Tab "boo" </div> </div> </div>
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | closable_defects.png added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | dijit.Dialog's closable attribute doesn't work...but draggable does → Dialog: closable attribute doesn't work...but draggable does |
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
There's no "closable" parameter for dialogs.
Note: See
TracTickets for help on using
tickets.
Hi, what do you mean exactly by "closable doesn't work"? You set closable=false but the dialog still has an [x] icon to close it?