Skip to content

[Bug] [iOS] SearchBar VerticalTextAlignment.Start is broken #2661

@rachelkang

Description

@rachelkang

Description

See #590 (review)

Steps to Reproduce

  1. Add sample code to SearchBarPage.xaml (or anywhere)
<SearchBar
     Text="Start VerticalTextAlignment"
     VerticalTextAlignment="Start" />
<SearchBar
     Text="Center VerticalTextAlignment"
     VerticalTextAlignment="Center" />
<SearchBar
     Text="End VerticalTextAlignment"
     VerticalTextAlignment="End" />
  1. Run maui single project sample on iOS

  2. Navigate to page with sample and see the discrepancy

Expected Behavior

SearchBar with VerticalTextAlignment.Start should be vertically start-aligned

Actual Behavior

SearchBar with VerticalTextAlignment.Start appears closer to being vertically end-aligned

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions