1053 Posts in 383 Topics by 376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1704 Views |
-
tinymce iframe bug? after 2.4 upgrade

10 May 2010 at 10:02pm
After upgrading from 2.3.7 to 2.4 I noticed that Google maps contained in iframes within the tinymce editor break all text following the iframe. The text seems to become part of the iframe. The iframe is copied into the page using the Edit HTML Source of the tinymce editor. After some testing I found that including text within the <iframe></iframe> element stops it breaking.
Can anyone confirm this is a bug introduced by 2.4?
This doesn't work:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=exadium+uk&sll=37.09024,-96.503906&sspn=36.863178,91.494141&ie=UTF8&hq=exadium+uk&hnear=&radius=15000&ll=51.45882,-3.629801&spn=0.113345,0.357399&z=12&iwloc=A&cid=6460263702618688599&output=embed"></iframe> Test after the iframe
This does work:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=exadium+uk&sll=37.09024,-96.503906&sspn=36.863178,91.494141&ie=UTF8&hq=exadium+uk&hnear=&radius=15000&ll=51.45882,-3.629801&spn=0.113345,0.357399&z=12&iwloc=A&cid=6460263702618688599&output=embed">Google Maps</iframe> Text after the iframe
-
Re: tinymce iframe bug? after 2.4 upgrade

12 May 2010 at 2:31am Last edited: 12 May 2010 2:37am
Just noticed that this also happens with the same code in any HTMLText field. The pasted code has <iframe ... ></iframe>, HTMLText field changes this to <iframe ... /> which seriously breaks things.
-
Re: tinymce iframe bug? after 2.4 upgrade

21 June 2010 at 4:03pm
Did you figure this out? It's driving me crazy!!!
I can't include a simple Google maps without my site breaking because of this.
-
Re: tinymce iframe bug? after 2.4 upgrade

21 June 2010 at 8:22pm
Didn't find a permanent solution, I ended up entering some random text inside the iframe to make it work.
Fortunately the site only used a handful of maps directly in the editor.<iframe ...>Google Maps</iframe>
The only other solution would be to create a separate TextField to your page for your maps.
-
Re: tinymce iframe bug? after 2.4 upgrade

22 June 2010 at 1:51am
Heh, I actually thought about that as I was falling asleep last night. At any rate, your suggestion worked! Thanks!
-
Re: tinymce iframe bug? after 2.4 upgrade

5 July 2011 at 10:50pm
Bugger this bug is still not fixed.
| 1704 Views | ||
|
Page:
1
|
Go to Top |



