You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description: When text in modal is longer than the height of the page, it is scrollable. When scrolling with mousewheel everything works. When you move scroll with mouse, it is registered as clickedInBackdrop in ModalContainerComponent. Because scrollbar is part of the modal-container element. This hides the modal (when you dont set ignoreBackdropClick to true).
Plunker/StackBlitz that reproduces the issue:
Just add many lines of text to basic modal in demo page and you can reproduce the issue.
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 5.6.2
Expected behavior
Clicking inside scrollbar should not hide modal.
The text was updated successfully, but these errors were encountered:
woricek
added a commit
to woricek/ngx-bootstrap
that referenced
this issue
Aug 6, 2020
Bug description: When text in modal is longer than the height of the page, it is scrollable. When scrolling with mousewheel everything works. When you move scroll with mouse, it is registered as clickedInBackdrop in ModalContainerComponent. Because scrollbar is part of the modal-container element. This hides the modal (when you dont set ignoreBackdropClick to true).
Plunker/StackBlitz that reproduces the issue:
Just add many lines of text to basic modal in demo page and you can reproduce the issue.
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 5.6.2
Expected behavior
Clicking inside scrollbar should not hide modal.
The text was updated successfully, but these errors were encountered: