[TYPO3-project-formidable] Repaint Box -> Event get lost

Jerome Schneider typo3dev at ameos.com
Wed Dec 3 16:38:54 CET 2008


Hi Christof,

I tested and it works as expected. What browser are you using ?
You'll find the XML I used here:

http://formidable.typo3.ug/pastebin/snippet/57.html

Ps: I'm using revision 284

Regards,
Jerome Schneider

Christof Rodejohann a écrit :
> Hello,
> 
> i am using Fomidable 2.0.275 and when i am repainting a box the
> attached onmousoverevent gets lost.
> 
> This is my (simplified) example code:
> 
> <renderlet:BOX>
>    <childs>
>    <renderlet:BUTTON>
>       <onclick runat="ajax">
>         return $this->aORenderlets["renderlet_name"]->aChilds["box_foo]->majixRepaint()
>       </onclick>
>    </renderlet>
>    </childs>
> </renderlet>
> 
> <renderlet:BOX name="box_foo">
>   <style>width:150px;float:right;</style>
>      <onmouseover runat="client">
>        <userobj>
>           <php><![CDATA[
> 
> return	$this->aORenderlets["renderlet_name"]->aChilds["box_bar"]->majixToggleDisplay();
>           ]]></php>
>         </userobj>
>     </onmouseover>
>    <childs>
>    ....
>    </childs>
> </renderlet>
> <renderlet:BOX name="box_bar">
> ...
> </renderlet>
> 
> Before repainting box_foo the onmouseover event executes. Afterwards it is not.
> 
> Am i doing something wrong?
> 
> Regards,
> Christof


More information about the TYPO3-project-formidable mailing list