Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
overlay.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 22:26 UTC
Updated:
27 Nov 2013 at 07:51 UTC
Jump to comment: Most recent
Comments
Comment #1
Jeff Burnz commentedSub
Comment #2
plachComment #3
bforchhammer commentedAfter looking at some of the overlay javascript code I think there's two parts to this:
http://drupal7.dev/de/adminis redirected tohttp://drupal7.dev/de/admin#overlay-context=instead ofhttp://drupal7.dev/#overlay=de/admin(which works fine). (Maybe a solution could be to populate the pathPrefix variable introduced in #759844: Overlay does not work with prefixed URL paths with a regex matching all possible prefixes?)It's the first time I'm looking at the overlay module, so let me know if I'm completely off or missing something...
Comment #4
bforchhammer commentedAfaik still a problem in D8, which is where it should be fixed first now... right?
Comment #5
nod_#1431076: Overlay does not work with prefixed URL paths , same type of issue and you're right bforchhammer.
Comment #6
xjmIf the patch in #1431076: Overlay does not work with prefixed URL paths resolves this issue, then let's mark this one duplicate.
Comment #7
mtiftI applied #1431076: Overlay does not work with prefixed URL paths and it does not resolve this issue. I'll take a look more closely at this one.
Comment #8
nod_Overlay is dead to D8 #2088121: Remove Overlay.