Community
Participate
Working Groups
I upgraded my Snow Leopard from 10.6.0 to 10.6.7. The tree started showing the ellipses for items bigger than the column width (instead of clipping the text). Problem does not happen in 10.6.3 either. Steps: Run control example. Select tree tab Check Multiple columns and Header Visible. Resize the "Name" column smaller
I just released that this is not happening because I upgraded the OS. We changed the line break mode from NSLineBreakByClipping to NSLineBreakByTruncatingTail for bug#297511. Showing the ellipses is nicer, but I am not sure custom drawn tree/table will be able to draw similar to the OS anymore. The app would not know it should draw the ellipses. This change might have to be removed for the sake of compatibility with other platforms.
Hi Silenio, Windows has the same behavior, the Table/Tree items are truncated in the end.
I seem to remmeber Windows only clipped the text in the past. I wonder if something have changed. Note that the first column of Tree does not do the ellipses (another bug?). I am closing this as invalid for now, since I am the only one complaining.