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

Jesse Kuhnert closed TAPESTRY-1390.
-----------------------------------

    Resolution: Cannot Reproduce

> 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
>             Fix For: 4.1.2
>
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to