<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("novoMuralItemBtn");<br>
dojo.event.connect(this.novoItem,"onclick",this,"novoItemForm"); <br><br>dojo.lfx.rounded({antiAlias: false,<br> tl:{radius:3},tr:{radius:3},br:{radius:6},bl:{radius:6}},["panel"]);
<br>}<br></blockquote> <br> <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>