You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a bug, but I'm not sure if it is related to demo itself or our integration
Go to DemoForm Component (e.g. npm start)
Click Submit button.
Click Reset button.
Expected result
All from fields (with CKEditor included) are cleared.
Actual result
The previous value is left in CKEditor and cleared only after Reset button is pressed second time.
Other details
It happens only for classic editor (rechecked and it also happens for divarea editor, however it seems it started occurring in 1.0.0 version). Also if Submit is not clicked, reset works fine.
Browser: Tested on Chrome.
OS: macOS
Integration version: 1.0.0
CKEditor version: 4.13
Installed CKEditor plugins: standard-all preset
The text was updated successfully, but these errors were encountered:
f1ames
changed the title
Reset doesn't work after form submit for the first time in FormDemo Component for classic editor
Reset doesn't work after form submit for the first time in FormDemo Component
Nov 21, 2019
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
Looks like a bug, but I'm not sure if it is related to demo itself or our integration
DemoForm Component
(e.g.npm start
)Submit
button.Reset
button.Expected result
All from fields (with CKEditor included) are cleared.
Actual result
The previous value is left in CKEditor and cleared only after
Reset
button is pressed second time.Other details
It happens only for(rechecked and it also happens forclassic
editordivarea
editor, however it seems it started occurring in1.0.0
version). Also ifSubmit
is not clicked, reset works fine.1.0.0
4.13
standard-all
presetThe text was updated successfully, but these errors were encountered: