Eric Rowell
Eric Rowell
Haven't forgotten about this thread. I spent a few minutes looking into this, and it's pretty clear that this change could have a lot of side effects. I feel that...
ah yes - most people would probably not need it, but you can use it to improve performance for special situations. For example if you have a complex rendering on...
you do have a point however, as most folks would probably never use it
you are absolutely correct, setPosition() isn't actually moving the dom element. Must have been something I was thinking about but missed. setPosition() should also do: this.viewport.container.style.marginLeft = x; this.viewport.container.style.marginTop =...