This question is locked. New answers and comments are not allowed.
I've been having an issue with IE9 for a few weeks. It started suddenly and no real change was made to this part of the system so I think it might be some sort of incompatibility with some latest updade, it's working fine in Chrome, IE8 and Firefox 9 (though sometimes in FF if I close and open the option it seems it gets stuck and shows a blank htmlplaceholder as well, but it eventually shows up correctly if I go to another part and reload the report).
I have a grid with a stackpanel and an htmlplaceholder, in the stackpanel I have a button for printing (invokes a javascript that is declared inside the htmlplaceholder) and an export button that saves the html content to an html file. When I click the option that loads the placeholder, it shows the stackpanel buttons and a blank placeholder (no loading messages or error messages). I checked the sourcecode and noticed that the whole generated html is in there, but it's just not being shown. If I use one of the options (print or export) all the information shows up fine, but it just won't display inside the container (or anywhere else in the screen for that matter).
Since the html is generated on runtime, can't use the SourceUrl option, only HtmlSource.
Any clue on what it might be?
I have a grid with a stackpanel and an htmlplaceholder, in the stackpanel I have a button for printing (invokes a javascript that is declared inside the htmlplaceholder) and an export button that saves the html content to an html file. When I click the option that loads the placeholder, it shows the stackpanel buttons and a blank placeholder (no loading messages or error messages). I checked the sourcecode and noticed that the whole generated html is in there, but it's just not being shown. If I use one of the options (print or export) all the information shows up fine, but it just won't display inside the container (or anywhere else in the screen for that matter).
Since the html is generated on runtime, can't use the SourceUrl option, only HtmlSource.
Any clue on what it might be?