From: Raymond I. <xw...@ya...> - 2003-06-18 17:41:04
|
The fix is attached. I've change the line to: if (this.x==dlyr.x && this.w<dlyr.w) this.w=dlyr.w; Hopefully this should be fix the above problem and the resize problem. -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > 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 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An > INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% > Monthly Commission! > INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |