dojo - dijit.Dialog not redisplaying in IE7 and IE8 -
Using Dojo verions 1.3.2 The following code is working fine in FF and Chrome, but scratched in IE 7/8 Works in a manner that I'm taking a dialog that is already being displayed and just wants to change its contents. ODialog contracts are always the same, work or not. What is happening is that the dialog disappears, but underlined so that the user is forced to refresh to work again. DIALOG_PAGE); Dialogbox.attr ("Style", "Width: 400px;"); Dialogobox.attr ("Content", OdiLog Contents); DialogBox.show (); }
I had the same problem I decided after adding material after adding it Is:
// New content does not appear in IE7 / 8, unless we hide the first dialog (dojo.isIE! == undefined) {this._dialog. Hide (); This._dialog.show (); } This._dialog.layout (); / /> >
Comments
Post a Comment