Refreshing the rendering for a folder that contains icons with text to the right works OK the first time, but subsequent calls cause any text to the right of the icons to overlap them. (The width of all icons is somehow evaluating to 0?)
This is actually a bug in the way that WF computes the size of icons and isn't caused by multiple re-renders as much as it is caused by having a large WikiFolder window size. The patch should compute a better estimate for the minimum number of files that need to exist in the folder to puzzle out the size of individual icons.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is actually a bug in the way that WF computes the size of icons and isn't caused by multiple re-renders as much as it is caused by having a large WikiFolder window size. The patch should compute a better estimate for the minimum number of files that need to exist in the folder to puzzle out the size of individual icons.