Steven Kirk
Steven Kirk
Another problem: - Let source be the result of trying to [get or create an input source](https://www.w3.org/TR/webdriver2/#dfn-get-or-create-an-input-source) given input state, type and id. Conflicts with: - If source is not...
Another problem: `process an input source action sequence` can potentially be called multiple times from `extract an action sequence`, with differing types. If `extract an action sequence` should indeed add...
> Currently only ContentControl and Border support acting as a container. Should probably be `Decorator` (base class of `Border`)?
> The container will also need it's ContainerName property to be set. `Names` are unique in a name scope. Are `ContainerName`s intended to be unique in any scope? Feels a...
> Selector="TextBox[#ASpecificParentContainer.Width is gt 200 and lt 300] I really don't like this. I've been against putting arbitrary expressions in selectors quite a few times (e.g. people have asked for...
> This is all decided behind closed doors right now Actually, nothing was decided behind closed doors - Emmanuel had an idea of how it should work, wrote the feature...
For this to work, bindings would have to run asynchronously, which they currently don't. I believe UWP has support for this however: https://msdn.microsoft.com/en-us/windows/uwp/xaml-platform/x-deferloadstrategy-attribute - is that what you mean?
This is an issue with `ContextMenu`s and `Flyout`s specifically, because they create a `Popup` that isn't hosted in the visual tree. I think the solution to this should be simple:...
The inconsistency comes from the different controls having different origins. The original controls had a `Watermark` property because that's what it's called in [MahApps.Metro](https://mahapps.com/docs/styles/textbox) which adds this feature to WPF....
Hi @StefanKoell , You can get screen recordings of the failed tests in Azure Pipelines, e.g.: https://dev.azure.com/AvaloniaUI/AvaloniaUI/_build/results?buildId=56487&view=ms.vss-test-web.build-test-results-tab&runId=3139838&resultId=100132&paneView=attachments If you download the `ScreenCapture.wmv` file you can see what's going wrong: for...