-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
When Editor is in read mode or toolbar is hidden mode. Toolbar flashes for a while then disappear. #1023
Comments
I want my editor toolbar hidden initially. So I put hideToolbar false. But initially toolbar is visible by microseconds and then hidden. It creates a flash, looks bad to user. Can you make editor toolbar hidden by default. |
There is no option to hide the toolbar in the first place. |
The 2.43.9 version has been updated. |
This option was available earlier also. So how does your new |
"suneditor-react" is not a package I manage. |
I tried to add this option but , it shows
I am using React 18, Nextjs 12 and suneditor 2.43.9 and latest suneditor-react |
suneditor-react is not a package I manage. |
But this |
I don't understand what you mean. |
hideToolbar option is not available in recent version. 2.43.11 ---- great job.. Now i see nice user experience, no flash of toolbar appears and goes. |
1 similar comment
hideToolbar option is not available in recent version. 2.43.11 ---- great job.. Now i see nice user experience, no flash of toolbar appears and goes. |
Even though editor
hideToolbar={ true }
andreadOnly={ true}
Initially Whole toolbar flashes for a while and then disappear. This is more visible when computer is slow.This looks very ugly (Creates bad user experience as many user gave me feedback) when there are multiple suneditor on same page.
Default toolbar should be hidden. And should show after rendering if condition allow.
The text was updated successfully, but these errors were encountered: