TJ Lambert

Results 48 issues of TJ Lambert

## Description of Change This PR is a continuation of this previous PR: #21759. The past PR was rolled-back because it contained an infinite loop in certain circumstances when the...

platform/iOS 🍎
partner/cat 😻
area-controls-button

### Description The current way we layout our buttons on iOS uses titleEdgeInsets, imageEdgeInsets, and contentEdgeInsets. However, these were deprecated on iOS 15. This is a work item to log...

t/bug
platform/iOS 🍎
p/1
area-controls-button
s/triaged

### Type of issue Missing information ### Description There is some discrepancy between the platforms when it comes to SemanticProperties.Description and our suggestions. It appears that to use Voice Control...

doc-enhancement
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Description When you have a large Editor with the VerticalTextAlignment set to Center or End on iOS, both the keyboard scrolling inside KeyboardAutoManagerScroll and the MauiTextView.ShouldCenterVertically are working at...

t/bug
platform/iOS 🍎
p/1
s/triaged
i/regression
area-keyboard
area-controls-editor

### Description This one requires a large-scale change of using UIButton.Configuration API or MAUI Content Buttons in the future (I'm pretty sure) Please see the video explanation below on why...

t/bug
platform/iOS 🍎
area-controls-button

### Description On iOS, there are situations where the text and/or image are off-center when the image is on the top or bottom of the button. I believe this happens...

t/bug
platform/iOS 🍎
area-controls-button

### Description When the button is resized and the title and image need to be translated, there is a little flicker animation going on. For example, if you apply the...

t/bug
platform/iOS 🍎
s/verified
area-controls-button
s/triaged

This PR fixes an null reference issue that occurs when an button has its image set by UIButton.SetImage. Instead of using the Button.ImageSource.ToString() to see if the image has changed...

platform/iOS 🍎
area-controls-button