fix(dialog): improved handling of scrollable content
- Improves the handling of scrollable content inside the
mat-dialog-contentby using flexbox, rather than a hardcodedmax-height, to define the content height. This resolves various issues where the dialog would go out of the screen at certain screen sizes or have multiple scrollbars. - Uses flexbox to ensure that the dialog content elements are always at the appropriate size.
Fixes #2481. Fixes #3239. Fixes #6584. Fixes #8493.
Addressed the feedback @jelbourn.
Looking forward to this merge!
Great work on this PR! I am really looking forward to this enhancement as well. It looks like the only reason it hasn't been merged in yet is because the Travis CI build failed due to server issues. Can someone please re-run the build? Thanks!
What are the presubmit failures that are keeping this from being merged? I, too, am having the same scrolling issues with the material dialogs.
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. Please help to unblock it by resolving these conflicts. Thanks!
This fix will be very helpful. Any updates on the PR?
Hi, I would really appreciate this fix too, we've been waiting for a year now for this to land (we're eager to take out our own hacks to overcome some issues that this would fix..)
So, any news about this @crisbeto @jelbourn ?
It's blocked until we can resolve this change breaking some things inside Google.
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. Please help to unblock it by resolving these conflicts. Thanks!
Hi @jelbourn is this issue still blocked on your side?
Yes
This fixes #13190
@crisbeto is this PR going to happen?
This PR would fix major problems I'm having using MatDialog, any updates?
What is the status of this PR? When will it be completed.
@jelbourn is this still blocked?
Yes- we haven't work on this since the last update. At this point, we'll probably see if we can address this as part of our work on integrating MDC-web into the components.
@jelbourn have you had a chance to find out whether integrating MDC-web into the components will solve the problems that this PR intended to solve?
@crisbeto is this something you've looked at for the mdc dialog?
I haven't looked into the MDC dialog since somebody else implemented it.
@crisbeto Looks like this PR has fallen out of date, can you please rebase the PR.
Hope this PR is not abandoned and will be merged someday