Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Warning when scrolling ListGrid

    Hello,

    I am using (SC_SNAPSHOT-2011-03-13/PowerEdition Deployment 2011-03-13), with Mozilla Firefox 3.6.15.

    When I scroll my listgrid I get the following warning all the time. My application seems to just work with the warning, but I wonder where this comes from.

    I was unable to isolate exactly what piece of code caused it, so I wonder if someone could give a hint according to the warning message below?

    Code:
    10:10:19.892 [ERROR] [generatedcode] 10:10:19.886:SCR4:WARN:Log:Call to Super for method: $lh failed on: [Canvas ID:isc_CompanyRichTableView_1_0_body_vscroll_scrollbarCanvas]: couldn't find a superclass implementation of : Canvas.$lh
        Class.getStackTrace(_1=>undef,  _2=>undef,  _3=>undef,  _4=>undef)
        Class.invokeSuper(_1=>[Class Canvas],  _2=>"$lh",  _3=>undef,  _4=>undef,  _5=>undef,  _6=>undef,  _7=>undef,  _8=>undef,  _9=>undef,  _10=>undef)
        [o]Canvas.$lh(_1=>undef,  _2=>undef,  _3=>undef,  _4=>undef,  _5=>undef)
        onscroll(event=>[object Event])
            "return isc_CompanyRichTableView_1_0_body_vscroll_scrollbarCanvas.$lh();"
    
    com.smartgwt.client.core.JsObject$SGWT_WARN: 10:10:19.886:SCR4:WARN:Log:Call to Super for method: $lh failed on: [Canvas ID:isc_CompanyRichTableView_1_0_body_vscroll_scrollbarCanvas]: couldn't find a superclass implementation of : Canvas.$lh
        Class.getStackTrace(_1=>undef,  _2=>undef,  _3=>undef,  _4=>undef)
        Class.invokeSuper(_1=>[Class Canvas],  _2=>"$lh",  _3=>undef,  _4=>undef,  _5=>undef,  _6=>undef,  _7=>undef,  _8=>undef,  _9=>undef,  _10=>undef)
        [o]Canvas.$lh(_1=>undef,  _2=>undef,  _3=>undef,  _4=>undef,  _5=>undef)
        onscroll(event=>[object Event])
            "return isc_CompanyRichTableView_1_0_body_vscroll_scrollbarCanvas.$lh();"
        at sun.reflect.GeneratedConstructorAccessor42.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
        at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
        at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
        at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
        at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
        at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
        at java.lang.Thread.run(Thread.java:680)

    #2
    This warning is spurious, and has now been removed. Thanks for the report.

    Comment

    Working...
    X