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
varquill1=newQuill('#editor-container1',{placeholder: 'Compose an epic...',theme: 'snow'});varquill2=newQuill('#editor-container2',{placeholder: 'Compose an epic...',theme: 'snow'});quill1.on('text-change',function(delta,oldDelta,source){if(source=='user'){quill2.updateContents(delta);}});
Select some format (for example, bold) in top editor and start typing
Expected behavior: bold symbols appearing in both editors
Actual behavior: focused editor loses focus after one bold symbol entered
Platforms: Firefox 47, Firefox 49.0a2 and Chrome 51.0.2704.106 on OS X
If multiple editors are on page, when one editor focused and another one receives content updates with formatting the first editor loses focus.
Steps for Reproduction
Visit http://beta.quilljs.com/playground/
Insert HTML code
Insert JS code
Select some format (for example, bold) in top editor and start typing
Expected behavior: bold symbols appearing in both editors
Actual behavior: focused editor loses focus after one bold symbol entered
Platforms: Firefox 47, Firefox 49.0a2 and Chrome 51.0.2704.106 on OS X
Version: 1.0.0-beta.9
This misbehavior appeared after 7f1fa0d commit
The text was updated successfully, but these errors were encountered: