in Drupal 7.14 overlay fails if this module ist activated.

Test:
- install Drupal 7.14 overlay is ok
- install module Overlay Paths - Overlay fails ( in console flashes a Type Error fo a millisecond)

Comments

Thomas_S’s picture

ok, it hat do to with pathPrefixes.length and this patch in drupal 7.14:
http://drupal.org/node/1431076

Steven Jones’s picture

So is this a bug? or are you saying that's not?

Thomas_S’s picture

@steven
if you can you reconstruct this and overlay paths prevent all overlays in drupal 7.14 than it is a bug.

Steven Jones’s picture

Priority: Major » Critical

Okay, so the error that one sees is:

Drupal.settings.overlay.pathPrefixes is undefined

which comes from:
overlay-parent.js, line 357

Steven Jones’s picture

Status: Active » Fixed

Thanks for the bug report, a fix has been committed and pushed to 7.x-1.x.

timmay’s picture

Version: 7.x-1.x-dev » 7.x-1.1

I had the same problem after upgrading to 7.14. In the meantime, I discovered that it works if you also enable the "Overlay Paths - Example" module.

Status: Fixed » Closed (fixed)

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