Hi,

Sandox

I am using Sandbox Schedule component using Oracle ADF (Sun RI) & app. server OC4j.   Tooltip & themes were not working,  so I extracted all _javascript_ & css files from sandbox.jar and put it into my web project,  I put the reference to these files in my page.

        <link href="" rel="stylesheet" media="screen"/>
        <script type="text/_javascript_" src="" -->
        </script>
        <script type="text/_javascript_" src="" ><!-- -->
        </script>
        <script type="text/_javascript_" src="" ><!-- -->
        </script>
        <script type="text/_javascript_" src="" ><!-- -->
        </script>

Page is rendered correctly in both Firefox & IE.   ToolTip are displayed correctly in firefox.  

But in IE6 & IE7, Whichever event I point first, tooltip is displayed correctly for that event, then  I moved any other event or blank date cell, same tooltip is displayed, even other area of browser same tooltip appears. 

I tested online sandbox examples  on http://bison.ugent.be:8090/myfaces/schedule/example3.jsf,  It is showing tooltip correctly in IE too.

I do not know what is problem with page,  as I have put the all _javascript_ files reference, ie do not raise _javascript_ error.

Any suggestion is appreciated.

Thanks, Yogesh



Reply via email to