Dialog tabs does not show in IE
I have a requirement to add dynamically tabs in dialog which will contain different xtypes. So, I have written a listner to add tabs on click of a button(this button seats inside of dialog). Now on click of "ok" button, again another listener will be called which will create node structure in CRX corresponding to newly added tabs info. and it will refresh the page by calling CQ.Util.reload(CQ.WCM.getContentWindow()).
Problem- Now again when dialog is opened then I can see the newly added tabs within the dialog in Chrome/Firefox but not in IE. I checked the cache but it seems it does not depends on cache because /dialog.overlay.infinity.json pulls the correct info but IE is unable to display newly added tabs unless I refresh the page manually.
Any suggestion is appreciated.