Open cleblond opened 6 years ago
Here is what I've found so far. If my tinymce selector is based on class selector: '.eofeedback' it does not work in 4.7.1 or 4.7.5
If however the selector is based on id selector: '#eofeedback' it works in 4.7.1 or 4.7.5
using selector: 'textarea" also fails
The problem occurs when u try to init tinymce on more than one textarea. In our case the last instance has the ability to upload files but previous instances not.
See the solution on this post https://github.com/trippo/ResponsiveFilemanager/issues/357 https://github.com/trippo/ResponsiveFilemanager/issues/357
Il giorno 24 gen 2018, alle ore 17:56, sotebuy notifications@github.com ha scritto:
The problem occurs when u try to init tinymce on more than one textarea. Than usually in our case the last instance has the ability to upload files but previous instances not.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/trippo/ResponsiveFilemanager/issues/433#issuecomment-360200588, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeWEYvluoxnMT0Fi4szu5Kmwi5M8xPTks5tN2DJgaJpZM4Ro8EY.
I can't seem to get rfm working with tinymce 4.7.5. The rfm button doesn't show in 4.7.5 but does work with 4.4.3. I'm not seeing any console errors or anything...any ideas?