angular-summernote
angular-summernote copied to clipboard
Modal Closing Issue when multiple modals being used
I have placed the summernote editor inside a modal(say, parent modal) which has so many other fields along with summernote. When I try to insert picture using summernote, it pops-up a new modal(say, child modal) and does the work(it works fine). But when I close the child modal, the scroller of the parent modal disappears and the scroller becomes active for the page where I call the parent modal. It makes me unable to scroll the parent modal.
@JeevPRobinson what version are you on?
Do you mean?
You have summernote inside a modal. And then you're using the insert image modal. When you're closing this modal though, It does something that breaks the scrolling of the
summernote
base modal (which you refer as parent) and instead the page starts scrolling?
@steverob I am using summernote 0.7
Exactly Steve. That is the issue I am facing.
It was happened in angular-summernote
, not summernote
.
Could you provide an example to reproduce it?