Hi Nazar,

the problem was the iconSize="off" on toolbar, i never tested this since
the javascript reorg :-(.

I just commited a fix, please update and test again.

Regards,
  Volker


Nazar Stasiv wrote:
> Hello all,
> 
> This is urgent. Our project is nearing the release date and I ask for help 
> with 
> recent tobago revision 389809.
> I think the problem exists here tobago\html\standard\standard\script\tobago.js
>   imageMouseout: function(id) {
>     var image = this.element(id);
>     var normal = this.images[id].normal;
>     if (normal != 'null' && normal != image.src) {
>       image.src = normal;
>     }
>   },
> 
> 
> small screenshot
> 
> 
> 
> 
> <t:cell>
>     <t:toolBar iconSize="off">
> 
>                 <t:toolBarCommand id="start_process_button_up" 
> action="#{processes.startProcess}"
>                    label="Start"/>
> 
>                 <t:toolBarCommand id="activate_process_action" type="script" 
> action="alert('todo')"
>                    label="Activate"/>
> 
>                 <t:toolBarCommand id="retire_process_action" type="script" 
> action="alert('todo')"
>                    label="Retire"/>
> 
>     </t:toolBar>
> </t:cell>
> 
> 
> ------------------------------------------------------------------------
> 

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to