They may still be tinyMCE bugs. They possibly only manifest in the way we embed the editor.
I would note that contributors should avoid modifying the image width/height inline -- it leads to all sorts of badness :) I'd be keen to see how we could *block* image re-size options in the editor. GB On 1 April 2014 13:58, Mark Picker <[email protected]> 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. > -- 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.
