mpowaga / meteor-autoform-summernote

https://atmospherejs.com/mpowaga/autoform-summernote
25 stars 18 forks source link

Safari issue #27

Open fcobcn opened 8 years ago

fcobcn commented 8 years ago

I'm not being able to edit text on safari, changing to code view allows editing. It's working properly on chrome and firefox. This is happening in meteor 1.2.0.2 and 1.2.1, with different versions of autoform-summernote and summernote itself. This could be related with using autoform-modal. I'm getting this error when clicking on the edit area:

TypeError: null is not an object (evaluating 'rng.isCollapsed') update summernote.js:5971 summernote.keyup summernote.mouseup summernote.change summernote.scroll summernote.js:5935 dispatchjquery.js:4664 handlejquery.js:4332 triggerjquery.js:4573 (anonymous function)jquery.js:5283 eachjquery.js:383 eachjquery.js:135 triggerjquery.js:5282 triggerEventsummernote.js:1601 (anonymous function)summernote.js:3743 dispatchjquery.js:4664 handlejquery.js:4332

UPDATE: This is definitely related to using autoform-modals, regular autoform works ok.