Hey, that's quite an interesting read. Cute IE bug there. Well, anyways - it does offer a solution: Include the script tag that loads dojo before the base tag. (well, make it absolute in that url).
cheers felix On Sep 30, 2008, at 12:02 PM, Van Daele, Koen wrote: > > http://trac.dojotoolkit.org/ticket/1991 > > http://trac.dojotoolkit.org/ticket/557 > >> -----Oorspronkelijk bericht----- >> Van: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Namens Felix Gilcher >> Verzonden: dinsdag 30 september 2008 11:52 >> Aan: Agavi Users Mailing List >> Onderwerp: Re: [Agavi-Users] FPF, Base, Dojo and the bane of >> webdevelopers >> >> Hi Koen, >> >> I'm using the self-closing <base href="fooo" /> all the time >> and it works fine in all versions of IE6. Do you have any >> reference that states that it does not work, I'd like to know >> more about that. >> >> chers >> >> felix >> >> On Sep 30, 2008, at 11:46 AM, Van Daele, Koen wrote: >> >>> Hi all, >>> >>> I'm faced with a problem that emerges from using a combination of >>> Dojo, the <Base> tag, the FPF and (of course) IE6. >> Apparently IE can't >>> handle <base href="foo" /> and needs to have it as <base >>> href="foo"></base>. >>> The recommended fix for this is using: >>> <base href='foo'/><!--[if IE]></base><![endif]--> >>> >>> This works fine, but anytime I have a form where the FPF is used in >>> combination with Dojo IE6 can't load the page. After checking the >>> output in firebug it looks to me as if the FPF 'fixes' the >> output from >>> <base></base> to <base/>. Does anyone know a way around this? >>> >>> Greetings, >>> Koen >>> >>> Koen Van Daele >>> IT-verantwoordelijke >>> Vlaams Instituut voor het Onroerend Erfgoed Phoenix gebouw - Koning >>> Albert II laan 19 bus 5 1210 Brussel >>> >>> Tel.: 02/553.16.82 >>> Website: http://www.vioe.be >>> >>> >>> >>> <Koen Van Daele >>> (koen >>> .vandaele >>> @rwo >>> .vlaanderen.be).vcf>_______________________________________________ >>> users mailing list >>> [email protected] >>> http://lists.agavi.org/mailman/listinfo/users >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.agavi.org/mailman/listinfo/users >> > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
