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

PLEASE FIX :::: IE Bold Issue #54

Open
klipmaniac opened this issue Oct 28, 2015 · 2 comments
Open

PLEASE FIX :::: IE Bold Issue #54

klipmaniac opened this issue Oct 28, 2015 · 2 comments

Comments

@klipmaniac
Copy link

Chrome is fine. In IE as soon as you mouse click in the textarea of the WYSIWYG, BOLD is highlighted automatically without any typing or any current text in the textarea, and if you type something and highlight your text and then click BOLD it will not bold. All the other tools seem to work fine (although changing font color seems not to work either in IE). Please advise. Thanks

iebold1
iebold2

@hoangtuan438
Copy link

hoangtuan438 commented Sep 7, 2016

I tested on firefox and got the same problem with klipmaniac.
I reviewed the code and saw "scope.cmdState('bold')" always return "true"
Can you help me to solve this problem

When I run your demo, it works perfectly on firefox. But when I add it to my project, the "bold" is always active. I don't know why. Please help me for that

Thanks for your help

@hoangtuan438
Copy link

Hi @klipmaniac ,

I think I know what problem here. It happens because we have a style "font-weight" for the parent DOM
Just remove this style, you will solve your problem. It solved my problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants