Announcement

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

    ComboBoxItem setEditorValueMapFunction causes javascript error

    Hi,


    when clicking on the grid in the countryCodeField in this standalone repro case, a javascript error occurs. I can't seem to figure out what's going wrong.
    The valuemap will be different for other fields, but doesn't work on this field alone.


    Code:
    final Map <String, String> customEnum = new HashMap<String, String>();
    customEnum.put("Europe1", "Europe1");
    customEnum.put("Europe2", "Europe2");
    
    final ListGrid countryGrid = new ListGrid();
    countryGrid.setWidth100();
    countryGrid.setHeight100();
    countryGrid.setShowAllRecords(true);
    
    ListGridField countryCodeField = new ListGridField("countryCode","Code", 40);
    ComboBoxItem enumSelectItem = new ComboBoxItem();
    countryCodeField.setEditorType(enumSelectItem);
    countryCodeField.setEditorValueMapFunction(new EditorValueMapFunction() {
    	public Map<String, String> getEditorValueMap(Map values, ListGridField field, ListGrid grid) {
    		//Retrieve custom ValueMap (will vary for different ListGridFields)
    		return customEnum;
    	}
    });
    
    ListGridField nameField = new ListGridField("countryName", "Country");
    ListGridField independenceField = new ListGridField("independence","Nationhood", 225);
    independenceField.setType(ListGridFieldType.DATE);
    ListGridField populationField = new ListGridField("population","Population");
    populationField.setType(ListGridFieldType.INTEGER);
    ListGridField gdpField = new ListGridField("gdp", "GDP ($B)");
    gdpField.setType(ListGridFieldType.FLOAT);
    
    countryGrid.setFields(new ListGridField[] { countryCodeField,nameField, independenceField, populationField, gdpField });
    countryGrid.setCanResizeFields(true);
    countryGrid.setData(CountryData.getRecords());
    countryGrid.setCanEdit(true);  
    countryGrid.setEditEvent(ListGridEditEvent.CLICK);
    
    countryGrid.draw();


    dev mode
    SmartGWT LGPL build 21-09-2010

    #2
    Please post the JavaScript stack trace - instructions for getting it are in the FAQ.

    Please always indicate browser, and note that Chrome Dev Mode is basically broken until a bug slated for GWT 2.1 is fixed.

    Comment


      #3
      Sorry for that, but I have no idea where I can see a JavaScript trace in the developer console.

      I'm seeing a JavaScript error, what do I do?

      Open your Smart GWT Developer Console in Internet Explorer and you'll find a stack trace logged
      by Smart GWT. This may make it obvious what the problem is (look for obviously bad parameters
      being passed into methods).
      When I do something and it gives me a JavaScript exception, I see nothing in the Developer Console. It only logs stuff about layout and such.


      Here's something in Java, but gives no usable info:
      Code:
      com.google.gwt.core.client.JavaScriptException: (TypeError): Object doesn't support this property or method
       number: -2146827850
       description: Object doesn't support this property or method
      	at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195)
      	at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
      	at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
      	at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
      	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
      	at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
      	at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188)
      	at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      	at java.lang.reflect.Method.invoke(Method.java:592)
      	at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
      	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.BrowserChannel.reactToMessages(BrowserChannel.java:1669)
      	at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401)
      	at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
      	at java.lang.Thread.run(Thread.java:595)
      com.google.gwt.core.client.JavaScriptException: (TypeError): Object doesn't support this property or method
       number: -2146827850
       description: Object doesn't support this property or method


      Also, with the Enteprise edition, I sometimes get this error when opening the developer console.
      Code:
      === 2010-09-23 09:43:31,562 [0-11] DEBUG RPCDMI - Invocation threw exception
      java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilationFailedException
      	at com.isomorphic.rpc.BuiltinRPC.getAvailableScriptEngines(BuiltinRPC.java:301)

      Comment


        #4
        Please always indicate browser and version. Also, as previously indicated, any problem that occurs only in Chrome Dev Mode is invalid.

        To get a stack trace, specifically use the Developer Console in Internet Explorer.

        Comment


          #5
          Hi,
          this is done on another error than reported, but shows I can't find a stacktrace of the error.

          This is done with SmartGWT EE
          SmartClient Version: SC_SNAPSHOT-2010-09-16/EVAL Deployment

          Steps:
          start dev mode in IE8.0.6001.18702 Win XP 32bit
          start application
          open devconsole
          clear console
          put logging level on DEBUG
          click icon which gives the error
          put logging level back on WARN


          error seen:
          (TypeError): Object doesn't support this property or method number: -2146827850 description: Object doesn't support this property or method



          The same is tried in compiled mode in IE8.0.6001.18702 (no chrome frame installed).



          I'm curious to what the bug is you are referring to of the Chrome Dev Mode problem? Can you post a link, I'll star it as well. Thanks.


          log files are too large to upload, sorry to post them here - oops, post becomes too long. I'll only post the dev mode log:
          Code:
          Global Log Priorities updated: Default Priority set to:Debug
          16:12:01.046:FCS6:DEBUG:nativeFocus:onfocus fired on: [ImgTab ID:isc_zzzWorkspaceItem_1], activeElement: DIV
          16:12:01.093:FCS6:INFO:nativeFocus:isc_zzzWorkspaceItem_1:about to call native focus()
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.setFocus(_1=>true, _2=>undef)
              Canvas.focus(_1=>undef)
              TabBar.$6b(_1=>[ImgTab ID:isc_zzzWorkspaceItem_1])
              [a]ImgTab.focusChanged(_1=>true)
              Canvas.$lf(_1=>true, undef, undef, undef, undef, undef, undef, undef)
              Class.invokeSuper(_1=>[Class StatefulCanvas], _2=>"$lf", _3=>true, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              StatefulCanvas.$lf(_1=>true, _2=>undef, _3=>undef, _4=>undef)
              [c]EventHandler._$observed__focusInCanvas(_1=>[ImgTab ID:isc_zzzWorkspaceItem_1], _2=>true)
              _focusInCanvasObservation(_1=>[ImgTab ID:isc_zzzWorkspaceItem_1], _2=>true)
              [c]EventHandler.focusInCanvas(_1=>[ImgTab ID:isc_zzzWorkspaceItem_1], _2=>true)
              onfocus()
                  "isc.EH.focusInCanvas(isc_zzzWorkspaceItem_1,true);"
          
          16:12:01.093:FCS6:DEBUG:visualState:isc_zzzWorkspaceItem_1:state changed to: tabSelectedOver
          16:12:01.093:FCS6:INFO:ImgTab:isc_zzzWorkspaceItem_1:call to deprecated setClassName() property - use setStyleName() instead
          16:12:01.109:FCS6:INFO:sizing:isc_zzzWorkspaceItem_1:Specified size: 80x24, drawn scroll size: 108x24, border: 0x0, margin: 0x0, old size: 108x24, reason: setStyleName
          16:12:01.125:FCS6:DEBUG:sizing:isc_zzzWorkspaceItem_1:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 108,
          scrollHeight: 24,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 108,
          offsetHeight: 24,
          styleLeft: "86px",
          styleTop: "0px",
          styleWidth: "108px",
          styleHeight: "24px",
          styleClip: ""}
          16:12:01.140:FCS6:INFO:sizing:isc_zzzWorkspaceItem_1_label:Specified size: 68x24, drawn scroll size: 96x24, border: 0x0, margin: 0x0, old size: 96x24, reason: undefined
          16:12:01.156:FCS6:DEBUG:sizing:isc_zzzWorkspaceItem_1_label:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 96,
          scrollHeight: 24,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 96,
          offsetHeight: 24,
          styleLeft: "92px",
          styleTop: "0px",
          styleWidth: "96px",
          styleHeight: "24px",
          styleClip: ""}
          16:12:01.156:FCS6:DEBUG:listPolicy:stretchResize for isc_zzzWorkspaceItem_1 with totalSize: 108,  desired sizes: capSize,*,capSize,  calculated sizes: 6,96,6
          16:12:01.171:FCS6:INFO:sizing:isc_zzzWorkspaceItem_1:Specified size: 80x24, drawn scroll size: 108x24, border: 0x0, margin: 0x0, old size: 108x24, reason: Label overflowed.
          16:12:01.171:FCS6:DEBUG:sizing:isc_zzzWorkspaceItem_1:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 108,
          scrollHeight: 24,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 108,
          offsetHeight: 24,
          styleLeft: "86px",
          styleTop: "0px",
          styleWidth: "108px",
          styleHeight: "24px",
          styleClip: ""}
          16:12:01.500:TMR0:DEBUG:EventHandler:mousing over [DynamicForm ID:isc_DynamicForm_2]
          16:12:01.531:TMR7:DEBUG:EventHandler:mousing out of [DynamicForm ID:isc_DynamicForm_2]  mousing over [ToolStripButton ID:isc_ToolStripButton_17]
          16:12:01.546:TMR7:DEBUG:visualState:isc_ToolStripButton_17:state changed to: stretchImgButtonOver
          16:12:01.546:TMR7:INFO:ToolStripButton:isc_ToolStripButton_17:call to deprecated setClassName() property - use setStyleName() instead
          16:12:01.562:TMR7:INFO:sizing:isc_ToolStripButton_17:Specified size: 1x22, drawn scroll size: 57x22, border: 0x0, margin: 0x0, old size: 57x22, reason: setStyleName
          16:12:01.609:TMR7:DEBUG:sizing:isc_ToolStripButton_17:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 57,
          scrollHeight: 22,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 57,
          offsetHeight: 22,
          styleLeft: "0px",
          styleTop: "0px",
          styleWidth: "57px",
          styleHeight: "22px",
          styleClip: ""}
          16:12:01.609:TMR7:INFO:sizing:isc_ToolStripButton_17_label:Specified size: 1x22, drawn scroll size: 43x22, border: 0x0, margin: 0x0, old size: 43x22, reason: undefined
          16:12:01.625:TMR7:DEBUG:sizing:isc_ToolStripButton_17_label:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 43,
          scrollHeight: 22,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 43,
          offsetHeight: 22,
          styleLeft: "7px",
          styleTop: "0px",
          styleWidth: "43px",
          styleHeight: "22px",
          styleClip: ""}
          16:12:01.640:TMR7:DEBUG:listPolicy:stretchResize for isc_ToolStripButton_17 with totalSize: 57,  desired sizes: capSize,*,capSize,  calculated sizes: 3,51,3
          16:12:01.640:TMR7:INFO:sizing:isc_ToolStripButton_17:Specified size: 1x22, drawn scroll size: 57x22, border: 0x0, margin: 0x0, old size: 57x22, reason: Label overflowed.
          16:12:01.656:TMR7:DEBUG:sizing:isc_ToolStripButton_17:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 57,
          scrollHeight: 22,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 57,
          offsetHeight: 22,
          styleLeft: "0px",
          styleTop: "0px",
          styleWidth: "57px",
          styleHeight: "22px",
          styleClip: ""}
          16:12:01.781:TMR3:DEBUG:EventHandler:mousing out of [ToolStripButton ID:isc_ToolStripButton_17]  mousing over [DynamicForm ID:isc_zzzDynamicForm_1]
          16:12:01.781:TMR3:DEBUG:visualState:isc_ToolStripButton_17:state changed to: stretchImgButton
          16:12:01.796:TMR3:INFO:ToolStripButton:isc_ToolStripButton_17:call to deprecated setClassName() property - use setStyleName() instead
          16:12:01.796:TMR3:INFO:sizing:isc_ToolStripButton_17:Specified size: 1x22, drawn scroll size: 57x22, border: 0x0, margin: 0x0, old size: 57x22, reason: setStyleName
          16:12:01.812:TMR3:DEBUG:sizing:isc_ToolStripButton_17:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 57,
          scrollHeight: 22,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 57,
          offsetHeight: 22,
          styleLeft: "0px",
          styleTop: "0px",
          styleWidth: "57px",
          styleHeight: "22px",
          styleClip: ""}
          16:12:01.812:TMR3:INFO:sizing:isc_ToolStripButton_17_label:Specified size: 1x22, drawn scroll size: 43x22, border: 0x0, margin: 0x0, old size: 43x22, reason: undefined
          16:12:01.828:TMR3:DEBUG:sizing:isc_ToolStripButton_17_label:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 43,
          scrollHeight: 22,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 43,
          offsetHeight: 22,
          styleLeft: "7px",
          styleTop: "0px",
          styleWidth: "43px",
          styleHeight: "22px",
          styleClip: ""}
          16:12:01.828:TMR3:DEBUG:listPolicy:stretchResize for isc_ToolStripButton_17 with totalSize: 57,  desired sizes: capSize,*,capSize,  calculated sizes: 3,51,3
          16:12:01.843:TMR3:INFO:sizing:isc_ToolStripButton_17:Specified size: 1x22, drawn scroll size: 57x22, border: 0x0, margin: 0x0, old size: 57x22, reason: Label overflowed.
          16:12:01.843:TMR3:DEBUG:sizing:isc_ToolStripButton_17:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 57,
          scrollHeight: 22,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 57,
          offsetHeight: 22,
          styleLeft: "0px",
          styleTop: "0px",
          styleWidth: "57px",
          styleHeight: "22px",
          styleClip: ""}
          16:12:02.531:MDN8:INFO:EventHandler:Target Canvas for event 'mousedown': [DynamicForm ID:isc_zzzDynamicForm_1]
          16:12:02.562:MDN8:DEBUG:visualState:isc_zzzWorkspaceItem_1:state changed to: tabSelected
          16:12:02.578:MDN8:INFO:ImgTab:isc_zzzWorkspaceItem_1:call to deprecated setClassName() property - use setStyleName() instead
          16:12:02.609:MDN8:INFO:sizing:isc_zzzWorkspaceItem_1:Specified size: 80x24, drawn scroll size: 108x24, border: 0x0, margin: 0x0, old size: 108x24, reason: setStyleName
          16:12:02.625:MDN8:DEBUG:sizing:isc_zzzWorkspaceItem_1:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 108,
          scrollHeight: 24,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 108,
          offsetHeight: 24,
          styleLeft: "86px",
          styleTop: "0px",
          styleWidth: "108px",
          styleHeight: "24px",
          styleClip: ""}
          16:12:02.656:MDN8:INFO:sizing:isc_zzzWorkspaceItem_1_label:Specified size: 68x24, drawn scroll size: 96x24, border: 0x0, margin: 0x0, old size: 96x24, reason: undefined
          16:12:02.671:MDN8:DEBUG:sizing:isc_zzzWorkspaceItem_1_label:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 96,
          scrollHeight: 24,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 96,
          offsetHeight: 24,
          styleLeft: "92px",
          styleTop: "0px",
          styleWidth: "96px",
          styleHeight: "24px",
          styleClip: ""}
          16:12:02.718:MDN8:DEBUG:listPolicy:stretchResize for isc_zzzWorkspaceItem_1 with totalSize: 108,  desired sizes: capSize,*,capSize,  calculated sizes: 6,96,6
          16:12:02.828:MDN8:INFO:sizing:isc_zzzWorkspaceItem_1:Specified size: 80x24, drawn scroll size: 108x24, border: 0x0, margin: 0x0, old size: 108x24, reason: Label overflowed.
          16:12:02.843:MDN8:DEBUG:sizing:isc_zzzWorkspaceItem_1:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 108,
          scrollHeight: 24,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 108,
          offsetHeight: 24,
          styleLeft: "86px",
          styleTop: "0px",
          styleWidth: "108px",
          styleHeight: "24px",
          styleClip: ""}
          16:12:02.859:MDN8:DEBUG:EventHandler:Bubbling event 'prepareForDragging', target '[DynamicForm ID:isc_zzzDynamicForm_1]' has handler: DynamicForm.prepareForDragging()
          16:12:02.859:MDN8:DEBUG:EventHandler:Bubbling event 'prepareForDragging', target '[VLayout ID:isc_BillingItemPanel_0]' has handler: Canvas.prepareForDragging()
          16:12:02.859:MDN8:DEBUG:EventHandler:Bubbling event 'prepareForDragging', target '[HLayout ID:isc_HLayout_16]' has handler: Canvas.prepareForDragging()
          16:12:02.875:MDN8:DEBUG:EventHandler:Bubbling event 'prepareForDragging', target '[PaneContainer ID:isc_zzzWorkspace_0_paneContainer]' has handler: Canvas.prepareForDragging()
          16:12:02.875:MDN8:DEBUG:EventHandler:Bubbling event 'prepareForDragging', target '[TabSet ID:isc_zzzWorkspace_0]' has handler: Canvas.prepareForDragging()
          16:12:02.875:MDN8:DEBUG:EventHandler:Bubbling event 'prepareForDragging', target '[VLayout ID:isc_VLayout_0]' has handler: Canvas.prepareForDragging()
          16:12:02.890:MDN8:DEBUG:EventHandler:Event 'prepareForDragging' bubbled to top
          16:12:02.890:MDN8:DEBUG:EventHandler:No dragTarget, not dragging
          16:12:02.890:MDN8:DEBUG:EventHandler:Event 'mouseDown' bubbled to top
          16:12:02.890:MDN8:DEBUG:EventHandler:Event 'mouseStillDown' bubbled to top
          16:12:02.937:MUP0:INFO:EventHandler:Target Canvas for event 'mouseup': [DynamicForm ID:isc_zzzDynamicForm_1]
          16:12:02.953:MUP0:DEBUG:EventHandler:Event 'mouseUp' bubbled to top
          16:12:03.015:MUP0:INFO:clears:isc_Label_1:clear()
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.clear(_1=>undef)
              Canvas.removeChild(_1=>[Label ID:isc_Label_1], _2=>undef)
              Layout.removeChild(_1=>[Label ID:isc_Label_1], _2=>undef)
              FormItem.$116(_1=>"_0")
              DynamicForm.handleClick(_1=>Obj, _2=>undef)
              [c]EventHandler.bubbleEvent(_1=>[DynamicForm ID:isc_zzzDynamicForm_1], _2=>"click", _3=>undef, _4=>undef)
              [c]EventHandler.handleClick(_1=>[DynamicForm ID:isc_zzzDynamicForm_1], _2=>undef)
              [c]EventHandler.$k5(_1=>Obj{type:mouseup}, _2=>undef)
              [c]EventHandler.handleMouseUp(_1=>Obj{type:mouseup}, _2=>undef)
              [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>Obj{type:mouseup})
              anonymous(event=>undef)
                  "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"
          
          16:12:03.109:MUP0:DEBUG:VLayout:isc_VLayout_1:delaying adjustOverflow: childClear
          16:12:03.140:MUP0:INFO:destroys:isc_Label_1:destroy()
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.$75s(_1=>true, _2=>undef)
              Canvas.destroy(_1=>undef)
              Class.invokeSuper(_1=>null, _2=>"destroy", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              Class.Super(_1=>"destroy", _2=>Obj{length:0}, _3=>undef)
              StatefulCanvas.destroy()
              ** recursed on Class.invokeSuper
          
          16:12:03.171:MUP0:DEBUG:BackMask:isc_BackMask_4:setRect: {left: 6,
          top: 2,
          width: 349,
          height: 108}
          16:12:03.187:MUP0:DEBUG:BackMask:isc_BackMask_4:setRect: {left: 536,
          top: 279,
          width: 349,
          height: 108}
          16:12:03.187:MUP0:DEBUG:Page:setEvent(resize): action => [Label ID:isc_Label_3]
          16:12:03.203:MUP0:INFO:layout:isc_VLayout_1:adding newMembers: [Window ID:isc_Window_0]
          16:12:03.203:MUP0:DEBUG:BackMask:isc_BackMask_4:setRect: {left: 6,
          top: 2,
          width: 349,
          height: 108}
          16:12:03.203:MUP0:DEBUG:tabIndex:isc_Window_0:Putting isc_Window_0 in tab order between: isc_VLayout_1:4367, and :isc_globalPrompt:4520. Resulting tabIndex:4444
          16:12:03.218:MUP0:DEBUG:EventHandler:Event 'click' bubbled to top
          16:12:03.218:MUP0[E]:DEBUG:EventHandler:firing threadExitActions: [
          anonymous()
          ]
          16:12:03.234:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_VLayout_1 with totalSize: 25,  desired sizes: 115,  calculated sizes: 115
          16:12:03.234:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_VLayout_1 with totalSize: 25,  desired sizes: 115,  calculated sizes: 115
          16:12:03.250:MUP0[E]:DEBUG:BackMask:isc_BackMask_4:setRect: {left: 6,
          top: -9997,
          width: 349,
          height: 108}
          16:12:03.265:MUP0[E]:INFO:layout:isc_Window_0:adding newMembers: [HLayout ID:isc_Window_0_header]
          16:12:03.265:MUP0[E]:DEBUG:layout:isc_Window_0:resizing [HLayout ID:isc_Window_0_header]: 349w 
          16:12:03.281:MUP0[E]:DEBUG:Page:setEvent(resize): action => [Label ID:isc_Window_0_headerLabel]
          16:12:03.328:MUP0[E]:INFO:layout:isc_Window_0_header:adding newMembers: [Canvas ID:isc_Canvas_3]
          16:12:03.390:MUP0[E]:DEBUG:layout:isc_Window_0_header:resizing [Canvas ID:isc_Canvas_3]: 20h 
          16:12:03.421:MUP0[E]:DEBUG:Label:isc_Window_0_headerLabel:setRect: {left: null,
          top: null,
          width: null,
          height: "100%"}
          16:12:03.437:MUP0[E]:INFO:layout:isc_Window_0_header:adding newMembers: [ImgButton ID:isc_Window_0_closeButton]
          16:12:03.453:MUP0[E]:INFO:layout:isc_Window_0:adding newMembers: [Layout ID:isc_Window_0_body]
          16:12:03.453:MUP0[E]:DEBUG:layout:isc_Window_0:resizing [Layout ID:isc_Window_0_body]: 349w 
          16:12:03.453:MUP0[E]:DEBUG:Label:isc_Label_3:setRect: {left: null,
          top: null,
          width: "100%",
          height: null}
          16:12:03.468:MUP0[E]:INFO:draws:isc_Window_0:draw(): drawing Window with parent: [VLayout ID:isc_VLayout_1]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef)
              Class.invokeSuper(_1=>[Class Window], _2=>"draw", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              Window.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Layout.layoutChildren(_1=>"membersRemoved", _2=>undef, _3=>undef)
              Layout.reflowNow(_1=>"membersRemoved", _2=>3)
              anonymous()
              [c]EventHandler.runTeas()
              [c]EventHandler.$h2()
              [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>Obj{type:mouseup})
              anonymous(event=>undef)
                  "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"
          
          16:12:03.484:MUP0[E]:INFO:Window:isc_Window_0:getOffsetLeft() called before widget is drawn - unable to calculate offset coordinates.  Returning specified coordinates
          16:12:03.515:MUP0[E]:INFO:Window:isc_Window_0:getOffsetLeft() called before widget is drawn - unable to calculate offset coordinates.  Returning specified coordinates
          16:12:03.531:MUP0[E]:INFO:drawing:isc_Window_0:inserting HTML into parent: [VLayout ID:isc_VLayout_1]
          16:12:03.531:MUP0[E]:DEBUG:tabIndex:isc_Window_0_header:Putting isc_Window_0_header in tab order between: isc_Window_0:4444, and :isc_globalPrompt:4520. Resulting tabIndex:4482
          16:12:03.546:MUP0[E]:DEBUG:tabIndex:isc_Window_0_closeButton:Putting isc_Window_0_closeButton in tab order between: isc_Window_0_header:4482, and :isc_globalPrompt:4520. Resulting tabIndex:4501
          16:12:03.578:MUP0[E]:DEBUG:tabIndex:isc_Canvas_3:Putting isc_Canvas_3 in tab order between: isc_Window_0_header:4482, and :isc_Window_0_closeButton:4501. Resulting tabIndex:4492
          16:12:03.640:MUP0[E]:DEBUG:tabIndex:isc_Window_0_headerLabel:Putting isc_Window_0_headerLabel in tab order between: isc_Canvas_3:4492, and :isc_Window_0_closeButton:4501. Resulting tabIndex:4497
          16:12:03.671:MUP0[E]:DEBUG:tabIndex:isc_Window_0_body:Putting isc_Window_0_body in tab order between: isc_Window_0_closeButton:4501, and :isc_globalPrompt:4520. Resulting tabIndex:4511
          16:12:03.671:MUP0[E]:DEBUG:tabIndex:isc_Label_3:Putting isc_Label_3 in tab order between: isc_Window_0_body:4511, and :isc_globalPrompt:4520. Resulting tabIndex:4516
          16:12:03.687:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_Window_0 with totalSize: 108,  desired sizes: 20,*,  calculated sizes: 20,88
          16:12:03.687:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_Window_0 with totalSize: 108,  desired sizes: 20,*,  calculated sizes: 20,88
          16:12:03.703:MUP0[E]:DEBUG:layout:isc_Window_0:resizing [Layout ID:isc_Window_0_body]: 349w 88h
          16:12:03.703:MUP0[E]:DEBUG:Label:isc_Label_3:setRect: {left: null,
          top: null,
          width: "100%",
          height: null}
          16:12:03.718:MUP0[E]:INFO:draws:isc_Window_0_header:draw(): drawing HLayout with parent: [Window ID:isc_Window_0]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef)
              Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef, undef, undef, undef, undef, undef)
              Class.invokeSuper(_1=>[Class Window], _2=>"layoutChildren", _3=>"initial draw", _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              Window.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef, _4=>undef)
              Layout.drawChildren()
              ** recursed on Canvas.draw
          
          16:12:03.718:MUP0[E]:INFO:drawing:isc_Window_0_header:inserting HTML into parent: [Window ID:isc_Window_0]
          16:12:03.734:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_Window_0_header with totalSize: 347,  desired sizes: *,15,  calculated sizes: 332,15
          16:12:03.734:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_Window_0_header with totalSize: 347,  desired sizes: *,15,  calculated sizes: 332,15
          16:12:03.734:MUP0[E]:DEBUG:layout:isc_Window_0_header:resizing [Canvas ID:isc_Canvas_3]: 20h 332w
          16:12:03.750:MUP0[E]:DEBUG:Label:isc_Window_0_headerLabel:setRect: {left: null,
          top: null,
          width: null,
          height: "100%"}
          16:12:03.765:MUP0[E]:INFO:draws:isc_Canvas_3:draw(): drawing Canvas with parent: [HLayout ID:isc_Window_0_header]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef)
              Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef)
              Layout.drawChildren()
              ** recursed on Canvas.draw
          
          16:12:03.765:MUP0[E]:INFO:drawing:isc_Canvas_3:inserting HTML into parent: [HLayout ID:isc_Window_0_header]
          16:12:03.781:MUP0[E]:INFO:drawing:isc_Canvas_3:drawChildren(): 1 children
          16:12:03.906:MUP0[E]:DEBUG:Label:isc_Window_0_headerLabel:setRect: {left: null,
          top: null,
          width: null,
          height: "100%"}
          16:12:03.937:MUP0[E]:INFO:draws:isc_Window_0_headerLabel:draw(): drawing Label with parent: [Canvas ID:isc_Canvas_3]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef)
              StatefulCanvas.draw(_1=>undef, _2=>undef, _3=>undef)
              Canvas.drawChildren()
              ** recursed on Canvas.draw
          
          16:12:03.953:MUP0[E]:INFO:drawing:isc_Window_0_headerLabel:inserting HTML into parent: [Canvas ID:isc_Canvas_3]
          16:12:03.953:MUP0[E]:INFO:sizing:isc_Window_0_headerLabel:Specified size: 10x20, drawn scroll size: 32x20, border: 0x0, margin: 0x0, reason: parentDrawn
          16:12:03.968:MUP0[E]:DEBUG:sizing:isc_Window_0_headerLabel:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 32,
          scrollHeight: 20,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 32,
          offsetHeight: 20,
          styleLeft: "0px",
          styleTop: "0px",
          styleWidth: "10px",
          styleHeight: "20px",
          styleClip: ""}
          16:12:03.968:MUP0[E]:INFO:draws:isc_Window_0_closeButton:draw(): drawing ImgButton with parent: [HLayout ID:isc_Window_0_header]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef)
              StatefulCanvas.draw(_1=>undef, _2=>undef, _3=>undef)
              Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef)
              Layout.drawChildren()
              ** recursed on Canvas.draw
          
          16:12:03.984:MUP0[E]:INFO:drawing:isc_Window_0_closeButton:inserting HTML into parent: [HLayout ID:isc_Window_0_header]
          16:12:04.140:MUP0[E]:INFO:sizing:isc_Canvas_3:Specified size: 332x20, drawn scroll size: 32x20, border: 0x0, margin: 0x0, reason: parentDrawn
          16:12:04.156:MUP0[E]:DEBUG:sizing:isc_Canvas_3:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 1000,
          scrollHeight: 100,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 332,
          offsetHeight: 20,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "332px",
          styleHeight: "20px",
          styleClip: ""}
          16:12:04.156:MUP0[E]:INFO:sizing:isc_Window_0_closeButton:Specified size: 15x15, drawn scroll size: 15x15, border: 0x0, margin: 0x0, reason: parentDrawn
          16:12:04.156:MUP0[E]:DEBUG:sizing:isc_Window_0_closeButton:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 15,
          scrollHeight: 15,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 15,
          offsetHeight: 15,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "15px",
          styleHeight: "15px",
          styleClip: ""}
          16:12:04.171:MUP0[E]:DEBUG:layout:isc_Window_0_header:centering wrt visible breadth: 20
          16:12:04.171:MUP0[E]:DEBUG:enforceScrollSize:isc_Window_0_header:stop enforcing scroll size
          16:12:04.171:MUP0[E]:INFO:layout:isc_Window_0_header:layoutChildren (reason: initial draw):
          layout specified size: 349w x 20h
          drawn size: 349w x 20h
          available size: 349w (length) x 20h
             [Canvas ID:isc_Canvas_3]
                332 drawn length (resizeLength: 332) (policyLength: *) (no length specified)
                20 drawn breadth (breadth policy: fill)
             [ImgButton ID:isc_Window_0_closeButton]
                15 drawn length (resizeLength: 15) (policyLength: 15) (explicit size)
                15 drawn breadth (explicit size)
          16:12:04.187:MUP0[E]:INFO:draws:isc_Window_0_body:draw(): drawing Layout with parent: [Window ID:isc_Window_0]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef)
              Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef, undef, undef, undef, undef, undef)
              Class.invokeSuper(_1=>[Class Window], _2=>"layoutChildren", _3=>"initial draw", _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              Window.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef, _4=>undef)
              Layout.drawChildren()
              ** recursed on Canvas.draw
          
          16:12:04.187:MUP0[E]:INFO:drawing:isc_Window_0_body:inserting HTML into parent: [Window ID:isc_Window_0]
          16:12:04.203:MUP0[E]:DEBUG:Label:isc_Label_3:setRect: {left: null,
          top: null,
          width: null,
          height: null}
          16:12:04.203:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_Window_0_body with totalSize: 88,  desired sizes: 100%,  calculated sizes: 88
          16:12:04.203:MUP0[E]:DEBUG:layout:isc_Window_0_body:resizing [Label ID:isc_Label_3]: 349w 88h
          16:12:04.218:MUP0[E]:INFO:draws:isc_Label_3:draw(): drawing Label with parent: [Layout ID:isc_Window_0_body]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef)
              StatefulCanvas.draw(_1=>undef, _2=>undef, _3=>undef)
              Layout.layoutChildren(_1=>"initial draw", _2=>undef, _3=>undef)
              Layout.drawChildren()
              ** recursed on Canvas.draw
          
          16:12:04.218:MUP0[E]:INFO:drawing:isc_Label_3:inserting HTML into parent: [Layout ID:isc_Window_0_body]
          16:12:04.234:MUP0[E]:INFO:sizing:isc_Label_3:Specified size: 349x88, drawn scroll size: 349x88, border: 0x0, margin: 0x0, reason: parentDrawn
          16:12:04.234:MUP0[E]:DEBUG:sizing:isc_Label_3:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 349,
          scrollHeight: 88,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 349,
          offsetHeight: 88,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "349px",
          styleHeight: "88px",
          styleClip: ""}
          16:12:04.234:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_Window_0_body with totalSize: 88,  desired sizes: 100%,  calculated sizes: 88
          16:12:04.250:MUP0[E]:DEBUG:layout:isc_Window_0_body:centering wrt visible breadth: 349
          16:12:04.250:MUP0[E]:DEBUG:enforceScrollSize:isc_Window_0_body:stop enforcing scroll size
          16:12:04.250:MUP0[E]:INFO:layout:isc_Window_0_body:layoutChildren (reason: initial draw):
          layout specified size: 349w x 88h
          drawn size: 349w x 88h
          available size: 349w x 88h (length)
             [Label ID:isc_Label_3]
                88 drawn length (resizeLength: 88) (policyLength: 100%) (explicit size)
                349 drawn breadth (breadth policy: fill)
          16:12:04.265:MUP0[E]:INFO:sizing:isc_Window_0_header:Specified size: 349x20, drawn scroll size: 349x20, border: 0x0, margin: 0x0, reason: parentDrawn
          16:12:04.515:MUP0[E]:DEBUG:sizing:isc_Window_0_header:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 349,
          scrollHeight: 20,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 349,
          offsetHeight: 20,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "349px",
          styleHeight: "20px",
          styleClip: ""}
          16:12:04.531:MUP0[E]:INFO:sizing:isc_Window_0_body:Specified size: 349x88, drawn scroll size: 349x88, border: 0x0, margin: 0x0, reason: parentDrawn
          16:12:04.546:MUP0[E]:DEBUG:sizing:isc_Window_0_body:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 349,
          scrollHeight: 88,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 349,
          offsetHeight: 88,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "349px",
          styleHeight: "88px",
          styleClip: ""}
          16:12:04.546:MUP0[E]:INFO:scrolling:isc_Window_0_body:Drawn size: 349 by 88, specified: 349 by 88, scrollbar state: 
          16:12:04.562:MUP0[E]:DEBUG:layout:isc_Window_0:centering wrt visible breadth: 349
          16:12:04.562:MUP0[E]:DEBUG:enforceScrollSize:isc_Window_0:stop enforcing scroll size
          16:12:04.562:MUP0[E]:INFO:layout:isc_Window_0:layoutChildren (reason: initial draw):
          layout specified size: 360w x 115h
          drawn size: 360w x 115h
          available size: 349w x 108h (length)
             [HLayout ID:isc_Window_0_header]
                20 drawn length (resizeLength: 20) (policyLength: 20) (explicit size)
                349 drawn breadth (breadth policy: fill)
             [Layout ID:isc_Window_0_body]
                88 drawn length (resizeLength: 88) (policyLength: *) (no length specified)
                349 drawn breadth (breadth policy: fill)
          16:12:04.578:MUP0[E]:INFO:drawing:isc_Window_0:drawPeers(): 2 peers
          16:12:04.578:MUP0[E]:DEBUG:EdgedCanvas:isc_EdgedCanvas_1:setRect: {left: 0,
          top: -9999,
          width: 360,
          height: 115}
          16:12:04.593:MUP0[E]:INFO:draws:isc_EdgedCanvas_1:draw(): drawing EdgedCanvas with parent: [VLayout ID:isc_VLayout_1]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef)
              Class.invokeSuper(_1=>[Class EdgedCanvas], _2=>"draw", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              EdgedCanvas.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.drawPeers()
              Canvas.$qa()
              ** recursed on Canvas.draw
          
          16:12:04.593:MUP0[E]:INFO:drawing:isc_EdgedCanvas_1:inserting HTML next to master element: [Window ID:isc_Window_0]
          16:12:04.609:MUP0[E]:INFO:draws:isc_BackMask_4:draw(): drawing BackMask with parent: [VLayout ID:isc_VLayout_1]
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef)
              Class.invokeSuper(_1=>[Class BackMask], _2=>"draw", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
              BackMask.draw(_1=>undef, _2=>undef, _3=>undef)
              Canvas.drawPeers()
              Canvas.$qa()
              ** recursed on Canvas.draw
          
          16:12:04.609:MUP0[E]:INFO:drawing:isc_BackMask_4:inserting HTML next to master element: [Window ID:isc_Window_0]
          16:12:04.875:MUP0[E]:INFO:sizing:isc_Window_0:Specified size: 360x115, drawn scroll size: 349x108, border: 0x0, margin: 7x11, reason: parentDrawn
          16:12:04.890:MUP0[E]:DEBUG:sizing:isc_Window_0:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 349,
          scrollHeight: 108,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 349,
          offsetHeight: 108,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "349px",
          styleHeight: "108px",
          styleClip: ""}
          16:12:04.890:MUP0[E]:DEBUG:layout:isc_VLayout_1:centering wrt visible breadth: 1419
          16:12:04.890:MUP0[E]:DEBUG:BackMask:isc_BackMask_4:setRect: {left: 535,
          top: 2,
          width: 349,
          height: 108}
          16:12:04.906:MUP0[E]:INFO:layout:isc_VLayout_1:layoutChildren (reason: membersRemoved):
          layout specified size: 1419w x 25h
          drawn size: 1419w x 115h
          available size: 1419w x 25h (length)
             [Window ID:isc_Window_0]
                115 drawn length (resizeLength: 115) (policyLength: 115) (explicit size)
                360 drawn breadth (explicit size)
          16:12:04.921:MUP0[E]:INFO:sizing:isc_VLayout_1:Specified size: 1419x25, drawn scroll size: 889x115, border: 0x0, margin: 0x0, old size: 780x72, reason: undefined
          16:12:04.937:MUP0[E]:DEBUG:sizing:isc_VLayout_1:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 1419,
          scrollHeight: 14,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 1419,
          offsetHeight: 72,
          styleLeft: "0px",
          styleTop: "298px",
          styleWidth: "1419px",
          styleHeight: "72px",
          styleClip: ""}
          16:12:04.937:MUP0[E]:DEBUG:HLayout:isc_HLayout_0:delaying adjustOverflow: child resize
          16:12:04.953:MUP0[E]:DEBUG:EventHandler:firing threadExitActions: [
          anonymous()
          ]
          16:12:04.968:MUP0[E]:DEBUG:Canvas:isc_Canvas_0:setRect: {left: null,
          top: null,
          width: "100%",
          height: "100%"}
          16:12:04.968:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_HLayout_0 with totalSize: 1419,  desired sizes: *,  calculated sizes: 1419
          16:12:04.968:MUP0[E]:DEBUG:listPolicy:stretchResize for isc_HLayout_0 with totalSize: 1419,  desired sizes: *,  calculated sizes: 1419
          16:12:04.984:MUP0[E]:DEBUG:layout:isc_HLayout_0:centering wrt visible breadth: 669
          16:12:04.984:MUP0[E]:INFO:layout:isc_HLayout_0:layoutChildren (reason: memberResized: (109,43): isc_VLayout_1):
          layout specified size: 1419w x 669h
          drawn size: 1419w x 669h
          available size: 1419w (length) x 669h
             [VLayout ID:isc_VLayout_1]
                1419 drawn length (resizeLength: 1419) (policyLength: *) (no length specified)
                115 drawn breadth (explicit size)
          16:12:04.984:MUP0[E]:INFO:sizing:isc_HLayout_0:Specified size: 1419x669, drawn scroll size: 1419x669, border: 0x0, margin: 0x0, old size: 1419x669, reason: undefined
          16:12:05.000:MUP0[E]:DEBUG:sizing:isc_HLayout_0:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 1419,
          scrollHeight: 14,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 1419,
          offsetHeight: 669,
          styleLeft: "0px",
          styleTop: "0px",
          styleWidth: "1419px",
          styleHeight: "669px",
          styleClip: ""}
          16:12:05.328:TMR9:DEBUG:EventHandler:mousing out of [DynamicForm ID:isc_zzzDynamicForm_1]  mousing over [Canvas ID:isc_Canvas_0]
          16:12:05.328:TMR9:DEBUG:visualState:isc_Label_4:state changed to: formHover
          16:12:05.343:TMR9:DEBUG:Label:isc_Label_4:setRect: {left: null,
          top: -9999,
          width: 100,
          height: 1}
          16:12:05.343:TMR9:INFO:draws:isc_Label_4:draw(): drawing Label
              Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
              Canvas.draw(_1=>undef, undef, undef)
              StatefulCanvas.draw(_1=>undef, _2=>undef, _3=>undef)
              [c]Hover.show(_1=>"startDateBilledPeriod", _2=>Obj, _3=>undef, _4=>undef)
              DynamicForm.$119(_1=>[TextItem ID:isc_TextItem_28 name:startDateBilledPeriod], _2=>"startDateBilledPeriod")
              FormItem.$wb(_1=>undef)
              [c]Hover.setAction(_1=>[TextItem ID:isc_TextItem_28 name:startDateBilledPeriod], _2=>FormItem.$wb(), _3=>null, _4=>500)
              FormItem.$114(_1=>"_0")
              DynamicForm.$11y(_1=>Obj, _2=>"mouseOut")
              DynamicForm.handleMouseOut(_1=>Obj, _2=>undef)
              [c]EventHandler.bubbleEvent(_1=>[DynamicForm ID:isc_zzzDynamicForm_1], _2=>"mouseOut", _3=>undef, _4=>undef)
              [c]EventHandler.handleEvent(_1=>[DynamicForm ID:isc_zzzDynamicForm_1], _2=>"mouseOut", _3=>undef)
              [c]EventHandler.$kz(_1=>null, _2=>Obj)
              [c]EventHandler.$kx(_1=>null, _2=>Obj)
              [c]EventHandler.$kv(_1=>1285251125312)
              [c]Class.fireCallback(_1=>Obj, _2=>undef, _3=>Array[1], _4=>[Class EventHandler], _5=>true) on [Class Timer]
          Stack trace for setTimeout() call:   
              [c]Timer.setTimeout(_1=>Obj, _2=>0, _3=>true, _4=>undef)
              [c]EventHandler.handleMouseMove(_1=>Obj{type:mousemove})
              [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseMove(), _2=>Obj{type:mousemove})
              anonymous(event=>undef)
                  "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"
          
          
          16:12:05.375:TMR9:DEBUG:drawing:isc_Label_4:inserting HTML at top level
          16:12:05.390:TMR9:INFO:sizing:isc_Label_4:Specified size: 100x1, drawn scroll size: 111x26, border: 0x0, margin: 0x0, reason: draw
          16:12:05.390:TMR9:DEBUG:sizing:isc_Label_4:handle sizes: {scrollLeft: 0,
          scrollTop: 0,
          scrollWidth: 111,
          scrollHeight: 26,
          clientWidth: undef,
          clientHeight: undef,
          offsetWidth: 111,
          offsetHeight: 26,
          styleLeft: "0px",
          styleTop: "-9999px",
          styleWidth: "100px",
          styleHeight: "1px",
          styleClip: ""}
          16:12:05.390:TMR9:DEBUG:Label:isc_Label_4:setRect: {left: 747,
          top: 284,
          width: 100,
          height: 1}
          16:12:05.406:TMR9:DEBUG:Label:isc_Label_4:setRect: {left: 0,
          top: -1000,
          width: undef,
          height: undef}
          16:12:06.156:TMR6:DEBUG:EventHandler:mousing out of [Canvas ID:isc_Canvas_0]  mousing over [Window ID:isc_Window_0]
          16:12:06.187:TMR0:DEBUG:EventHandler:mousing out of [Window ID:isc_Window_0]  mousing over [Canvas ID:isc_Canvas_3]
          16:12:06.281:TMR0:DEBUG:EventHandler:mousing out of [Canvas ID:isc_Canvas_3]  mousing over [Label ID:isc_Label_3]
          16:12:06.875:TMR8:DEBUG:EventHandler:mousing out of [Label ID:isc_Label_3]  mousing over [Window ID:isc_Window_0]
          16:12:06.906:TMR3:DEBUG:EventHandler:mousing out of [Window ID:isc_Window_0]  mousing over [Canvas ID:isc_Canvas_0]
          16:12:07.906:BLR9:DEBUG:nativeFocus:onblur fired on: [ImgTab ID:isc_zzzWorkspaceItem_1], activeElement: DIV
          16:12:08.000:BLR0:DEBUG:nativeFocus:onblur fired on: [ImgTab ID:isc_zzzWorkspaceItem_1], activeElement: DIV
          16:12:08.656:TMR2:DEBUG:EventHandler:mousing over [Canvas ID:isc_Canvas_0]
          Global Log Priorities updated: Default Priority set to:Warn

          Comment


            #6
            Hi Levi
            Ok we're seeing the problem on our end. We'll let you know when we have a resolution.

            Comment


              #7
              This has been fixed. Please pick up the next nightly build.

              Sanjiv

              Comment

              Working...
              X