It looks as if something has changed in dojo and now
IE doesn't like having the script definition
<script src="/js/dojo/dojo.js" type="text/javascript"></script>
after the base
<base href="http://my.server.com/"/> tag.

In other words, in IE, only thing that works is:
<head>
...
<script src="/js/dojo/dojo.js" type="text/javascript"></script>
...
<base href="http://my.server.com/"/>
...
</head>



Jesse Kuhnert wrote:

> Ahh..Well the one blog post he mentioned
> http://peterjanes.ca/blog/2003/12/03/hulk-smash is exactly why tacos
> does processing of js on a setTimeout call asynchronously. I hate IE.
>
>
> On 3/17/06, *Jesse Kuhnert* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     I didn't know we were suffering from any IE problems. There are of
>     course tons of IE issues to work around, but I don't know which
>     one it is?
>
>     I'll be doing lots of stuff this weekend, but not today.
>
>
>     On 3/17/06, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>* <
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>         After the latest dojo + prototype update,
>         it seems we're suffering from the IE problem that
>         Howard is also describing in:
>         http://howardlewisship.com/blog/2006/03/bitten-by-ie-once-again.html
>         <http://howardlewisship.com/blog/2006/03/bitten-by-ie-once-again.html>
>
>         A coincidence?
>
>         Anyway, i won't be able to look into it this weekend.
>         Any chance someone will test-drive latest CVS with IE?
>
>         --
>
>
>
>
>         -------------------------------------------------------
>         This SF.Net email is sponsored by xPML, a groundbreaking
>         scripting language
>         that extends applications into web and mobile media. Attend
>         the live webcast
>         and join the prime developer group breaking into this new
>         coding territory!
>         
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>         
> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
>         _______________________________________________
>         Tacos-devel mailing list
>         [email protected]
>         <mailto:[email protected]>
>         https://lists.sourceforge.net/lists/listinfo/tacos-devel
>         <https://lists.sourceforge.net/lists/listinfo/tacos-devel>
>
>
>
>
>     -- 
>     Jesse Kuhnert
>     Tacos/Tapestry, team member/developer
>
>     Open source based consulting work centered around
>     dojo/tapestry/tacos/hivemind.   http://opennotion.com
>
>
>
>
> -- 
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.   http://opennotion.com 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to