When I have two modless XamDialogWindows open, each with their Content set to one XamHtmlViewer (with a different Uri), there is strange behavior when one or the other of the two windows overlap. The header of the XamDialogWindow acts normally, but not the Html content.
I suspect this is due to the html <div> used to display the content, and perhaps there is no workaround.
If there is any help for this, thanks in advance.
James,
Our developers have reviewed this behavior, and it seems that there are some limitations as to what can be done with displaying HTML within the browser. You may try using HTMLBrush and see it behaves differently.
Thank you,Sam
Hello Sam
I think I have exactly the same problem as James. But I do not understand how to implement your answer. If I look at the example of Microsoft, but it used the WebBrowser component and that works only in the out of browser mode (http://msdn.microsoft.com/en-us/library/system.windows.controls.htmlbrush%28v=VS.96%29.aspx ).
Do you have an example of your implementation?
Thank you and regards
Xaver
Hello Xaver,
This is out of our control. It is a limitation of what is actually possible in Silverlight and how it handles HTML.
Hi Sam
HTMLBrush is not interactive, so it can't execute links. For me this is not an option. Unfortunately, I missed an opportunity in your Library, which can display WYSIWYG content and content that is interactive. I see only two possibilities:
I don't found in your library or in the examples anything that would cover one of this variants. How to implement dynamic WYSIWYG content with your library?
Regards
Xaver,
This is a limitation as I mentioned earlier, and we have no control over that. We are limitted in terms of displaying html. My suggestion was that if you have an OOB application you may try the HTMLBrush, but within browser we are limitted.