lula / ngx-summernote

Summernote editor for Angular :sunglasses:
MIT License
102 stars 41 forks source link

Foreground color is not working in IE browser #57

Open jenny86520 opened 5 years ago

jenny86520 commented 5 years ago

I put some message in edit block, and select a foreground color for it, like this in chrome's developer tools:

in chrome

but, if in IE, text's foreground color is not working, like this:

in IE

I think that the problem is *"color: #000" in ".note-frame "**. Because when I uncheck the "color: #000" in IE's developer tools, the text's foreground color is working !

but, I don't know how to use code to solve. Please help me, thanks !

jenny86520 commented 4 years ago

I find that is "node_modules/summernote/dist/summernote-lite.js" in angular.json file has problem. I turn "node_modules/summernote/dist/summernote-lite.js" into another source from https://github.com/summernote/summernote, then it's working ! Maybe has more correct solution for this problem, if has, please tall me, thanks !

lula commented 4 years ago

@jenny86520

I turn "node_modules/summernote/dist/summernote-lite.js" into another source from https://github.com/summernote/summernote, then it's working ! What do you mean?