TidyBug
Thursday, February 26th, 2009My newest Greasemonkey script, TidyBug, cleans up the show-bug page on bugzilla.mozilla.org.
- Old and busted: Bugzilla screenshot
- New hotness: Bugzilla screenshot with TidyBug
TidyBug hides empty fields, making it easier to see the fields that are populated and reducing the amount of scrolling needed to see the comments. In the example above, TidyBug removed 61% of the space above the first comment (from 985 pixels to 381 pixels). Even on busy bugs, such as upvar2, TidyBug makes the bug considerably cleaner (upvar2 screenshot).
Some other things TidyBug does:
- Makes form control borders only appear on hover to reduce visual noise.
- Hides four fields that are mostly useless in bmo (version, architecture, OS, severity).
- Adds keyboard shortcuts for accessing hidden fields and several common actions.
- Clicks the "hide obsolete attachments" link for you.
Is this useful for many people? Should parts of it be uplifted into bugzilla.mozilla.org or the Bugzilla distribution? What new keyboard shortcuts or other features would you like to see?