Max Katz

Results 288 comments of Max Katz

I don't think it's a good idea to add raw input here. We might better to redo previous PR by moving handling of Shift level higher (scroll presenter code?). But...

In my opinion, it will be cleaner to move this shift-scrolling to the scroll viewer instead of mouse device. Also I checked my macOS again. Shift scrolling works natively with...

I think you actually can replace IKeyboardNavigationHandler with a locator. Consolonia did it https://github.com/jinek/Consolonia/pull/79/files#diff-87edd463c680c3814584dca5b6b1069eea554e8f412169d00db01865270f0066R23 Not sure if there is a reason to replace FocusManager. Replacing keyboard handler should be enough...

You can register it after Application did it?

@kekekeks can you take a look?

Tried to open `C:\привет мир\幸福\` folder and file with same `幸福` name inside of it on the internal SSD. Seems to work fine. Although I don't have USB drive near...

Currently inner exception with specific error line is lost. In next stable 0.10.x version there will be fixed error handling in this class. See https://github.com/AvaloniaUI/Avalonia/commit/2d2cd97b55f82fe811ebd8cbce9e1e933fe940a8 Logging this inner exception should...

@sn4k3 if you can remote debug it on user's machine, I hope it's possible to step into this implementation code and see after which step it fails.

> It seems that VS does not pick up this new attribute. How do I register it properly? Looks like a Resharper highlighting. Am I right? In this case JetBrains...

@pr8x test fails if you copypaste this sandbox patch to the unit test. Except you need to remove "x:Class" part. Test also should be initialized with `using (UnitTestApplication.Start(TestServices.StyledWindow))`. From what...