From: Jesse V. <je...@6t...> - 2003-06-17 15:40:40
|
After a day and half of going through my code wondering where I was using the GroupManager wrong, I think I found a bug. You can make a small change to the GroupManager example and see the same thing. If you change the x of 2 boxes in a group to the same thing, and turn the boundaries on, you can't drag the group as far right as you should be able to. Seems to come from this line in add function in groupmanager.js: if (this.x==dlyr.x) this.w+=dlyr.w; When I have 2 layers in my group, and they have the same x, the width becomes too big, so then I can't drag as far to the right as I should. Jesse |