[Bug 605567] Re: Extremely slow painting of launchpad.net bug details page with nvidia driver

Cas 605567 at bugs.launchpad.net
Thu Sep 22 21:23:15 UTC 2011


Just thought I would expand on Ahmad's workaround.

As it is only icon-sprites that cause the slowdown, the quickest
solution was to disable all icon-sprites with an AdblockPlus filter for
bug.launchpad.net:

||bugs.launchpad.net/+icing/*/icon-sprites

However I wanted to still keep some of useful bug icons so instead I
added the following to userContent.css in
~/.mozilla/firefox/*.default/chrome/ so that the most frequent but
unnecessary icon-sprites were disabled.

@-moz-document domain(bugs.launchpad.net) {
.person {background-image: none !important;}
.team {background-image: none !important;}
.add {background-image: none !important;}
.download-icon {background-image: none !important;}
.bug {background-image: none !important;}
}

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/605567

Title:
  Extremely slow painting of launchpad.net bug details page with nvidia
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/605567/+subscriptions




More information about the Ubuntu-mozillateam-bugs mailing list