woodlandhunter
woodlandhunter
As subject says, possible IE10 bug/oddity. Save this gist as `examples/testqueryanchor/index.html` and run the example server. The dynamically added anchor will have a `.pathname` that's empty. (I didn't test other...
Would you be opposed to an extension method for finding child windows? e.g. `public static IEnumerable FindChildWindows(this WindowHandle parent, Predicate windowPredicate)`
When you double click on a cell which has `EditingElementStyle="{StaticResource MaterialDesignDataGridTextColumnPopupEditingStyle}"` defined, the popup appears but there are a few issues: 1) You can't move the cursor using the mouse...