Seems to only be an issue in Chromium (version 16.0.912.77-dev on Linux x64) because Firefox 10 doesn't have a problem. Scrolling with any amount of modules loaded on the page with the on/off switch produces about an extra 100ms delay (estimate) each scroll.

Drupal-7.12

Not really important but since it's still 2.x-dev I figure it's the best time to bring it up. Plus it's really cool so I wanna put it back. The checkboxes are lame.

Comments

greenskin’s picture

Hmm, possibly an issue with using CSS transition. Try commenting out or removing the transition lines in module_filter_tab.css (lines 200-203 in the version I'm looking at). Does that fix the sluggishness?

greenskin’s picture

Status: Active » Closed (works as designed)

Hmm, the feature was developed within Chrome and works well for me. You can disable the switches in the settings for Module Filter. Is this still being a problem for you?

deryck.henson’s picture

Are you working under Linux?

This only happens in linux specifically (X window sys) - not Windows at all. I made the issue because of its specificity and if this problem is not just on my end, it may result in other issues down the road for more people.

I'll check out those lines and try commenting them out and get back to you.