Meinrad Recheis
Meinrad Recheis
> I'm not sure if this PR will create the same issues as mentioned here: [#8014 (comment)](https://github.com/MudBlazor/MudBlazor/pull/8014#issuecomment-1905873350) Which was fixed in #8081. I'm not sure how to test it. >...
@FeuFeve I see you tried to do it the same way but you didn't understand how the fix works. To clarify, by passing a lambda to `@onmouseenter` you are always...
> Am I wrong? If not, do you see any other option, or is the feature compromised? I see. There is another way, you can use `EventUtil.AsNonRenderingEventHandler`. Search the code...
But I suspect that in BSS this will cause lots of SignalR messages nonetheless?
Sorry, I answered too fast. Should have thought a minute first. You'll have to use a ternary expression in `@onmouseenter="@((RowMouseEnter.HasDelegate ? (args) => {...} : default))"` or similar
Yes, let's obsolete it. @Conman-123, please PR.
@ScarletKuro, what do you think? Somehow I don't like that our nice simple examples now would have to cast to (MarkupString) everywhere. I would love to just undo the MarkupString...
I guess what I propose would't counter the XSS vulerability :(
Question is, do we break in v6 or v7? Is this vulnerability worth breaking in v6? Another idea would be to just add an `AllowMarkupString` property to `MudGlobal` which people...
> Both solutions are fine with me. I'm more open to breaking change in the main-stream branch, since v7 future is too unknown. That makes sense, but it would be...