-
Notifications
You must be signed in to change notification settings - Fork 697
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
After updating to version 2.0.181011001, the appbarbutton reveal border only covers a part of the control #6
Comments
Thanks for your feedback! We have a fix pending for this but it was not included in this update. We should have an update published this week with the fix. |
Thank you very much for the quick reply. This also seems to be an issue with the default platform styles on Windows 1809. Will it be fixed there as well? |
No, unfortunately the fix did not make it in to the 1809 update. The fix will be available in the MUX package so that can help you mitigate the issue. |
this is the best thing about winui library @jevansaks we can get quick fixes in the platform controls this way, also it would be even faster if community can also actively contribute to the code, would that be possible soon? |
We just pushed https://www.nuget.org/packages/Microsoft.UI.Xaml/2.0.181018003 with a fix. Can you try that? |
@touseefbsb we're excited about it too! We are working on a plan for contributions. I will share more details about it when we're ready. For now we hope to be able to at least be more responsive to community issues and requests like this. Keep it coming! |
I can confirm that the update has fixed this issue. Thank you very much. Please also fix the corresponding style in Windows as soon as possible because it is a really bad developer experience if the default styles are broken. |
Absolutely. The fix should also be in a Windows Insider flight soon. |
…isual updates (#3991) * ListViewItem/GridViewItem Visual Updates - Phase #1 * Incremental work for new insider Windows SDK support * Incremental work #2 for new insider Windows SDK support * Incremental work #3 for new insider Windows SDK support * Incremental work #4 for new insider Windows SDK support * Incremental work #5 for new insider Windows SDK support * Incremental work #6 for new insider Windows SDK support * Upgrading to insider Windows SDK version 10.0.21296.0 * Switching to use more accurate UseInternalSDK instead of UseInsiderSDK * ListViewItem/GridViewItem: moving High Contrast resources from ResourceKey='AccentAAFillColorDisabledBrush' type to Color='{ThemeResource SystemColorWindowColor}' type. * Simplifications: no more LatestWithVisualUpdate, LatestWithoutVisualUpdate options, _vu suffix, exception catch, RSx changes * Deleting unneeded GridViewItem_themeresources.xaml * Using Insider SDK again * Using Insider SDK again * Upgrading CustomTasks.dll version from 1.0.70 to 1.0.71 after its publication * Also using 21h1_generic.xaml on 21H1 OS
After updating the WinUI library to the version mentioned in the title, the following markup:
leads to the reveal border only partially covering the button:
with the previous WinUI version it looked like this:
This happens on Windows version 1809 (17763.55) and corresponding SDK. Please note that this styling issue also seems to appear without the WinUI library added to the project (it was fine on Windows version 1803 without WinUI) and that the older WinUI version was apparently able to fix it.
The text was updated successfully, but these errors were encountered: