I installed & re-installed Module Filter several times, but it does not work. I suspect that I accidentally messed something up. There were no error messages.

I'm using Drupal 7.43. Can you tell me where to look to fix this problem?

Comments

samstamport created an issue. See original summary.

greenSkin’s picture

Check your JavaScript console for error(s). More times than not there's another module enabled or theme adding JavaScript that breaks the page.

samstamport’s picture

For newbies like me can you give us a brief tutorial as to how to do this?

Where is the JavaScript console?

What error messages do we look for?

Once we find the offending module/theme how can we fix it?

greenSkin’s picture

How to view the console depends on the browser you are using. This should help point you in the right direction: http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javas...

Feel free to copy any and all errors/warnings shown in the console here and we can help point you in the correct direction. If the issue is with another module or theme, we can move this issue to that module/theme.

samstamport’s picture

Thanks so much. Here are the messages.

TypeError: storage.removeItem is not a function
Drupal.admin.behaviors.shortcutToggle/<()
 admin_menu_toolbar.js:42
c.event.handle()
 jquery.js:64
c.event.add/o()
 jquery.js:57
c.event.trigger()
 jquery.js:62
.trigger/<()
 jquery.js:75
c</<.each()
 jquery.js:34
c</b.prototype.each()
 jquery.js:27
.trigger()
 jquery.js:75
Drupal.admin.behaviors.shortcutToggle()
 admin_menu_toolbar.js:48
Drupal.admin.attachBehaviors/<()
 admin_menu.js:165
c</<.each()
 jquery.js:33
Drupal.admin.attachBehaviors()
 admin_menu.js:164
Drupal.behaviors.adminMenu.attach()
 admin_menu.js:50
Drupal.attachBehaviors/<()
 drupal.js:76
c</<.each()
 jquery.js:33
Drupal.attachBehaviors()
 drupal.js:74
<anonymous>
 drupal.js:481
c</<.ready()
 jquery.js:30
c</u()
 jquery.js:38
 admin_menu_toolbar.js:42:1

Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.
samstamport’s picture

When I uninstalled, then re-installed Firefox this problem went away.

helmo’s picture

Status: Active » Fixed

according to #6

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.