angular-summernote icon indicating copy to clipboard operation
angular-summernote copied to clipboard

Modal Closing Issue when multiple modals being used

Open JeevPRobinson opened this issue 8 years ago • 3 comments

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 avatar May 05 '16 05:05 JeevPRobinson

@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 avatar May 05 '16 10:05 steverob

@steverob I am using summernote 0.7

Exactly Steve. That is the issue I am facing.

JeevPRobinson avatar May 05 '16 10:05 JeevPRobinson

It was happened in angular-summernote, not summernote. Could you provide an example to reproduce it?

outsideris avatar May 18 '16 13:05 outsideris