-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Setting button IsEnabled to 'true' does not dynamically change background color to match dark/light theme #16538
Comments
Some fun facts about this bug:
|
we lately merged a large change that should affect this, I need to retest on top of |
@StephaneDelcroix Which PR do you have in mind? #13818? |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
I can reproduce this, even with the setter specificity changes |
Allow having multiple layers of Bindings, useful for e.g. AppThemeBinding, Style, VSM - fixes #16538
Allow having multiple layers of Bindings, useful for e.g. AppThemeBinding, Style, VSM - fixes #16538
* [C] Port the specificity concept to Bindings Allow having multiple layers of Bindings, useful for e.g. AppThemeBinding, Style, VSM - fixes #16538 * test for 17354
* Removed references to GraphicsTester.Skia.Tizen from Maui-dev and Maui-vscode sln files. (#17334) * Enable requesting the full preview size on iOS drag shadow & iOS and Windows Samples (#17282) * Enable requesting the full preview size on iOS drag shadow * Add in windows drag and drop sample * Move itemssource class into main class --------- Co-authored-by: TJ Lambert (HE/HIM/HIS) <antlambe@microsoft.com> * Wait for parent to get set before realizing titleview (#17360) * [create-pull-request] automated change (#17362) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Make the taps work on all platforms (#17325) * Added integration test for maui blazor maccatalyst codesign verification. (#17331) * Added integration test for maui blazor maccatalyst codesign verification. * Created new Codesign class and moved SearchForExpectedEntitlements to it. * Updated to DotNetCurrent * [C] Replace value with same specificity (#17365) We don't have a test for that -fixes #17357 * Enable Mac Catalyst Controls Device Tests in CI (#17229) * Enable Mac Catalyst Controls Device Tests in CI * Disable failing tests * [C] Port the specificity concept to Bindings (#17215) * [C] Port the specificity concept to Bindings Allow having multiple layers of Bindings, useful for e.g. AppThemeBinding, Style, VSM - fixes #16538 * test for 17354 * Revert changes to setting context and add tests (#17348) * Remove macOS as that is not installed by default (#17379) * Increase timeouts to 4 hours (#17386) * Bump the aspnetcore group with 7 updates (#17345) Bumps the aspnetcore group with 7 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | | [Microsoft.AspNetCore.Components.WebView](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | | [Microsoft.JSInterop](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | | [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | | [Microsoft.AspNetCore.Authentication.Facebook](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | | [Microsoft.AspNetCore.Authentication.Google](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | | [Microsoft.AspNetCore.Authentication.MicrosoftAccount](https://github.com/dotnet/aspnetcore) | `7.0.10` | `7.0.11` | Updates `Microsoft.AspNetCore.Authorization` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) Updates `Microsoft.AspNetCore.Components.WebView` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) Updates `Microsoft.JSInterop` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) Updates `Microsoft.AspNetCore.Components.Web` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) Updates `Microsoft.AspNetCore.Authentication.Facebook` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) Updates `Microsoft.AspNetCore.Authentication.Google` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) Updates `Microsoft.AspNetCore.Authentication.MicrosoftAccount` from 7.0.10 to 7.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authorization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Components.WebView dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.JSInterop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Components.Web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Authentication.Facebook dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Authentication.Google dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore - dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [create-pull-request] automated change (#17388) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [X] fix CollectionItems enumeration (#17364) - fixes #17333 * passing test for #16960 (#17397) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dustin-wojciechowski <dustin.wojciechowski@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com> Co-authored-by: TJ Lambert (HE/HIM/HIS) <antlambe@microsoft.com> Co-authored-by: Shane Neuville <shneuvil@microsoft.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: E.Z. Hart <hartez@users.noreply.github.com> Co-authored-by: Stephane Delcroix <stephane@delcroix.org> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description
I have an issue:
Real life scenario:
Screen.Recording.2023-08-04.at.12.23.29.AM.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
7.0.92
Last version that worked well
7.0.92
Affected platforms
macOS
Affected platform versions
MacOS Ventura 13.4.1
Did you find any workaround?
Do not allow the user to dynamically change the theme. You can allow the user to change the theme, but require the application to be closed and reopened in order for the application theme to update to the requested dark/light theme.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: