Mike Crider

Results 133 comments of Mike Crider

@ShortDevelopment It probably isn't too likely that there will be changes in the underlying RichEdit implementation to break your code, but it would still be safer to switch to RTF...

The behavior you describe sounds like [layout rounding](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.uielement.uselayoutrounding?view=winrt-22621). If you set `UseLayoutRounding="false"` on the elements involved, do you then see the values you're expecting? Layout rounding is frequently important to...

@SathiyathanamSathish You need to set `UseLayoutRounding` to `false` to turn off layout rounding. When layout rounding is on, it will adjust the values based on the system scale factor to...

This was caused by the new windowed popup support (`ShouldConstrainToRootBounds="False"`, which tooltips always use). During cleanup of the popup, it tries to unregister event handlers from an already-closed object, which...

We're up to three separate issues here: 1. The fix for the two OriginateErrors on close of the tooltip is in progress. 2. The two exceptions when displaying a tooltip...

@kmgallahan Thanks! I don't know why you're seeing an extra exception output there and I'm not, but that `KeyboardInputWinRT::ComApi::SetPreTranslateHandler` error should go away with the fix for the OriginateError issues...

Reopening, since unfortunately this is only half fixed in 1.4.1.

[internal bug](http://task.ms/48978976)

[internal bug](http://task.ms/48978914)

Logged tracking bug for media pipeline team: [internal bug](http://task.ms/42861326)