froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.27k stars 673 forks source link

Colors Tick Broken If Not Using FontAwesome #3657

Open danielcrabtree opened 5 years ago

danielcrabtree commented 5 years ago
Expected behavior.

A tick appears when a color is selected.

Actual behavior.

A missing font graphic appears saying F00C.

Steps to reproduce the problem.

Change the text color and then open the color chooser again to see the selected color.

Editor version.

3.0.5

OS.

Win 10

Browser.

Firefox 69

################################

I don't think the color picker should have dependency on FontAwesome.

This appears to be caused due to its use of FontAwesome when it should use an embedded icon.

.fr-popup .fr-color-set > span .fr-selected-color {
      color: #FFF;
      font-family: FontAwesome;
....
}
gothate commented 4 years ago

Very silly dependency

decpk commented 1 year ago

Is this not resolved yet? Where are we on this bug?