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="onclick=components.closePopup">Close</input>
      </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]

Reply via email to