Regression in standard initialization script in 2.2.0
Closed this issue · 3 comments
VincentChalnot commented
Hello,
The incriminated line:
https://github.com/stfalcon/TinymceBundle/blob/v2.2.0/Resources/public/js/init.standard.js#L21
Should be:
https://github.com/stfalcon/TinymceBundle/blob/v2.1/Resources/public/js/init.standard.js#L21
Because getElementsByClassName does'nt work with a leading "."
nicolallias commented
I ran into it too. How can those using v2.3 are not concerned?
Maybe a majority of integrators happen to pass the id instead?
VincentChalnot commented
Maybe they're using the jQuery initialization script (that never worked for me BTW).
Maybe no one upgraded to v2.2...