vsymguysung / ember-cli-summernote

ember cli addon for summernote
MIT License
31 stars 22 forks source link

Problems when shown in a modal. #20

Closed NeilAllen closed 7 years ago

NeilAllen commented 8 years ago

If the component is show inside a modal the Help page is displayed & clicking the X closes the whole thing; clicking elsewhere closes summernote but leaves the overlay.

capture

Like much of the work on npmjs incomplete & buggy; surely it only looks good on a CV if it's any good

vsymguysung commented 7 years ago

I upgraded the summernote to version 0.8.3. Could you please try it to see if you have the same issue with it ? If you can set up the test repo, that would be greatly helpful. Thanks.

gogromat commented 7 years ago

Same issue on "ember-cli-summernote": "^1.5.0",, which uses summernote 0.8.3. If you use {{summer-note ...}} in a bootstrap's modal it causes this problem.