You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org> on 2007/03/29 12:37:25 UTC

[jira] Commented: (TAPESTRY-1390) DatePicker component doesn't work in IE

    [ https://issues.apache.org/jira/browse/TAPESTRY-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485143 ] 

Andreas Andreou commented on TAPESTRY-1390:
-------------------------------------------

Are you using dojo or any other js libraries?
Perhaps this is related to http://issues.apache.org/jira/browse/TAPESTRY-935

What happens if you set renderBaseTag to false in your Shell component?
http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/Shell.html


> DatePicker component doesn't work in IE
> ---------------------------------------
>
>                 Key: TAPESTRY-1390
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1390
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>         Environment: Windows XP sp2 on intel mp based system, IE7, Tapestry 4.0.1, jdk 1.5.0_06
>            Reporter: Sharif Uddin
>
> Im trying to use a Tapestry 4.0.1's  DatePicker component in a page like this
> <form jwcid = "form">
> ...
> <input jwcid="@DatePicker" value="ognl:lastLoginDate"/>
> ...
> </form>
> But  im experienced a problem in IE while accessing this page which popup an error message showing the following information.
> ------------------------------------------------------------------
> Internet Explorer cannot open the Internet site
> http://localhost:8080/.../searchUser.html?.s=ia.
> Operation Aborted 
> ------------------------------------------------------------------
> It works fine on FireFox!
> I've tried using the following javascript code on the page as suggested in 
> http://issues.apache.org/jira/browse/TAPESTRY-173
> http://issues.apache.org/jira/browse/TAPESTRY-222
> <script type="text/javascript"> 
> function getPoint(aTag) {
>    var oTmp = aTag; 
>    var point = new Point(0,0);
>   
> do {
>       point.x += oTmp.offsetLeft;
>       point.y += oTmp.offsetTop;
>       oTmp = oTmp.offsetParent;
>    } 
>    while (oTmp && oTmp.tagName != "BODY");
> return point;
> } 
> </script>  
> But the problem still remains.
> Is there any solution ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org