workgroupengineering

Results 148 comments of workgroupengineering

~~Commit b63abd55764461041e62aaf941537b3bb934082e will be dropped when PR #9623 is merged.~~

What did I forget to answer? I seem to have applied all the review comments.

> I've checked quickly the samples app on a device, and it works! Very nice! It should be interesting to make sure that the ScrollViewer that show the document is...

Hi, error #9469 probably depends on this [line](https://github.com/xamarin/Xamarin.Forms/blob/038a8c612b6fe4e4de8bf8aeb5d5d64ea57e7598/Xamarin.Forms.Platform.iOS/VisualElementTracker.cs#L172) of code, because it returns false when in place of true. to fix this issue you can change line like this: ```CSharp...

Can I work on this enhancement?

Can I work on this enhancement?

I reopened the pr because the problem returned

I encountered same problem while developed #8539 The problem in x11 is there: https://github.com/AvaloniaUI/Avalonia/blob/9a9339527791b84dac478e1142b033b9ba42e84e/src/Avalonia.X11/X11Window.Ime.cs#L95-L114 https://github.com/AvaloniaUI/Avalonia/blob/9a9339527791b84dac478e1142b033b9ba42e84e/src/Avalonia.X11/X11Window.Ime.cs#L159-L169 https://github.com/AvaloniaUI/Avalonia/blob/ae7298bf50df80f463ab9260535b39434fc5ebcc/src/Avalonia.X11/X11Window.Ime.cs#L116-L123 https://github.com/AvaloniaUI/Avalonia/blob/ae7298bf50df80f463ab9260535b39434fc5ebcc/src/Avalonia.X11/X11Window.cs#L749-L757 it is not possible to know if the event was handled by sendinput...

> This type of thing just shouldn't be done... it changes the API surface in ways you may not understand and may not make sense on a case by case...

@maxkatz6 do you have any idea what this might depend on?