Fossil Forum
Post: Blitz Skin Line Number Bug
The Blitz skin has a bug where the line numbers when viewing a file do not go all the way to the end of the file. They seem to end in the last 10-15% of the file.
To replicate this: 1. Set the fossil skin to Blitz 2. Navigate to the FileBrowser and view a file 3. Enable Line Numbers 4. Scroll to the end of the file to see the missing line numbers
Example file from the fossil repo: https://fossil-scm.org/home/file?udc=1&ln=on&name=BUILD.txt&proof=670272447
I think all the line numbers are there. Instead, I think the problem is that the font used for line numbers is different from the font used for text, and in particular the line-number font is smaller and takes up less vertical space, and thus ends higher than the text.
This is actually more serious than the original report, in as much as the line numbers do not align with the text.
Should be fixed now, as of check-in 018d4a5d68fb3186.
FWIW, claude-sonnet-4-6 charged me 33.7k tokens and $1.75 to suggest this fix. I do appreciate the debugging help, but I applied the fix myself, using Claude's analysis as a suggestion only, rather than let Claude do the implementation work.