Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gijgo editor bold not working #741

Open
tdanti opened this issue Jul 26, 2024 · 0 comments
Open

gijgo editor bold not working #741

tdanti opened this issue Jul 26, 2024 · 0 comments
Labels

Comments

@tdanti
Copy link

tdanti commented Jul 26, 2024

In gijgo editor BOLD button, set this code in html:
<span style="font-weight: normal;">

Why not set <b> or <span style="font-weight: bold;">?

This appen also in your example here: https://gijgo.com/editor

Can i fix this in gijgo.js or other file?

EDIT
Seems the problem is document.execCommand("bold") not working on Firefox browser. On Chrome is ok.

@atatanasov atatanasov added the bug label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants