Announcement

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

    Fetch-bug in sample (data range requested twice, FF26 and IE11, not GC42)

    Hi Isomorphic,

    please see the sql_dynamic_reporting-sample.

    For me, the first two requests on startup are 0-15 and 0-22. If you scroll slowly, the next request is for 22-37. While I understand the 0-15 and the 15-gap (orderItemSupplyList.setDataPageSize(15)) in 22-37, I don't know where the 0-22 comes from.

    This happens with the online showcase (v10.0p_2015-05-07) and FF26 and IE11. For GC42, the two requests on startup are 0-15, 15-30 (as expected).

    Best regards
    Blama

    #2
    We'll check this out. Since this is a mild inefficiency and not a correctness issue, please expect a moderate wait (there are lots of support requests right now).

    Comment


      #3
      No problem, this is more of a FYI. For me, those bugs in the area of grouped ListGrids are more important as well; grouped ListGrids are the main UI element in my application.

      Best regards
      Blama

      Comment


        #4
        Hi,

        we have tried to reproduce on our side (both 10.0 and 10.1, FF 44.0.2) to no avail. What we see is that rows 0-75 are loaded initially, then, after scrolling, rows 75-150 are loaded, as expected.
        Maybe this is a fixed issue, as it was initially reported 27th May, 2015. Could you please retest on your side, with latest builds of 10.0 or 10.1?

        Thanks

        Comment


          #5
          Hi Isomorphic,

          the 1st observation is that I get Development Console Errors when opening the sample (FF26, GC48).
          Click image for larger version

