Chris Glein

Results 269 comments of Chris Glein
trafficstars

It's possible RNW is interrupting the propagation of the event. Needs further investigation.

Appears to be a C# only issue. @jonthysell can you take a look?

Error: ```The specified solution configuration "Debug|ia32" is invalid``` That's not a configuration we'd expect to see. A guess is that you're running the 32 bit version of node, where you...

Sounds like the restore happening on every build (when it doesn't need to) is the first thing to look after.

> It's understandable that .dir wouldn't be implemented in Release mode, but I figured it should be a no-op instead of stopping code execution. Agreed. There's a polyfill of `console`...

Adding a border causes RNW to emit more XAML elements, and there seems to be some interaction here between placement outside of the parent and the impact of the border...

Do any of the other platforms have to handle this case where there's a timing difference between the nodes being available and the focus request? I don't believe XAML has...

Potentially related: #9826 #9327. @TatianaKapos can you build out a little table of what each platform is doing and what Windows is doing so it's clear what is wrong with...

Looks to be a C# issue. Would be helpful to see your sample code so we know if there's something in the codegen here.

> Hi @chrisglein I saw you roaming around issue #29055 that this PR aims to fix. Since you are a contributor on this repo do you know if there are...