JJ Brychell

Results 14 comments of 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.

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...

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...

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...