The additional <p> tags may have something to do with the forced_root_block : 'p' in the config, but it would appear to be a TinyMCE bug more than anything... This has been the default setting (even though we provide it explicitly) since TinyMCE 3, and is almost always the desired option:
http://www.tinymce.com/wiki.php/Configuration:forced_root_block (Hah, I wrote this straight after my last email and didn't hit send - just saw your reply now, but I'll hit send anyway! So yeah, definitely wouldn't want to set that value to false...) On Tuesday, April 1, 2014 1:58:57 PM UTC+11, Mark Picker wrote: > > I've just tested the image resize problem with IE11 and it does NOT have > this problem. However (more great news...) I've noticed that IE11 has > another problem that Opera also has; when resizing the image it keeps > adding extra <p></p> tags after the img tag. So you end up with something > like: > > <p>Testing image resize</p> > <p><img src="/images/dmImage/SourceImage/background%2Dmining%2Ejpg" > border="0" width="537" height="359" /></p> > <p> </p> > <p> </p> > <p> </p> > <p> </p> > <p> </p> > > Slight difference is that Opera sometimes doesn't put a space between the > closing p tag. > > I was assuming these were TinyMCE bugs, not FarCry however I don't > experience the same issue when using the TinyMCE demo site. > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
