I still have the problem I am experiencing in the video. When my problem starts to happen, I see a bunch of stacktraces. I don't know if you took a look at the email I sent but I have ones below. Should I be concerned with these? They are marked as "info" so I'm assuming not but I am running out of ideas here...
Code:
09:44:27.004:XRP8:INFO:resize:page$content$$content1$tree_body_vscroll_thumb:resize of drawn component: new width/height: 16,557, old width/height: 16,558, delta width/height: 0,-1
Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
Canvas.resizeBy(_1=>0, _2=>-1, _3=>undef, _4=>undef, undef, undef, undef, undef)
Class.invokeSuper(_1=>[Class StatefulCanvas], _2=>"resizeBy", _3=>0, _4=>-1, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
StatefulCanvas.resizeBy(_1=>0, _2=>-1, _3=>undef, _4=>undef, _5=>undef, _6=>undef)
Canvas.resizeTo(_1=>16, _2=>557, _3=>undef, _4=>undef)
Scrollbar.setThumb()
Scrollbar.setVisibility(_1=>"inherit", _2=>undef, _3=>undef, _4=>undef)
Canvas.show()
Canvas.$u2()
Canvas.$ux(_1=>"redraw")
Canvas.$ut(_1=>"redraw")
Canvas.adjustOverflow(_1=>"redraw", _2=>null, _3=>true, undef, undef, undef, undef, undef)
** recursed on Class.invokeSuper
Code:
9:44:27.437:TMR7:INFO:resize:page$content$$content1$tree_body_vscroll_thumb:resize of drawn component: new width/height: 16,422, old width/height: 16,557, delta width/height: 0,-135
Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
Canvas.resizeBy(_1=>0, _2=>-135, _3=>undef, _4=>undef, undef, undef, undef, undef)
Class.invokeSuper(_1=>[Class StatefulCanvas], _2=>"resizeBy", _3=>0, _4=>-135, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
StatefulCanvas.resizeBy(_1=>0, _2=>-135, _3=>undef, _4=>undef, _5=>undef, _6=>undef)
Canvas.resizeTo(_1=>16, _2=>422, _3=>undef, _4=>undef)
Scrollbar.setThumb()
Scrollbar.setVisibility(_1=>"inherit", _2=>undef, _3=>undef, _4=>undef)
Canvas.show()
Canvas.$u2()
Canvas.$ux(_1=>"row animation complete")
Canvas.$ut(_1=>"row animation complete")
Canvas.adjustOverflow(_1=>"row animation complete", _2=>undef, _3=>undef, undef, undef, undef, undef, undef)
** recursed on Class.invokeSuper
Comment