I’m not sure if your problem is with all browsers or just with Firefox. If so, just try if it works by changing the following line in the plugin script from
$res .= ‘forced_root_block : “”,’.$le;
to
$res .= ‘forced_root_block : “p”,’.$le;
elminster, THANK YOU!
It’s real solution to the problem – the ‘p’ tag.
I had same problem with blockquote button in MCEComments. There is was no effect by click on button, when comment text has no any formating. But if add < div > or < p > tag it’s become all right.
Thanks for your code changes, it’s made default < p > in < blockquote > tag.