New Issue editor toolbar cuts out buttons, like "Add a link", "Insert code", and more
See original GitHub issueLove the extension but this has been bothering me ever since I installed it. Some editor buttons end up missing - and a different set is missing in different cases.
New Issue
without extension:
New Issue
with extension:
As you can see, on New Issue
pages, the link, insert code, and a few other buttons are missing. However, they’re present in the Leave a comment UI
and a different set of buttons is missing there.
Add a comment
without extension:
Add a comment
with extension:
Why is this happening and can it be fixed?
Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
CKEditor Samples » Toolbar Configuration
This sample page demonstrates editor with loaded full toolbar (all registered buttons) and, if current editor's configuration modifies default settings, ...
Read more >Text toolbars - Carbon Design System
A text toolbar is a set of buttons and menus that allows users to edit text, search keywords, attach files, and embed links....
Read more >ckeditor - How to add a custom button to the toolbar that calls ...
First of all click on Source button mentioned in Editor then paste the button code over there, As I use CSS to create...
Read more >Rich Text Editor Toolbar & Buttons | Branch CMS Documentation
The Cut, Copy, and Paste buttons are all under the Edit dropdown menu. ... For more information on inserting and editing links, please...
Read more >Toolbar Buttons Available for TinyMCE | Docs
Complete list of toolbar buttons available for the toolbar and quick toolbars. · The core toolbar buttons · A11yChecker plugin · Advanced Code...
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
Hello there - I’ll have a look at it in the next few days
As a solution, we should drop the
markdown-toolbar > :nth-last-child
lines altogether and target the button specifically, like we do formd-mention
andmd-ref
. The downside is that there will be extra spacing in some cases but that’s much better than hidden useful buttons.