Hi Nicolas,
What you are seeing there is a feature, if you turn on editing, and go into block settings you will probably find that `Enable mouse-over expansion of this block` has been set to `Yes`.
This was the first method of trying to make the tree more usable as it is expanded.
When this setting is enabled the scroll bar is forced for overflow-x, this is because otherwise their is a bug in that when you mouse-over the box the scroll bar pops up and changes the height of the block, making all other blocks jump down 16~ish pixels, a rather awesome sight.
Because the scroll bar is forced you don't get a drag target unless you actually expand it beyond the default width.
I am interested to see what you think about it, I wasn't too sure to leave it in or take it out before the final commit but decided to leave it in as it may appeal to someone.
Hi Nicolas,
What you are seeing there is a feature, if you turn on editing, and go into block settings you will probably find that `Enable mouse-over expansion of this block` has been set to `Yes`.
This was the first method of trying to make the tree more usable as it is expanded.
When this setting is enabled the scroll bar is forced for overflow-x, this is because otherwise their is a bug in that when you mouse-over the box the scroll bar pops up and changes the height of the block, making all other blocks jump down 16~ish pixels, a rather awesome sight.
Because the scroll bar is forced you don't get a drag target unless you actually expand it beyond the default width.
I am interested to see what you think about it, I wasn't too sure to leave it in or take it out before the final commit but decided to leave it in as it may appeal to someone.