Hello Skar,

theres an JS error in trunk, removing lines 317/318 in File
/qx/ui/core/scroll/NativeScrollBar.js works just fine. Code:

    /**
     * Stops propagation on the given even
     * 
     * @param e {qx.event.type.Event} the event
     */
    _onScroll : function(e) 
    {
    _stopPropagation : function(e) {
      e.stopPropagation();
    }
  }

The code 
    _onScroll : function(e) 
    {
has to be removed.

Regards,
Daniel


skar karthikeyan wrote:
> 
> I deleted the cache and rebuilt the app and now I get the error:
> 
>> >>> Resolving dependencies...
>> !!! Expected token/COMMA but found token/RP: ')'. 
>> file:qx.ui.core.scroll.NativeScrollBar, line:323, column:2
> 

-- 
View this message in context: 
http://www.nabble.com/scroll-container-not-working-tp25746566p25748546.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to