Hi Anaël,

On Friday 08 January 2010 16:54:10 Anaël Ollier wrote:
> I think everything is in the title actually. I have a few Inline widgets on
> my page and everything else works fine but this 'appear' event. I even have
> several other events on them: click, mousedown, drag, drop, ... and they
>  all work fine.
> 
> A simple:
> myInline.addListener('appear', function(e) { alert('hello'); });
> after calling the constructor never displays the alert, while I can
>  interact with the container from the other events.
> 
> Is it a bug or did I miss someting?
The inline root is a special container which is directly added and rendered. 
This way the "appear" event is not fired because the element you link the 
inline root to is already there.

I guess we should either document this special behaviour or fire the "appear" 
event manually. 

Thanks for the question and I hope the answer is sufficient.

cheers,
  Alex

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to