ryancramerdesign / InputfieldTinyMCE

TinyMCE v6 for ProcessWire 3.0.200+
2 stars 2 forks source link

TinyMCE not initialized (in FieldsetOpen) #9

Closed esszett closed 2 years ago

esszett commented 2 years ago

Setup fields @tpl

TinyMCE doesn't get initialized when trying to edit field "text" after opening "wrap". expected behavior: on pageedit, opening the closed fieldset "wrap" should trigger the nested field "text" to load TinyMCE.


SERVER DETAILS ProcessWire: 3.0.200 PHP: 8.0.23 Webserver: Apache/2.4.54 (Unix) OpenSSL/1.1.1q MySQL Server: 5.7.39 MySQL Client: mysqlnd 8.0.23

ryancramerdesign commented 2 years ago

Thanks @esszett I think I've got that issue fixed, are you able to test to confirm?

esszett commented 2 years ago

I've done my tests, also nested in repeater items – it works. Thank you for the quick fix!