Last modified: 2007-05-09 17:42:34 UTC
3 of the images in this category appear with tiny scrollbars underneath the size line in their caption. Since they're entirely unuseful, I'm thinking they're not supposed to be there.
Created attachment 3604 [details] screenshot attaching screenshot
I added those in r21909 in response to bug 3770. Have to check if it is possible to not trigger unnecessary scrollbars.
OK. scrollbars in galleries are OK, in category listings it's kinda silly. So either a) stop the scrollbars from occurring in category listings b) stop truncating image names in category captions. I think (b) is better. At the moment we have captions like "Recent-changes-bot.c...".
I would recommend overflow: hidden instead of overflow: auto here. Scrollbars on the little gallery previews kinda suck... bad enough for really long words in caption, but here it's even just the clipped file name being slightly too long depending on your font size. :P
(In reply to comment #2) > I added those in r21909 in response to bug 3770. Have to check if it is possible > to not trigger unnecessary scrollbars. The scrollbars are "necessary" in the provided screenshot. A couple of pixels of padding or whatever are obscured. (The scrollbar-generating logic definitely doesn't have any idea that nobody cares about padding. Petition the W3C for a max-padding property. :P)
This was fixed in r22035