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
{{ message }}
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
In the latest version of ng-quill
The $window scroll is moving when we have fixed height for ".editor-container".
The text was updated successfully, but these errors were encountered:
mir-nawaz-10p
changed the title
When model of ng-quill-editor doesn't updated dynamically without typing in editor.
model of ng-quill-editor doesn't updated dynamically without typing in editor.
Nov 19, 2015
I do not want two-way data-binding for that to not destroy the original quill-editor behavior.
To solve your Problem:
After the editor is created you get the editor instance via an angularjs event "editorCreated". $scope.$on("editorCreated", function (event, quillEditor) { // store editor instance });
Thanx. It worked for me .
But the scroll issue still persists.
I want a fixed height ".editor-container" div.
but it affects the scroll behavior of the of parent div and ".editor-container" div.
also when clicking on toolbar the ".editor-container" div's scroll moves to top on IE and FF.
Thanx for the help
Regards
Mir
the scroll behavior sounds like a quill editor problem.
I do not add additional css stylings. I only upgraded quilljs and angularjs in the latest version.
issue
When model of ng-quill-editor doesn't updated dynamically without typing in editor.
update model at run time without typing it doesn't update model.
Here is a link to a similar type issue.
http://stackoverflow.com/questions/29731771/ng-quill-text-editor-only-updates-once
please enable two way data binding
In the latest version of ng-quill
The $window scroll is moving when we have fixed height for ".editor-container".
The text was updated successfully, but these errors were encountered: