Skip to content

[iOS] Fixed picker title's color #20205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 13, 2025

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Jan 28, 2024

Description of Change

Before this change, the title of the picker hasn't been styled because of the UpdatePicker method. When the selected index was equal to -1 the platformPicker.AttributedPlaceholder has been overridden by platformPicker.Text

Issues Fixed

Fixes #19191

Screen.Recording.2024-01-28.at.13.24.16.mov

@kubaflo kubaflo requested a review from a team as a code owner January 28, 2024 12:32
@ghost ghost added the community ✨ Community Contribution label Jan 28, 2024
@ghost
Copy link

ghost commented Jan 28, 2024

Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@kubaflo kubaflo changed the title Fixed picker title's color [iOS] (#19191) Fixed picker title's color [iOS] Jan 28, 2024
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Jan 29, 2024
Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title color was not initialized or updated once the property changed? If it is in both cases, we must review this test and determine why it has not shown the issue so far. If it is the second case, a new test must be included.

I can help managing the tests.

@rmarinho rmarinho changed the title Fixed picker title's color [iOS] [iOS] Fixed picker title's color Jan 29, 2024
@rmarinho
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@dotnet dotnet deleted a comment from azure-pipelines bot Jun 13, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jsuarezruiz
Copy link
Contributor

/rebase

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo force-pushed the ios-picker-title-color branch from b435c54 to 9cba474 Compare November 15, 2024 09:58
@rmarinho
Copy link
Member

/rebase

@github-actions github-actions bot force-pushed the ios-picker-title-color branch from 9cba474 to 0f6879d Compare February 24, 2025 17:38
@kubaflo kubaflo force-pushed the ios-picker-title-color branch 2 times, most recently from e4428fe to bf033d1 Compare February 25, 2025 00:58
@kubaflo kubaflo force-pushed the ios-picker-title-color branch from bf033d1 to ea9b3e8 Compare March 7, 2025 23:28
@kubaflo kubaflo self-assigned this Mar 8, 2025
@mattleibow
Copy link
Member

/rebase

@github-actions github-actions bot force-pushed the ios-picker-title-color branch from ea9b3e8 to c7cb7f2 Compare May 13, 2025 17:04
@mattleibow mattleibow changed the base branch from main to inflight/current May 13, 2025 17:06
@mattleibow mattleibow merged commit 0aa199e into dotnet:inflight/current May 13, 2025
1 check passed
PureWeen pushed a commit that referenced this pull request May 14, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
github-actions bot pushed a commit that referenced this pull request May 15, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
PureWeen pushed a commit that referenced this pull request May 21, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
PureWeen pushed a commit that referenced this pull request May 21, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
github-actions bot pushed a commit that referenced this pull request May 22, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
github-actions bot pushed a commit that referenced this pull request May 30, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
github-actions bot pushed a commit that referenced this pull request May 30, 2025
* Fixed picker title's color

* Update PickerExtensions.cs
@github-actions github-actions bot locked and limited conversation to collaborators Jun 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Picker TitleColor not working on iOS
5 participants