Skip to content
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

Using material: ModalSize.Extralarge is same width as ModalSize.FullScreen #5063

Closed
DomenicoFormoso opened this issue Oct 13, 2023 · 1 comment
Assignees
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@DomenicoFormoso
Copy link

DomenicoFormoso commented Oct 13, 2023

Blazorise Version

1.3.1

What Blazorise provider are you running on?

Material

Link to minimal reproduction, or a simple code snippet

public Task MostraArticolo()
{
    return ModalService.Show<DialogArticolo>(parameters =>
    {
        parameters.Add(x => x.IdArticolo, IdArticolo);
        parameters.Add(x => x.OnSuccess, Aggiornare);
    }, new ModalInstanceOptions()
    {
        UseModalStructure = false,
        Size = ModalSize.ExtraLarge
    });
}

Steps to reproduce

Open https://materialdemo.blazorise.com/tests/modals
Click on 'ExtraLarge Modal'

Open new tab browser
Open https://bootstrap5demo.blazorise.com/tests/modals
Click on 'ExtraLarge Modal'

Note the differences in size

What is expected?

I expect smaller size than full screen

What is actually happening?

Actually the dimensions of FullScreee and ExtraLarge look the same. This does not happen, for example, using bootsrap.

What browsers are you seeing the problem on?

No response

Any additional comments?

No response

@DomenicoFormoso DomenicoFormoso added the Type: Bug 🐞 Something isn't working label Oct 13, 2023
@stsrki stsrki added this to the 1.3 support milestone Oct 13, 2023
@stsrki stsrki closed this as completed Oct 18, 2023
@DomenicoFormoso
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants