Hello,

We are in the process of creating a theme with navigation based on anchor tags and the hash change event. However, the admin overlay is posing some problems for us.

Maybe with a few simple questions your answers could steer us in the right direction.

We noticed two things in particular. The "overlay-close" removes the overlay state, but does not remove the leading hash. Also, if a previous hash was already present in the url, an extra equals sign is added to the end before "&overlay=". Moreover, "overlay-close" does not remove the equals sign.

  1. example.com
  2. example.com/#overlay=admin/reports
  3. example.com/#
  1. example.com/#content
  2. example.com/#content=&overlay=admin/reports
  3. example.com/#content=

Could this be linked to the bbq plugin?

Obviously, the ideal situation would be if "overlay-close" restored the original state. Maybe this issue could be set as a feature request?

We would love to hear your thoughts on this.

Cheers

Comments

nlambert’s picture

Status: Active » Closed (works as designed)

The issue is solely linked to the bbq plugin.

In order for our theme to work well with the overlay, we will have to use bbq as well.

Cheers