-
Notifications
You must be signed in to change notification settings - Fork 132
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
Source Mode Editing bug fixed #33
base: master
Are you sure you want to change the base?
Conversation
Hello and thanks ! can you elaborate a little bit on what the problem is and how can I reproduce it ? And / or could you add tests ? |
i see this as well but i thought it was a wysiwyg problem? if you modify the content of the wysiwyg while viewing the source ... the underlying model doesnt change... you have to click the source button again, to go back to visual mode, then the model gets updated |
It because model updates on events require change focus. If you click somewhere else model updates too. |
|
+1 |
@l0c0luke @human-- |
Have the same issue, please accept the commit... |
Conflicts: angular-ckeditor.min.js angular-ckeditor.min.map bower.json package.json
@JBustin Here's a plunkr that demonstrates the issue https://plnkr.co/edit/ZTNJXJA7GsTKlBMjRPio?p=preview Try typing something in, an alert with updated model is going to show up only after you click 'Source' again |
If a user made some changes in the source mode the model will update only upon clicking the source mode button