Hello,
I am attempting to use multiple jqxEditors on a single page. I am coming across an issue regarding the font color picker tool when multiple editors are on the page. When a font color is selected for any jqxEditor other than the first one, only the first editor’s graphic is updated to indicate the newly-selected color. This is minor, as the actual font color changes in the correct editor as expected. However, it may be confusing if a user selects a color to use in the second (or any but the first) editor on the page and it seems that the color on the first editor is what changed.
I have attached a JSFiddle link with a simplified example (as simple as I could think of). There are two editors on the page, and the only tool available is the font color picker. The issue is apparent when the second editor’s font color is changed. The graphic of the first editor’s font color is changed to show the color picked on the second editor.
https://jsfiddle.net/xpvt214o/769807/
If there are any suggestions on how to fix this issue, please share them. Otherwise, this may be an issue in JqWidgets itself.
Thanks,
Henry