question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

note-popover appearing in top left on page load

See original GitHub issue

Sorry if this is user error, but I have read through the documentation.

I have summernote included in a project and initialized on a page. The editor works fine.

The only problem is that I have one (sometimes two) popovers showing in the top right of the page every time the page loads (see screenshot).

The code to initialize is simply

$('#pqqinsurance').summernote({ height: 150, placeholder: 'Enter insurance information here...', });

so I’m unsure why it is appearing. The following html is added to the bottom of my page…

<div class="note-popover popover in note-link-popover bottom"> <div class="arrow"></div> <div class="popover-content note-children-container"><span><a target="_blank"></a>&nbsp;</span><div class="note-btn-group btn-group note-link"><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Edit"><i class="note-icon-link"></i></button><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Unlink"><i class="note-icon-chain-broken"></i></button></div></div></div> and <div class="note-popover popover in note-image-popover bottom"> <div class="arrow"></div> <div class="popover-content note-children-container"><div class="note-btn-group btn-group note-imagesize"><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Resize Full"><span class="note-fontsize-10">100%</span></button><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Resize Half"><span class="note-fontsize-10">50%</span></button><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Resize Quarter"><span class="note-fontsize-10">25%</span></button></div><div class="note-btn-group btn-group note-float"><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Float Left"><i class="note-icon-align-left"></i></button><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Float Right"><i class="note-icon-align-right"></i></button><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Float None"><i class="note-icon-align-justify"></i></button></div><div class="note-btn-group btn-group note-remove"><button type="button" class="note-btn btn btn-default btn-sm" tabindex="-1" title="" data-original-title="Remove Image"><i class="note-icon-trash"></i></button></div></div></div>

Any help would be very much appreciated!

screenshot of google chrome 31-03-2017 14-08-27

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

46reactions
marquez20commented, Jan 19, 2018

$(‘.summernote’).summernote({ height: 300, popover: { image: [], link: [], air: [] } });

32reactions
emmanuelstroemcommented, Jul 15, 2018

i had the same issue with bootstrap 4. used summernote-bs4.css and summernote-bs4.js it works now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

summernote note-popover appearing in top left on clicking ...
There seems to be a conflict between summernote and bootstrap 4 that causes that error to display, after unzipping summernote file use ...
Read more >
Popovers · Bootstrap v5.0
One way to initialize all popovers on a page would be to select them by their ... Four options are available: top, right,...
Read more >
Bootstrap Popover Plugin - W3Schools
The Popover plugin is similar to tooltips; it is a pop-up box that appears when the user clicks on an element. The difference...
Read more >
ion-popover - Ionic Framework
A Popover is a dialog that appears on top of the current page. It can be used for anything, but generally it is...
Read more >
Popovers in bootstrap with examples - GeeksforGeeks
Top Alignment: In this type of popover alignment, the popover content is displayed at the top of the element on which we have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found