gkoberger / BugzillaJS

A userscript that adds additional functionality to bugzilla
https://addons.mozilla.org/en-US/firefox/addon/bugzillajs/
43 stars 18 forks source link

Feature: Attachment colors of should reflect the bug privacy/confidential settings. #121

Open nbp opened 8 years ago

nbp commented 8 years ago

The idea is the following, when a bug a private, we see a different background color, as well as a red column on the left. When we open an attachment (from irc), none of these appear but only the raw file. The feature request would be to mirror the color-code of the bug on any of its attachments.

This bug cannot be fixed within bugzilla [1], as they cannot distinguish if this is a download of the page, or if the page is being rendered in the browser. On the other hand BugzillaJS is integrated in the browser, and we should be able to inject CSS to reflect the status of the bug on which the attachment is made.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1251571