Closed (works as designed)
Project:
Module Filter
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2012 at 00:16 UTC
Updated:
23 Jul 2012 at 16:39 UTC
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
Comment #1
greenskin commentedHmm, 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?
Comment #2
greenskin commentedHmm, 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?
Comment #3
deryck.henson commentedAre 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.