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

[Bug]: Autogenerated EditModal of Datagrid in FullSize does not Render Background if Content higher than screen. #5718

Open
oaldrian opened this issue Aug 28, 2024 · 2 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working

Comments

@oaldrian
Copy link
Contributor

Blazorise Version

1.6.0

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

https://github.com/oaldrian/BlazoriseReproductions/tree/datagrid-modal-background-rendering

Steps to reproduce

  • create a datagrid with many editable columns
  • DataGridEditMode.Popup
  • ModalSize.Fullscreen
  • Click Edit
  • scroll down

What is expected?

Background is correctly Rendered

What is actually happening?

Background is not Rendered if content is higher than Screen height

What browsers do you see the problem on?

Chrome, Microsoft Edge

Any additional comments?

see #4777 for the same issue with "manual" modals

@oaldrian oaldrian added the Type: Bug 🐞 Something isn't working label Aug 28, 2024
@David-Moreira
Copy link
Contributor

So is it not the same issue and fix as in #4777 ?

@David-Moreira David-Moreira self-assigned this Aug 31, 2024
@oaldrian
Copy link
Contributor Author

oaldrian commented Sep 1, 2024

So is it not the same issue and fix as in #4777 ?

It may be. But as it is reproducible in a clean environment, and it happens with the auto generated modal from the data grid editmode pop up it needs a fix somewhere in blazorise code if I am not mistaken....

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
Status: 🔙 Backlog
Development

No branches or pull requests

2 participants