|
|
|
I can't reproduce this error. And I don't see how that change could have had any effect, since I grep-ed for references to dhsb and there were none.
The fact that there is no reference to 'drag' on line 237 of my copy of newcontent.lzx makes me think you have a skew in your playpen? Can you verify that your version of the file is what is checked in to trunk? I had some debug code in lzstate that I removed and the error went away. No idea why it would cause the error. Sorry.
Around line 238 in newcontent.lzx is this code. <view name="dragger" height="${parent.thumbheight}" y="12" onmousedown="this.drag.apply()" onmouseup="this.drag.remove()" onmouseover="higlight_dragger(2)" onmouseout="higlight_dragger(1)" > this.drag is an instance of _dbg_lzvdrag (which derives from state) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LPP-5217