I'll try to look at this...

FYI, when i updated tacos to dojo 0.3.1 i used the kitchen-sink profile:
http://download.dojotoolkit.org/release-0.3.1/dojo-0.3.1-kitchen_sink.zip
http://download.dojotoolkit.org/release-0.3.1/dojo-0.3.1-kitchen_sink/
if you take a look at the dojo.js.uncompressed.js size you'll see it's 499K
So, the different size is due to the different profile...

The reason for the update was so that we could all know what dojo version
we're using (instead of tacos using dojo from trunk)

Anyway, i'll try re-downloading and doing a diff...


[EMAIL PROTECTED] wrote:
> Sorry to spam to both lists but this has been driving me absolutely crazy.
>  
> The dojo shipped with the 10-July source snapshot of Tacos3 (linux ls 
> -l output)
> ------------------------------------------------------------------------------------------------------------------
> 511162 Jun 19 16:23 dojo.js.uncompressed.js* 
> sum -r output:
> 00186   500 dojo.js.uncompressed.js
>  
> This version has the problem with event.connect in IE described below 
> and in various other postings.  Unfortunately Tacos makes extensive 
> use of event.connect so this causes lots of problems with Tacos. 
>  
> The dojo I was just referred to as working with the onload in IE  
> (linux ls -l output)
> ---------------------------------------------------------------------------------------------------------------------
> 307834 Jul 28 08:59 dojo.js.uncompressed.js*
> sum -r output:
> 21831   301 dojo.js.uncompressed.js
>  
> This version works with the tacos4-beta-3-20060710-1929-lib (i.e. the 
> 10 July source snapshot of Tacos). 
>  
> Question: why the difference between the two in size (511k vs. 307k) 
> and functionality?
>  
>  
>  
>
> ------------------------------------------------------------------------
> *From:* [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] *On Behalf Of *Jesse 
> Kuhnert
> *Sent:* Friday, July 28, 2006 8:33 AM
> *To:* [EMAIL PROTECTED]
> *Subject:* Re: [Dojo-interest] Still don't get the onload in Internet 
> Explorer 6
>
> Is it possible that your dojo.js.uncompressed.js is fuc-#$-ed somehow?
>
> I haven't played around in tacos in a while, but I can say that this 
> built dojo version definitely works: 
> http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/dojo/
>
> On 7/28/06, [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>*<[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     This is weird.  I'm using the exact same configuration.  I don't
>     get the
>     popup warning security bar at the top.  If I hardcode an alert to an
>     event (instead of using dojo.conect) I get one as expected, so
>     it's not
>     like I have all the alerts turned off or anything.  I wish I could
>     figure out the problem.
>
>     About dojo.addOnLoad: I had another poster here tell me that
>     dojo.addOnLoad doesn't work.  I'm using the Tacos toolkit to produce
>     this code and that's what they emit.  Same for the dojo.event.  Thanks
>     for the FYI, tho.
>
>     -----Original Message-----
>     From: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     [mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>] On Behalf Of
>     Nguyen, Tom
>     Sent: Friday, July 28, 2006 8:17 AM
>     To: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     Subject: RE: [Dojo-interest] Still don't get the onload in Internet
>     Explorer 6
>
>
>     Your code run fine in IE6 for me, it gave me an alert.  FYI:  Did
>     u miss
>     that security bar at the top and select allow content?
>
>     I tested with dojo 0.3.1 IE6.0.2900.2180.xpsp_sp2....
>
>     FYI:
>             1.  It's good practice and easier to use dojo.addOnLoad.
>             2.  No need to require dojo.event because it's one of those
>     standard framework package that get load all the time because it's
>     required by everything.
>
>     Regards,
>
>     Tom Nguyen
>     Sr. Developer
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>     > -----Original Message-----
>     > From: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     [mailto:dojo-interest- <mailto:dojo-interest->
>     > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>] On
>     Behalf Of [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     > Sent: Friday, July 28, 2006 9:07 AM
>     > To: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     > Subject: [Dojo-interest] Still don't get the onload in Internet
>     Explorer 6
>     >
>     > Does anybody know why the following doesn't work (no alert at
>     onload)
>     in
>     > IE 6?   I do get the alert with the exact same code in FF 1.5.  I'm
>     > using dojo 0.3.1.
>     >
>     > Thanks in advance for your help.
>     >
>     > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>     > "http://www.w3.org/TR/html4/loose.dtd";>
>     > <html>
>     > <head>
>     > <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
>     > <title>What happened to onload when running in IE?</title> </head>
>     >
>     > <body marginheight="0" topmargin="0" leftmargin="0">
>     > <!--  added for DOJO -->
>     > <script type="text/javascript">
>     > <!--
>     >     djConfig = { isDebug: true,
>     >                  baseRelativePath: "common/dojo/",
>     >                  preventBackButtonFix: false,
>     >                  parseWidgets: false
>     >                  };
>     > // --></script>
>     > <script type="text/javascript"
>     > src="common/dojo/dojo.js.uncompressed.js"></script>
>     > <script type="text/javascript">
>     > <!--
>     >      dojo.require ("dojo.event");
>     > // --></script>
>     >
>     > <script language="JavaScript" type="text/javascript">
>     > <!--
>     >       dojo.event.connect(window, "onload", function()
>     >       {
>     >            alert("Alert at onload");
>     >       });
>     > // --></script>
>     > </body>
>     > </html>
>     >
>     >
>     > "Secure Server GDV" made the following  annotations on 07/28/2006
>     > 09:07:41 AM ------------------------------"This e-mail, including
>     > attachments, may include confidential and/or proprietary
>     information,
>     > and may be used
>     only
>     > by the person or entity to which it is addressed. If the reader of
>     this e-
>     > mail is not the intended recipient or his or her authorized
>     agent, the
>
>     > reader is hereby notified that any dissemination, distribution or
>     copying
>     > of this e-mail is prohibited. If you have received this e-mail in
>     error,
>     > please notify the sender by replying to this message and delete this
>     e-
>     > mail immediately."
>     > ==============================
>     > _______________________________________________
>     > Dojo FAQ: http://dojo.jot.com/FAQ
>     > Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
>     > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     > http://dojotoolkit.org/mailman/listinfo/dojo-interest
>     _______________________________________________
>     Dojo FAQ: http://dojo.jot.com/FAQ
>     Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
>
>
>
>     "Secure Server GDV" made the following
>     annotations on 07/28/2006 09:29:21 AM
>     ------------------------------"This e-mail, including attachments,
>     may include confidential and/or proprietary information, and may
>     be used only by the person or entity to which it is addressed. If
>     the reader of this e-mail is not the intended recipient or his or
>     her authorized agent, the reader is hereby notified that any
>     dissemination, distribution or copying of this e-mail is
>     prohibited. If you have received this e-mail in error, please
>     notify the sender by replying to this message and delete this
>     e-mail immediately."
>     ==============================
>     _______________________________________________
>     Dojo FAQ: http://dojo.jot.com/FAQ
>     Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     http://dojotoolkit.org/mailman/listinfo/dojo-interest
>     <http://dojotoolkit.org/mailman/listinfo/dojo-interest>
>
>
>
>
> -- 
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around 
> dojo/tapestry/tacos/hivemind.
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tacos-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>   

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to