Üdv
Itt nem szolgáltatóbeli probléma lesz, hanem a tinymce-ben van egy
függvény,egész pontosan ez:

fixGeckoBaseHREFBug : function(m, e, h) {
var nl, i;

if (TE3.isGecko) {
if (m == 1) {
h = h.replace(/\ssrc=/gi, " xsrc=");
h = h.replace(/\shref=/gi, " xhref=");

return h;
} else {
var el = new
Array('a','img','select','area','iframe','base','input','script','embed','object','link');

for (var a=0; a<el.length; a++) {
var n = e.getElementsByTagName(el[a]);

for (i=0; i<n.length; i++) {
var xsrc = TE3.getAttrib(n[i], "xsrc");
var xhref = TE3.getAttrib(n[i], "xhref");

if (xsrc != "") {
n[i].src = TE3.convertRelativeToAbsoluteURL(TE3.settings['base_href'],
xsrc);
n[i].removeAttribute("xsrc");
}

if (xhref != "") {
n[i].href = TE3.convertRelativeToAbsoluteURL(TE3.settings['base_href'],
xhref);
n[i].removeAttribute("xhref");
}
}
}
}
}

return h;
},

Gondolom Firefoxék javították ezt a gecko bugot és ezért már nincs szükség
erre a kis patch-re.



2010/10/14 Imre Tóth <timr...@gmail.com>

> Szia!
>
> Pontosan!
> Nekem a maxer a szolgáltatóm.
> Neked?
>
> Üdv, Imre
>
>
> 2010/10/14 CeLkA <celkap...@gmail.com>:
> > Helló!
> > Nem joomlaban ugyan,de tinymceben (3.x) az új firefoxxal nekem is
> problémás
> > a képbeillesztés. (2szer kell elvégezni a müveletet).
> > Üdv
> >
> > 2010/1
>
>
> --
> __________________________________
> Tóth Imre
> Bocskai István Általános Iskola
> Hajdúnánás
> Hungary
> www.bocskai.net
> blog.sulinet.hu/oktinf
>
> _______________________________________________
> Techinfo mailing list
> Techinfo@lista.sulinet.hu
> Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo
> Illemtan: http://www.szag.hu/illemtan.html
> Ügyfélszolgálat FAQ: http://www.kozhaloportal.hu/gyik/altalanos/
>
>
_______________________________________________
Techinfo mailing list
Techinfo@lista.sulinet.hu
Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo
Illemtan: http://www.szag.hu/illemtan.html
Ügyfélszolgálat FAQ: http://www.kozhaloportal.hu/gyik/altalanos/

válasz