JJ Brychell
JJ Brychell
This appears to be timing issue. We are attempting to raise a layout changed event using a handler that no longer exists. This might not normally be a problem since...
Fix is in to not add spacing for collased items. It is scheduled for 1.5.
The current design of WebView2 does not allow for this and it would need design and be feature level work. Converting to a Feature Proposal.
My apologies for the confusion. I was referring to the WinUI WebView2 control, not the Edge Webview2 component.
A fix for this has been submitted and should be available in the 1.6 release. There is a known issue with Loading/Loaded/Unload events that can cause an unloaded event to...
Unfortunately, the proposed solution will not work because the name scope it much more granular from a xaml point of view than necessarily from an application's. For example, imagine a...
Note: If you remove the binding from the TextBlock, things work as expected. So this probably has something to do with binding.
unloaded event is triggered for the control when the control is set as content for the ContentDailog
The issue that occurs in that the control gets added to the tree, removed and then re-added. We have identified an issue where the "Unloaded" event gets fired removal, but...
unloaded event is triggered for the control when the control is set as content for the ContentDailog
One other issue that has been pointed out based upon a duped bug is that if we add a collapsed element to the tree, we won't get the loading because...
UserControl inside ContentDialog receives unexpected Unloaded/Loaded events on showing ContentDialog
The issue that occurs in the sample application is that the control gets added to the tree, removed and re-added and the removed and re-added. We have identified an issue...