Name:	DevConsoleError.png
Views:	53
Size:	32.3 KB
ID:	235185

          FF26 Copy&Paste:
          Code:
          00:11:42.796:TMR4:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb()
              at tb()
              at OLd()
              at $f()
              at Xod()
              at UIc/i.formatCellValue<()
              at $b()
              at cc()
              at bc/<()
              at isc_ListGrid__formatCellValue()
              at isc_ListGrid_getCellValue()
              at anonymous()
              at isc_GridRenderer__getCellValue()
              at isc_GridRenderer_getTableHTML()
              at isc_GridRenderer_getInnerHTML()
              at isc_c_Class_invokeSuper()
              at isc_c_Class_Super()
              at isc_GridBody_getInnerHTML()
              at isc_Canvas__getInnerHTML()
              at isc_Canvas__updateInnerHTML()
              at isc_c_Class_invokeSuper()
              at isc_GridRenderer__updateInnerHTML()
              at isc_Canvas__updateHTML()
              at isc_Canvas_redraw()
              at isc_c_Class_invokeSuper()
              at isc_GridRenderer_redraw()
              at isc_c_Class_invokeSuper()
              at isc_GridBody_redraw()
              at isc_c_Canvas_clearRedrawQueue()
              at isc_c_Class_fireCallback()
              at isc_c_Timer__fireTimeout()
              at isc_c_Timer_setTimeout/_6<()
              at anonymous()
          00:11:42.801:TMR4:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb()
              at tb()
              at OLd()
              at $f()
              at Xod()
              at UIc/i.formatCellValue<()
              at $b()
              at cc()
              at bc/<()
              at isc_ListGrid__formatCellValue()
              at isc_ListGrid_getCellValue()
              at anonymous()
              at isc_GridRenderer__getCellValue()
              at isc_GridRenderer_getTableHTML()
              at isc_GridRenderer_getInnerHTML()
              at isc_c_Class_invokeSuper()
              at isc_c_Class_Super()
              at isc_GridBody_getInnerHTML()
              at isc_Canvas__getInnerHTML()
              at isc_Canvas__updateInnerHTML()
              at isc_c_Class_invokeSuper()
              at isc_GridRenderer__updateInnerHTML()
              at isc_Canvas__updateHTML()
              at isc_Canvas_redraw()
              at isc_c_Class_invokeSuper()
              at isc_GridRenderer_redraw()
              at isc_c_Class_invokeSuper()
              at isc_GridBody_redraw()
              at isc_c_Canvas_clearRedrawQueue()
              at isc_c_Class_fireCallback()
              at isc_c_Timer__fireTimeout()
              at isc_c_Timer_setTimeout/_6<()
              at anonymous()
          00:11:42.806:TMR4:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb()
              at tb()
              at OLd()
              at $f()
              at Xod()
              at UIc/i.formatCellValue<()
              at $b()
              at cc()
              at bc/<()
              at isc_ListGrid__formatCellValue()
              at isc_ListGrid_getCellValue()
              at anonymous()
              at isc_GridRenderer__getCellValue()
              at isc_GridRenderer_getTableHTML()
              at isc_GridRenderer_getInnerHTML()
              at isc_c_Class_invokeSuper()
              at isc_c_Class_Super()
              at isc_GridBody_getInnerHTML()
              at isc_Canvas__getInnerHTML()
              at isc_Canvas__updateInnerHTML()
              at isc_c_Class_invokeSuper()
              at isc_GridRenderer__updateInnerHTML()
              at isc_Canvas__updateHTML()
              at isc_Canvas_redraw()
              at isc_c_Class_invokeSuper()
              at isc_GridRenderer_redraw()
              at isc_c_Class_invokeSuper()
              at isc_GridBody_redraw()
              at isc_c_Canvas_clearRedrawQueue()
              at isc_c_Class_fireCallback()
              at isc_c_Timer__fireTimeout()
              at isc_c_Timer_setTimeout/_6<()
              at anonymous()
          GC48 Copy&Paste:
          Code:
          00:14:35.964:INFO:ResultSet:isc_ListGrid_0:Creating new isc.ResultSet for operation 'summary' with filterValues: {
              "startDate":"2009-02-01",
              "endDate":"2009-02-28"
          }
          00:14:35.984:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):setCriteria: filter criteria changed, invalidating cache
          00:14:35.985:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):Invalidating cache
          00:14:35.995:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):getRange(0, 15) will fetch from 0 to 15
          00:14:35.998:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):fetching rows 0,15 from server
          00:14:37.785:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):getRange(0, 16) will fetch from 0 to 23
          00:14:38.501:XRP8:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):Received 15 records from server
          00:14:38.504:XRP8:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):cached 15 rows, from 0 to 15 (101 total rows, 15 cached)
          00:14:38.646:TMR2:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):getRange(0, 16) will fetch from 15 to 30
          00:14:38.709:TMR2:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@15)
              at tb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@18)
              at dMd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@19)
              at sg(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@46)
              at mpd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@25236)
              at <anonymous>(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@141)
              at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@29)
              at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@57)
              at formatCellValue(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@54)
              at isc_ListGrid__formatCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@55)
              at isc_ListGrid_getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@235)
              at eval(eval at isc__makeFunction (http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@122)
              at isc_GridRenderer__getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@331)
              at isc_GridRenderer_getTableHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@15)
              at isc_GridRenderer_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@648)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@93)
              at isc_c_Class_Super(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@170)
              at isc_GridBody_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@511)
              at isc_Canvas__getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@68)
              at isc_Canvas__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@155)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@771)
              at isc_Canvas__updateHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@57)
              at isc_Canvas_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@705)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@273)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridBody_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@23)
              at isc_c_Canvas_clearRedrawQueue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@110)
              at isc_c_Class_fireCallback(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@104)
              at isc_c_Timer__fireTimeout(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@166)
              at anonymous(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@40)
          00:14:38.761:TMR2:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@15)
              at tb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@18)
              at dMd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@19)
              at sg(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@46)
              at mpd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@25236)
              at <anonymous>(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@141)
              at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@29)
              at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@57)
              at formatCellValue(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@54)
              at isc_ListGrid__formatCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@55)
              at isc_ListGrid_getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@235)
              at eval(eval at isc__makeFunction (http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@122)
              at isc_GridRenderer__getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@331)
              at isc_GridRenderer_getTableHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@15)
              at isc_GridRenderer_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@648)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@93)
              at isc_c_Class_Super(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@170)
              at isc_GridBody_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@511)
              at isc_Canvas__getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@68)
              at isc_Canvas__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@155)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@771)
              at isc_Canvas__updateHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@57)
              at isc_Canvas_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@705)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@273)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridBody_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@23)
              at isc_c_Canvas_clearRedrawQueue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@110)
              at isc_c_Class_fireCallback(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@104)
              at isc_c_Timer__fireTimeout(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@166)
              at anonymous(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@40)
          00:14:38.794:TMR2:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@15)
              at tb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@18)
              at dMd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@19)
              at sg(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@46)
              at mpd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@25236)
              at <anonymous>(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@141)
              at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@29)
              at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@57)
              at formatCellValue(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@54)
              at isc_ListGrid__formatCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@55)
              at isc_ListGrid_getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@235)
              at eval(eval at isc__makeFunction (http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@122)
              at isc_GridRenderer__getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@331)
              at isc_GridRenderer_getTableHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@15)
              at isc_GridRenderer_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@648)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@93)
              at isc_c_Class_Super(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@170)
              at isc_GridBody_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@511)
              at isc_Canvas__getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@68)
              at isc_Canvas__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@155)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@771)
              at isc_Canvas__updateHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@57)
              at isc_Canvas_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@705)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@273)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridBody_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@23)
              at isc_c_Canvas_clearRedrawQueue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@110)
              at isc_c_Class_fireCallback(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@104)
              at isc_c_Timer__fireTimeout(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@166)
              at anonymous(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@40)
          00:14:38.875:TMR2:DEBUG:ListGrid:isc_ListGrid_0:delaying adjustOverflow: childDraw
          00:14:38.949:TMR3:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):fetching rows 15,30 from server
          00:14:39.251:XRP5:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):Received 15 records from server
          00:14:39.252:XRP5:INFO:ResultSet:isc_ResultSet_0 (dataSource: dynamicReporting_orderItem, created by: isc_ListGrid_0):cached 15 rows, from 15 to 30 (101 total rows, 30 cached)
          00:14:39.322:TMR6:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@15)
              at tb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@18)
              at dMd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@19)
              at sg(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@46)
              at mpd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@25236)
              at <anonymous>(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@141)
              at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@29)
              at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@57)
              at formatCellValue(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@54)
              at isc_ListGrid__formatCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@55)
              at isc_ListGrid_getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@235)
              at eval(eval at isc__makeFunction (http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@122)
              at isc_GridRenderer__getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@331)
              at isc_GridRenderer_getTableHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@15)
              at isc_GridRenderer_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@648)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@93)
              at isc_c_Class_Super(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@170)
              at isc_GridBody_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@511)
              at isc_Canvas__getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@68)
              at isc_Canvas__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@155)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@771)
              at isc_Canvas__updateHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@57)
              at isc_Canvas_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@705)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@273)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridBody_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@23)
              at isc_c_Canvas_clearRedrawQueue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@110)
              at isc_c_Class_fireCallback(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@104)
              at isc_c_Timer__fireTimeout(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@166)
              at anonymous(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@40)
          00:14:39.354:TMR6:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@15)
              at tb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@18)
              at dMd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@19)
              at sg(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@46)
              at mpd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@25236)
              at <anonymous>(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@141)
              at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@29)
              at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@57)
              at formatCellValue(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@54)
              at isc_ListGrid__formatCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@55)
              at isc_ListGrid_getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@235)
              at eval(eval at isc__makeFunction (http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@122)
              at isc_GridRenderer__getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@331)
              at isc_GridRenderer_getTableHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@15)
              at isc_GridRenderer_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@648)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@93)
              at isc_c_Class_Super(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@170)
              at isc_GridBody_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@511)
              at isc_Canvas__getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@68)
              at isc_Canvas__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@155)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@771)
              at isc_Canvas__updateHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@57)
              at isc_Canvas_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@705)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@273)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridBody_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@23)
              at isc_c_Canvas_clearRedrawQueue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@110)
              at isc_c_Class_fireCallback(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@104)
              at isc_c_Timer__fireTimeout(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@166)
              at anonymous(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@40)
          00:14:39.384:TMR6:WARN:Log:Uncaught exception escaped: java.lang.ClassCastException
          undefined
              at rb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@15)
              at tb(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@18)
              at dMd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@19)
              at sg(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@46)
              at mpd(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@25236)
              at <anonymous>(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@141)
              at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@29)
              at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@57)
              at formatCellValue(http://www.smartclient.com/smartgwtee/showcase/showcase/2B12669E69988604BCE2135DD43B4D72.cache.html@54)
              at isc_ListGrid__formatCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@55)
              at isc_ListGrid_getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@235)
              at eval(eval at isc__makeFunction (http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@122)
              at isc_GridRenderer__getCellValue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@331)
              at isc_GridRenderer_getTableHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@15)
              at isc_GridRenderer_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@648)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@93)
              at isc_c_Class_Super(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@170)
              at isc_GridBody_getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@511)
              at isc_Canvas__getInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@68)
              at isc_Canvas__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@155)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer__updateInnerHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@771)
              at isc_Canvas__updateHTML(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@57)
              at isc_Canvas_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@705)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridRenderer_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@273)
              at isc_c_Class_invokeSuper(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@162)
              at isc_GridBody_redraw(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Grids.js?isc_version=10.1p.js@23)
              at isc_c_Canvas_clearRedrawQueue(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@110)
              at isc_c_Class_fireCallback(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@104)
              at isc_c_Timer__fireTimeout(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@166)
              at anonymous(http://www.smartclient.com/smartgwtee/showcase/isc_ts-2016-02-22/showcase/sc/modules/ISC_Core.js?isc_version=10.1p.js@40)
          I'll see if the sample works anyway next.

          Best regards
          Blama

          Comment


            #6
            Hi Isomorphic,

            regarding the original report:
            It still happens with the online showcase (v10.1p_2016-02-22) and FF26 / IE11. For GC48, the two requests on startup are 0-15, 15-30 (as expected).

            Why would you expect a 0-75 range?
            There is
            Code:
            orderItemSupplyList.setDataPageSize(15);
            Best regards
            Blama

            Comment


              #7
              Actually, perhaps this is related to small dataPageSizes and drawAheadRatio?

              Comment


                #8
                Hi again,

                by mistake I tested against the smartclient version of the test (http://www.smartclient.com/#SQLdynamicReporting) instead of thew SGWT version (http://www.smartclient.com/smartgwte...amic_reporting). This is why I expected to see 0-75, and why it worked for me.
                I have just tested against the SGWT version and I could reproduce the problem, it fails in SGWT 5.1p (SC 10.1p) for FF 44.0.2 as you reported (two almost parallel fetch requests, returning 0-15 and 0-23), and I could also see the pop up warning. Now I'll try to figure out what is going on, fix it locally and let you know what was the cause, that could be related to the small dataPageSizes as you suggested. I'll let you know when it is fixed.

                Comment

                Working...
                X