Page MenuHomePhabricator

Unsightly white bar in Bugzilla interface
Closed, ResolvedPublic

Description

I'm not sure what has changed, perhaps Chrome's rendering behavior, but there's now an unsightly white bar across the top of the Bugzilla user interface. It looks like setting #page-base to a height of 2.2em (rather than 2.5em) fixes the issue. I'll upload a screenshot momentarily.


Version: wmf-deployment
Severity: normal

Details

Reference
bz58670

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 2:34 AM
bzimport set Reference to bz58670.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 14133
Screenshot of bugzilla.wikimedia.org, showing white bar across top of user interface, 2013-12-18

You can see the white bar directly above the bug logo's head.

Attached:

Screen_Shot_2013-12-18_at_4.56.45_PM.png (136×892 px, 24 KB)

Thanks. Confirming.

Probably me to blame in https://gerrit.wikimedia.org/r/#/c/101655/ which didn't create issues on boogs.wmflabs.org.

#head in vector.css:42 on production defines

background-color: rgb(243, 243, 243);

while on wmflabs it doesn't. So we can either remove this line to have the vertical fading shown (from white to grey), or we remove from
#page-base in vector.css:27

background-color: white;
background-image: url("images/page-fade.png");

to make it all the same grey tone.

Change 105223 had a related patch set uploaded by Aklapper:
Fix unsightly white bar in Bugzilla UI header

https://gerrit.wikimedia.org/r/105223

Change 105223 merged by Dzahn:
Fix unsightly white bar in Bugzilla UI header

https://gerrit.wikimedia.org/r/105223

deployed on kaulen. MZMcBride, confirm it's gone?

Works fine for me in Firefox 26 after [[WP:BYPASS]]. Closing.