-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Visual state change for disabled RadioButton #23471
base: main
Are you sure you want to change the base?
Conversation
This looks good! Would you mind writing a test for it as well? :) |
@dustin-wojciechowski of course, I will write the test as soon as I find some time :) |
@dustin-wojciechowski I've added a UI test :) |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/rebase |
f037a64
to
db28cc0
Compare
/rebase |
db28cc0
to
21ed209
Compare
{ | ||
App.WaitForElement("button"); | ||
App.Click("button"); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the test change the theme and verify the disabled RadioButton on Light and Dark theme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | ||
Property = Grid.OpacityProperty, | ||
TargetName = "Grid", | ||
Value = 0.4f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a different value based on the system theme?
Description of Change
Fixes #18668
Fixes #18668 (comment)
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-07-07.at.02.01.55.mp4
Screen.Recording.2024-07-07.at.01.40.57.mov