danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
176 stars 33 forks source link

Calendar broke after 1.0.4 update #12

Closed Pvxtotal closed 1 year ago

Pvxtotal commented 1 year ago

image

Hi! Thank you for fixing issue #9 .

Unfortunately after updating to 1.0.4 my calendar looks like this. Can you help me?

danheron commented 1 year ago

It looks like some styles are missing. But it looks more like a MudBlazor problem than a MudCalendar problem. If you were just missing the MudCalendar styles then the buttons would still look correct.

Did you upgrade the version of MudBlazor you are using? Maybe your browser has cached an older version of the MudBlazor stylesheet.

Pvxtotal commented 1 year ago

It looks like some styles are missing. But it looks more like a MudBlazor problem than a MudCalendar problem. If you were just missing the MudCalendar styles then the buttons would still look correct.

Did you upgrade the version of MudBlazor you are using? Maybe your browser has cached an older version of the MudBlazor stylesheet.

My MudBlazor version is 6.2.2 - I tried on multiple browsers, same result. I'll try to downgrade my MudBlazor version.

Edit: I tried to downgrade MudBlazor to 6.1.9, unfortunately I got the same result

danheron commented 1 year ago

You don't need to downgrade MudBlazor - just make sure the stylesheet isn't cached. e.g. by clearing the browser cache.

Does the rest of your application still work? Do other MudBlazor components still look OK?

Can you tell me: Are you using Blazor wasm or server? Are you using .Net 6 or 7?

Pvxtotal commented 1 year ago

You don't need to downgrade MudBlazor - just make sure the stylesheet isn't cached. e.g. by clearing the browser cache.

Does the rest of your application still work? Do other MudBlazor components still look OK?

Can you tell me: Are you using Blazor wasm or server? Are you using .Net 6 or 7?

Blazor Server - .NET 7

The rest of application looks good. Everything's OK.

I tried to clear cache, I tried to open in private tabs, same result.

If I downgrade MudCalendar to 1.0.3 it goes back to normal.

danheron commented 1 year ago

I was able to recreate your problem now. I will fix it.