On 4/2/06, Harvey, David <
[EMAIL PROTECTED]> wrote:
Thanks, that fixed it (using demos/dojo/js files).
I didn't know the current demo is the place to get the Tacos-compliant
dojo files.
The only tacos mailing list I can find is tacos-dev. Are posts like
this OK in tacos-dev?
Regards,
David Harvey
Ingenix, Inc.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2006 6:49 PM
To: Tapestry users
Subject: Re: Shadow parameter crashing IE. Anybody have a workaround?
You posted the bug report at dojo not tacos.
Tacos bugtracker is at:
http://tacoscomponents.jot.com/BugReporter/
In general you should use the dojo files contained in tacos
demo/docroot/js/dojo . They're synced with dojo's svn every now and
then.
So, see if you still have problems with those files + inform us.
You might also like to join tacos mailing list
From [EMAIL PROTECTED]:
> Hello all,
> I have encountered a problem with a Tacos popup parameter where it
> crashes in IE. I've opened a bug on trac.dojotoolkit.org
> http://trac.dojotoolkit.org/ticket/593. I'm wondering if anybody has
> a workaround for it as I need to do a demo of my page in IE.
>
> InternetExplorer 6 on Windows XP/sp2. Dojo 0.2.2 and the Tacos Beta2
> (source snapshot) toolkit. This problem does not occur in FireFox 1.5.
>
> I'm using AjaxDirectLink to bring up a popup window. The html template
> code is below. When I hit this page in IE the script that attempts to
> bring up the popup window in IE throws up a debug message complaining
> of an error at line 9439 Error: Invalid Argument, followed by several
> Invalid Argument errors at line 837. Then IE's hourglass never goes
> away and the 'script error' icon in the lower left corner appears.
>
> Also a problem: in Firefox the shadow always appears even though I've
> requested hasShadow: false. Could these issues be related?
>
>
> <html>
> <body jwcid="$content$" border="20px"> <span jwcid="@Border"
> pageTitle="Dup Shadow Bug on IE">
> <br/>
> <div style="font-family:arial;font-size:10px; font-weight:bold;">
> Duplication of the shadow bug on IE
> </div>
> <br/>
> <br/>
> <form jwcid="[EMAIL PROTECTED]:AjaxForm">
> <a jwcid="[EMAIL PROTECTED]:AjaxDirectLink"
> listener="listener:popup"
> updateComponents="ognl:{'editValueArea'}"
> popup="
> literal:{
> title:'Edit Value Popup',
> widgetId:'editValueAreaWID',
> constrainToContainer:true,
> toggle:'none',
> hasShadow:false,
> resizable:false,
> persistenceWidgetPosition: false,
> contentNodeId:'editValueArea',
> style:'width: 360px; height: 480px; left: 100px; top:
> 100px; background-color:white;'
> }"
> >
> Click here</a>
>
> <!-- this is the content area -->
> <div style="display:none;">
> <div jwcid="[EMAIL PROTECTED]" id="editValueArea"
> style="font-family:arial;font-size:12px; font-weight:bold;">
> <strong>Popup content goes here</strong>
> <hr/>
> <span jwcid="[EMAIL PROTECTED]:AjaxEventSubmit"
> updateComponents="ognl:{'processClose'}" />
> <input jwcid="[EMAIL PROTECTED]"
>
> eventListener=">> </div>
> </div>
>
> </form>
> <br/><br/>
> <div jwcid="[EMAIL PROTECTED]" condition="ognl:closePopup">
> <script type="text/_javascript_">
> if (dojo.widget.byId ("editValueAreaWID"))
> {
> dojo.widget.byId("editValueAreaWID").hide();
> }
> </script>
> </div>
> </span>
> </body>
> </html>
>
>
> Thanks,
> David Harvey
> Ingenix, Inc.
>
> "Secure Server GDV" made the following annotations on 04/02/2006
> 07:30:33 PM ------------------------------"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."
> ==============================
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
"Secure Server BSK" made the following
annotations on 04/02/2006 09:16:45 PM
------------------------------"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."
==============================
-------------------------------------------------------
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?cmdlnk&kid0944&bid$1720&dat1642
_______________________________________________
Tacos-devel mailing list
[email protected]
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
