Re: FarCry 7 bugs

Justin Carter <[email protected]> Mon, 31 Mar 2014 21:11:06 -0700 (PDT)
Newsgroups gmane.comp.cms.farcry.devel
Message-ID <[email protected]>
------=_Part_4048_2701472.1396325466866
Content-Type: text/plain; charset=UTF-8

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: farcry-dev-/[email protected]
To unsubscribe, email: farcry-dev+unsubscribe-/[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 farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/d/optout.

------=_Part_4048_2701472.1396325466866
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">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 tha=
t you may need to clear your browser cache to force a refresh, it's sometim=
es tricky to get assets in an iframe to be flushed).<div><br></div><div>che=
ers,</div><div>Justin<div><br><br>On Tuesday, April 1, 2014 1:58:57 PM UTC+=
11, Mark Picker wrote:<blockquote class=3D"gmail_quote" style=3D"margin: 0;=
margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir=
=3D"ltr"><div>I've just tested the image resize problem with IE11 and it do=
es NOT have this problem.&nbsp; However (more great news...) I've noticed t=
hat IE11 has another problem that Opera also has; when resizing the image i=
t keeps adding extra &lt;p&gt;&lt;/p&gt; tags after the img tag. So you end=
 up with something like:</div><div>&nbsp;</div><div>&lt;p&gt;Testing image =
resize&lt;/p&gt;<br>&lt;p&gt;&lt;img src=3D"/images/dmImage/<wbr>SourceImag=
e/background%<wbr>2Dmining%2Ejpg" border=3D"0" width=3D"537" height=3D"359"=
 /&gt;&lt;/p&gt;<br>&lt;p&gt; &lt;/p&gt;<br>&lt;p&gt; &lt;/p&gt;<br>&lt;p&g=
t; &lt;/p&gt;<br>&lt;p&gt; &lt;/p&gt;<br>&lt;p&gt; &lt;/p&gt;</div><div>&nb=
sp;</div><div>Slight difference is that Opera sometimes doesn't put a space=
 between the closing p tag.</div><div>&nbsp;</div><div>I was assuming these=
 were TinyMCE bugs, not FarCry however I don't experience the same issue wh=
en using the TinyMCE demo site.</div></div></blockquote></div></div></div>

<p></p>

-- <br />
You received this message cos you are subscribed to &quot;farcry-dev&quot; =
Google group.<br />
To post, email: farcry-dev-/[email protected]<br />
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]<br />
For more options: <a href=3D"http://groups.google.com/group/farcry-dev">htt=
p://groups.google.com/group/farcry-dev</a><br />
--------------------------------<br />
Follow us on Twitter: <a href=3D"http://twitter.com/farcry">http://twitter.=
com/farcry</a><br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;farcry-dev&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]">farcry-d=
ev+unsubscribe-/[email protected]</a>.<br />
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br />

------=_Part_4048_2701472.1396325466866--