<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">this.novoItem = dojo.byId(&quot;novoMuralItemBtn&quot;);<br>
&nbsp;&nbsp;&nbsp; dojo.event.connect(this.novoItem,&quot;onclick&quot;,this,&quot;novoItemForm&quot;);&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  <br><br>dojo.lfx.rounded({antiAlias: false,<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;tl:{radius:3},tr:{radius:3},br:{radius:6},bl:{radius:6}},[&quot;panel&quot;]);&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;
<br>}<br></blockquote>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; <br><br>The element connected with 'dojo.event.connect' is inside 'panel' (which is the rounded element). When I do this, the event appears to be disconnected after the round function. Why is that happening? To make it work, I have to round first and then connect events, but some times I just canīt do that.  
<br>