Creating Custom toolbar button with tooltip issue
See original GitHub issueThank you a lot for helpful and important plugin.
steps to reproduce
- create normal html div or textarea tags.
- create a summernote instance with custom button as described in the official documentation.
- The issues arise in editor body scroll and when you press fullscreen something calculated wrongly for the editor body.
browser version and os version and summernote version
What is your browser and OS? windows 7 windows 10 chrome explorer 11 What is your summernote version? 0.8.9
screenshot of issue
The following jsfiddle could reproduce the issues (commenting tooltip: 'hello',
will solve the issue, but make the custom button without tooltip):
https://jsfiddle.net/javatmp/8fm5vq50/
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to add tooltips for toolbar buttons? - Flexmonster
Hi Dear Team, Is there a way to add tooltips for the buttons of toolbar(please see the attached screenshot)?
Read more >Adding a Tooltip for Custom Toolbar Buttons
Hi, so I created a custom toolbar using a MadCap Flare tutorial (below) and added a custom button. When I publish the project,...
Read more >Creating custom Basic toolbar buttons - TinyMCE
Name of the icon to be displayed. Must correspond to an icon: in the icon pack, in a custom icon pack, or added...
Read more >ExtJS toolbar button tooltip does not seem to respond to settings
In order to avoid this behavior, I've been trying make the tooltip appear just over the button. At first this seemed simple, because...
Read more >How to add tooltip to the grid toolbar and grid row action button
I cannot add a tooltip to both a toolbar button and a action button located in the grid row. Please look at my...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice work @DiemenDesign ! Love it 😃
I looked a the code, the problem is in summernote-bs4.js @ line 218:
options.container
is not defined, maybe we could test it in the if.@JavaTMP a temp fix in your custom summernote plugin is to add this option in your ui.button call:
Example:
Work for me, hope it helps.
Thanks again for summernote, it rocks! 👍
Seems like the container option is made configurable since 7b497639c468a19702b6b8725122e9ba540434e5.