Opened 4 years ago
Closed 4 years ago
#18955 closed defect (invalid)
Dijit Dialog Close icon missing
Reported by: | manjum_kar | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.12.3 |
Component: | Dijit | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello,
I'm using dojo 1.8.4(31395) and trying to create a dialog programmatically as show below. <!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <link rel="stylesheet" href="dojo/dijit/themes/tundra/tundra.css" /> <link rel="stylesheet" href="dojo/dijit/themes/tundra/Dialog.css" /> <link rel="stylesheet" href="dojo/dijit/themes/tundra/Dialog_rtl.css" /> </head> <body>
<div id="floatingPane"></div> <div id="button1"></div> <div id="button2"></div> <script type="text/javascript" src="dojo/dojo/dojo.js"
data-dojo-config="async:true">
</script> <script type="text/javascript">
require([ "dijit/Dialog", "dojo/domReady!" ], function(Dialog) {
myDialog = new Dialog({
title : "My Dialog", content : "Test content.", style : "width: 300px", closable: true
}); myDialog.show();
});
</script>
</body> </html> When I run this html, css for the dailog is not applied correctly. Close icon on the right top corner is missing.
Change History (2)
comment:1 Changed 4 years ago by
Milestone: | tbd → 1.12.3 |
---|---|
Status: | new → pending |
comment:2 Changed 4 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!
1.8.4 is quite an old release. Could you verify that this is still an issue with either 1.8.14 or 1.12.2 please?