I compared the pages generated from
http://bison.ugent.be:8090/myfaces/schedule/example3.jsf & my website
for IE.

onmouseover is written for <a> from http://bison.ugent.be and my
website is generating it on <td>.

Here are sample tags .

http://bison.ugent.be

<a onmouseover="return makeTrue(domTT_activate(this, event, 'caption',
'Long lunch', 'content', '&lt;i&gt;&lt;/i&gt;', 'trail', true));"
href="#" 
onmousedown="document.forms['_idJsp0']['_idJsp0:schedule1'].value='67919381963643784189492317036278';
document.forms['_idJsp0'].submit()" class="entry" style="position:
absolute; height: 132px; top: 132px; left: 0.0%; width: 99.5%;
padding: 0px; overflow: hidden; border-width: 1.0px;
border-style:solid;">
                                                        <span 
class="title">Long lunch</span></a>

my website

<td style="width: 100%" onmouseover="return
makeTrue(domTT_activate(this, event, 'caption', 'Hearing Room 2: Paul
A. Trapani vs Allstate Insurance: 69-407-000008-06', 'content',
'&lt;i&gt; &lt;/i&gt;&lt;br/&gt;Terri Coley, Paul Trapani', 'trail',
true));">
                                                                        <a 
href="#"
onmousedown="document.forms['form1']['form1:schedule1'].value='602268';
document.forms['form1'].submit()">
                                                                        2:00 
PM-4:00 PM: Hearing Room 2: Paul A. Trapani
                                                                        vs 
Allstate Insurance: 69-407-000008-06</a></td>

On 2/1/06, Yogesh Chaudhari <[EMAIL PROTECTED]> wrote:
>
> Here are the screenshot, IE show wrong tooltip, also even on empty  place.
>
> Thanks, Yogesh
>
>
>
> On 2/1/06, Yogesh Chaudhari < [EMAIL PROTECTED]> wrote:
> > I am using schedule component from Sandbox 1.1.1 .
> >
> >
> >
> > On 2/1/06, Yogesh Chaudhari < [EMAIL PROTECTED]> wrote:
> > > 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="css/common.css" rel="stylesheet" media="screen"/>
> > >         <script type="text/javascript" src="javascript/alphaAPI.js"><!-- 
> > > -->
> > >         </script>
> > >         <script type="text/javascript" src="javascript/domLib.js" ><!-- 
> > > -->
> > >         </script>
> > >         <script type="text/javascript" src="javascript/domTT.js" ><!-- -->
> > >         </script>
> > >         <script type="text/javascript" src="javascript/fadomatic.js" 
> > > ><!-- -->
> > >         </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