Meinrad Recheis

Results 429 comments of Meinrad Recheis

@Conman-123 please continue this PR if you will. This is what we do: We keep `Add(string)` but it does not use `MarkupString` internally and we add the overload `Add(MarkupString)`. Marking...

Added to v7.0.0 Migration Guide #8447. @ScarletKuro please merge, if all is in order.

@Garderoben said that this is way harder to fix than he thought :(

I was thinking the same, it might be for those who expect that popups opened in the body will scroll under the `AppBar`. I think changing the index might be...

> @henon & @Garderoben Thought about it a bit longer & also given @Yomodo's workaround, why not simply exchange these 2 assignments: > > https://github.com/MudBlazor/MudBlazor/blob/eec5ae3c6d61a6754277e2fcdcda483c0b0fd96b/src/MudBlazor/Themes/Models/Z-Index.cs#L7-L8 > > > into this:...

Or if it can be argued that this was a bug all along we can even change it in the v6 branch.

I asked @Garderoben about this and here is his explanation why the default z-indices are the way they are: When you scroll the page body so that a select with...

What about something like `Theme.CurrentTheme.ZIndex.Popover`? Then we wouldn't have to make them properties static which is an antipattern.

Sorry I am not familiar with the current theming framework or with ThemeManager. I know that @mckaragoz has suggested adding a ThemeService, maybe that would be a good solution for...

> @henon should we change that message? Realistically, I don't think anyone is watching this issues, and I personally do not get notifications for them. It's rarely when I intervene...