I've tracked down the IE10 image resizing issue, it's the 
bootstrap-tinymce.css that is setting the image height and width to "auto", 
and since TinyMCE is using width and height attributes to do the resizing, 
the CSS is overriding it. If I disable those two CSS properties in IE dev 
tools it fixes the problem - I'll have a commit for this shortly. (Note 
that you may need to clear your browser cache to force a refresh, it's 
sometimes tricky to get assets in an iframe to be flushed).

cheers,
Justin


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.

Reply via email to