MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.18k stars 3.43k forks source link

MaterialDesignMultiFloatingActionAccentPopupBox accessible and visible even if button is not visible #504

Closed Insire closed 2 years ago

Insire commented 8 years ago

I got the following problem:

DefaultView (notice the slightly lighter rectangle in the middle - i call this popup for now): testapp vshost_2016-09-22_17-32-30

Bug When i put the mouse cursor where the popup would be if i expand one of the flyouts testapp vshost_2016-09-22_17-32-37

What i get when i expand the flyout (as expected) testapp vshost_2016-09-22_17-32-46

I really like the MaterialDesignMultiFloatingActionAccentPopupBox, but sadly this makes it barely usable. I also noticed that the popup doesnt update if the button gets moved for example.

Example Repo

ButchersBoy commented 8 years ago

Ha, interesting, because: https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PopupBox.xaml#L329

I should be able to make adjust this "trick"/workaround for the dark theme so you don't see the box.

As for the positioning when used on the flyout, I'll have to do some more investigation.

Sergey-Terekhin commented 7 years ago

I have such bug if XAML designer with PopupBox is opened in background