Hi,

Maybe this doesn't have to do with the delay but I have this error on each
mouse move:

 domLib.js (line 535)
 event is not defined
 domLib_getEventPosition(mousemove clientX=0, clientY=0)domLib.js (line 535)
onmousemove(mousemove clientX=0, clientY=0)domTT.js (line 113)
 if(event.type != 'mousemove')

This is maybe due to the fact I'm using the tomahawk schedule tag inside
tobago panels...

If this doesn't sound familiar forgetabout it :-)

Regards,
Zied
2008/8/26 Zied Hamdi <[EMAIL PROTECTED]>

>  Hi again,
>
> I just notice it is really faster on firefox 2 (than on ie 7). The delay is
> visible but a lot smaller (2 secs insted of 20). So now I'm confused because
> I don't remember if I was using ie or firefox 4 months ago...
>
> I know that installing some programs like firebug has known performance
> issues on gmail. Maybe the scripts of tobago don't like one of my programs
> on ie (spybot, avast, or else).
>
> If anyone has noticed a comparable result please notify ;-).
>
> Regards,
> Zied
>
> 2008/8/26 Zied Hamdi <[EMAIL PROTECTED]>
>
>>  How are you Bernd,
>>
>> I think this is not related to the code of the page but to sth in the
>> environement. I've joined my menu page, 4 months ago exactly the same app
>> was working fine (it was on the same server, same dev tools etc...).
>>
>> Regards,
>> Zied
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <tc:menuBar xmlns="http://www.w3.org/1999/xhtml"; xmlns:jsp="
>> http://java.sun.com/JSP/Page"; xmlns:tc="
>> http://myfaces.apache.org/tobago/component";
>>  xmlns:tx="http://myfaces.apache.org/tobago/extension"; xmlns:ui="
>> http://java.sun.com/jsf/facelets"; xmlns:h="http://java.sun.com/jsf/html";
>>  xmlns:f="http://java.sun.com/jsf/core";>
>>  <tc:menu id="clients" label="Clients" accessKey="C">
>>   <tc:menuItem label="liste" accessKey="L"
>> actionListener="#{personCtrl.list}" action="personList" immediate="true">
>>    <f:attribute name="type" value="Client" />
>>   </tc:menuItem>
>>  </tc:menu>
>>  <tc:menu id="intervenants" label="Intervenants" accessKey="I">
>>   <tc:menuItem label="liste" accessKey="L"
>> actionListener="#{personCtrl.list}" action="personList" immediate="true">
>>    <f:attribute name="type" value="Intervenant" />
>>   </tc:menuItem>
>>  </tc:menu>
>>  <tc:menu id="commercials" label="Commerciaux" accessKey="I">
>>   <tc:menuItem label="liste" accessKey="L"
>> actionListener="#{personCtrl.list}" action="personList" immediate="true">
>>    <f:attribute name="type" value="Commercial" />
>>   </tc:menuItem>
>>  </tc:menu>
>>  <tc:menu id="contrats" label="Contrats" accessKey="F">
>>   <tc:menuItem label="Liste" accessKey="R" action="#{contractCtrl.list}"/>
>>  </tc:menu>
>>  <tc:menu id="tasks" label="#{i18n.tasks}" accessKey="F">
>>   <tc:menuItem label="Liste" accessKey="R" action="taskList"/>
>>  </tc:menu>
>>  <tc:menu id="configuration" label="Configuration" accessKey="F">
>>   <tc:menuItem label="#{i18n.resolution}" accessKey="R" />
>>   <tc:menu label="themes" accessKey="S">
>>    <tx:menuRadio value="#{configController.theme}">
>>     <f:selectItems value="#{configController.themeMenus}" />
>>    </tx:menuRadio>
>>   </tc:menu>
>>  </tc:menu>
>> </tc:menuBar>
>>
>> 2008/8/26 Bernd Bohmann <[EMAIL PROTECTED]>
>>
>> Hello Zied,
>>>
>>> can you send an example page, please?
>>>
>>> Regards
>>>
>>> Bernd
>>>
>>> Zied Hamdi schrieb:
>>>  > Sorry, I forgot to say that upgrading to the last stable build
>>> doesn't fix
>>> > the problem.
>>> >
>>> > Regards
>>> > Zied
>>> >
>>> > 2008/8/26 Zied Hamdi <[EMAIL PROTECTED]>
>>> >
>>> >>  Hi all (especially Volker and Bernd whom I didn't report anything for
>>> a
>>> >> while ;-)
>>> >>
>>> >> I had an intervention for a customer these last 4 months. For that
>>> Time my
>>> >> computer continued to live as a simple home computer (installing
>>> >> uninstalling and trying softs). Now that I'm back to my app I notice
>>> the
>>> >> tobago menus take nearly 20 seconds to reloads: for all that time the
>>> whole
>>> >> browser hangs on. I tried to begin on a clean environment by
>>> rebuilding on a
>>> >> new developement envirenoment but the problem persists: my menu isn't
>>> really
>>> >> complex: it has some 5 root level items with one submenu for each. I'd
>>> like
>>> >> to know what is the reason for this problem because if I encouter the
>>> same
>>> >> on a custumer computer I will have no answer.
>>> >>
>>> >> If anyone experience the same problems please let me know.
>>> >>
>>> >> Thanks and regards,
>>> >> --
>>> >> Zied Hamdi
>>> >> www.into-i.fr
>>> >> (previously in 2003)
>>> >> zatreex.sf.net
>>> >>
>>> >
>>> >
>>> >
>>>
>>
>>
>>
>> --
>> Zied Hamdi
>> www.into-i.fr
>> (previously in 2003)
>> zatreex.sf.net
>>
>
>
>
> --
> Zied Hamdi
> www.into-i.fr
> (previously in 2003)
> zatreex.sf.net
>



-- 
Zied Hamdi
www.into-i.fr
(previously in 2003)
zatreex.sf.net

Reply via email to