Community
Participate
Working Groups
Version : CVS HEAD Resizing tree columns that have icons (other than the first column) throws a client side exception about setting the bounds to a negative value. The result is a broken client side widget. The same can occur if a column is set to a width of 0. The reason this happens is because the code is not taking into account margin space. The attached patch prevents the exception from being thrown by better calculating the text width and image width (taking into account margin space).
Created attachment 181685 [details] Patch that fixes the problem
Austin, I think that this bug is a dup of bug 327357. I can't reproduce it with the current CVS HEAD. Could you check it too?
(In reply to comment #2) > Austin, I think that this bug is a dup of bug 327357. I can't reproduce it with > the current CVS HEAD. Could you check it too? Hi Ivan, Somehow I missed bug 327357. I tested from CVS HEAD without my patch and all seems to be well. It is funny that my patch was client-side and Tim's patch was server-side and they both fixed the same problem. Thanks. *** This bug has been marked as a duplicate of bug 327357 ***