David Oliver

Results 24 comments of David Oliver

Currently occurs on canary - https://xcgcanary.z27.web.core.windows.net/ - not related to Styles branch

Related Uno issue: https://github.com/nventive/Uno/issues/1057

Not a blocker for v1 release

Thanks for the feedback. Interestingly on my machine, (again a Windows Terminal Powershell window) the `[bold blue]` renders to a much more readable shade (`5.3:1` [according to the contrast checker](https://webaim.org/resources/contrastchecker/?fcolor=3B78FF&bcolor=000000))....

I can repro on Firefox, but it also occurs on the production site, so this is not a styles-related issue or a recent Uno regression. ![image](https://user-images.githubusercontent.com/8270914/83162363-a8492480-a0d7-11ea-8b59-98be5194251d.png)

This is unlikely to be a case of swapping one 'wrong' precedence for the 'right' one unfortunately. Uno's and UWP's precedence handling are just different. Uno's DependencyProperty system is heavily...

Does it work with the WCT NuGet package from Microsoft? Generally we recommend to use the Microsoft package on Windows, and use the Uno port for other platforms, since we...

Strange that `TabView` is using this - I was under the impression it wasn't supported on UWP? https://stackoverflow.com/questions/33573929/uwp-binding-in-style-setter-not-working Stack OverflowUWP Binding in Style Setter not workingI have problem with creating...

Ahhhh...... yeah, maybe it works in the particular case that a Source is specified (and it's a resource)

This probably could be supported using `SetterExtensions.ApplyThemeResourceUpdateValues()`, similar to as is done when the value is directly set to a ThemeResource: https://github.com/unoplatform/uno/blob/55101581bdd4b2faccab84d7a52fc1b548fc8cb5/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs#L1592-L1595