I found a small issue with overlay module: the overlay is shown you are in the admin area already.

Step to reproduce:

- Visit admin page directly: http://localhost/d7/admin/ ==> now we're in the admin area
- Click Structure, Content Types
- Click Manage Display on Article content type
- Click Configure button on Image field
- Click cancel
- Click Structure again ==> an overlay is popup

Expected result: No overlay is displayed

Comments

montesq’s picture

Priority: Normal » Minor

confirmed here!
Set to minor as it can be considered as a cosmetic issue

Jeff Burnz’s picture

I don't really get this, can you take a screenshot of the issue, I followed the steps to reproduce and all seems kosher to me?

montesq’s picture

StatusFileSize
new82.64 KB

@jeff: the issue is *just* that when you follow the different steps, at the end the overlay opens whereas it should not.
Find as attached the final screen, but I guess it won't help your comprehension ^^

Jeff Burnz’s picture

The odd thing about your screenshot is the path does not match the page. The last step in the process says to "Click Structure again" - this is an admin page and should open in the overlay, am I missing something here?

David_Rothstein’s picture

Title: Overlay popup error » After configuring a field on the Manage Display screen, the overlay can be opened on top of an admin page
Version: 7.0-rc1 » 7.x-dev

The bug is that an admin page is appearing in an overlay above another admin page. That should never happen.

I assume this probably has something to do with the AJAX framework... My bet would be that when you click that configure link on the image field, some new JavaScript is getting loaded into the page that messes things up.

Status: Active » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.