Does not resize correctly in IE when surrounded by GridSplitters
The control cannot be placed inside ToolTip ContentTemplate
When placed in scrollviewer and browser is resized in order to appear the scrollbar, HTMLPlaceHodler doesn`t render correctly. The issue can be reproduced in both scenarios - setting the HtmlSource or SourceUrl property.
Not measured correctly when no width/height is specified.
MouseWheel does not work when setting an HtmlSource. Reason for declination: The feedback item is declined due to duplication with the one below: http://feedback.telerik.com/Project/143/Feedback/Details/112811-htmlplaceholder-mousewheel-does-not-work-when-setting-an-htmlsource Please follow it instead.
The control is misplaced if it's inside a GridRow/Column and there's the browser zoom is different than 100%. The fix will be available in the Q1 2015 Official Release.
When the user navigates in a page displayed in the placeholder and then it is removed and added in the visual tree (when in RadDocking for example) the original SourceUrl is displayed while ideally this should be the page that the user has navigated to. Update: You can fix this by setting the HTMLPlaceholder's KeepContentInMemory property to True.
The placeholder disappears if it's in a RadPane and you close another RadPane
Support for WebBrowserBrush.
When placed in scrollviewer and browser is resized in order to appear the scrollbar, HTMLPlaceHodler doesn`t render correctly. The issue can be reproduced in both scenarios - setting the HtmlSource or SourceUrl property.
HtmlPlaceholder is renderred incorrectly in ChildWindow
When RadHtmlPlaceholder is removed from the VisualTree doesn't clean up the html frames for it's inner html.
Repro steps: - Host RadHtmlPlaceholder in a RadWindow - Set the HtmlPlaceholder content to be a PDF document - Show the window and then minimize it - Either restore or maximize the window - The HtmlPlaceholder content is not rendered
Height is not calculated properly when the content is wrapped.