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.
- example.com
- example.com/#overlay=admin/reports
- example.com/#
- example.com/#content
- example.com/#content=&overlay=admin/reports
- 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
Comment #1
nlambert commentedThe 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