Angular-editor font dropdown flickering issue
Opened this issue · 1 comments
SridharKitchappan commented
- When navigating from component A to Component B (Component B has an editor implemented there), Angular editor fonts dropdown is flickering upon opening.
Note: But after navigating to component B, if I refresh the page then fonts dropdown is working fine.
Attaching the image for your reference
Editor config:
editorConfig: AngularEditorConfig = {
editable: true,
spellcheck: true,
height: '10rem',
minHeight: '5rem',
placeholder: 'Enter text here...',
translate: 'no',
defaultParagraphSeparator: 'p',
defaultFontName: 'Arial',
toolbarHiddenButtons: [['bold'], ['backgroundColor']],
sanitize: true,
};
Tried options:
- Commented the global CSS font code which used *{} for applying fonts.
- Also tried defining font array with class, still didn't work.
Any help is appreciated. Thanks in advance.
srikarthikjoy commented
I have posted comments on issue #499. Please refer to them for more information.