Fresh install, o_O ;)

CommentFileSizeAuthor
Screenshot-431.jpg50.64 KBeigentor

Comments

eigentor’s picture

Issue tags: +Usability, +overlay, +D7UX

adding tags

seutje’s picture

subscribe, but I would swear I've seen another issue about this, can't find it anymore though

ksenzee’s picture

Component: overlay.module » theme system

It's a bug elsewhere in core, in which the preprocess functions in overlay module aren't registered after the module is enabled for the first time. If you clear caches all is well.

ksenzee’s picture

Title: Duplication of Toolbar in Overlay » preprocess functions in modules don't get called after enabling the module

Forgot to retitle. I should also point out this is only true if you enable the module after your site is installed. Modules enabled as part of an install profile get their preprocess functions called correctly.

ksenzee’s picture

Priority: Normal » Critical

Bumping to critical. People are reporting this makes overlay unusable for them, since they can't see the close button (and aren't good enough mind-readers to know they can close the overlay using the ESC key).

eigentor’s picture

This happened from a fresh install. So Overlay was activated from the profile.
Gonna double-check to confirm this was not just some error in my personal install process.

Can confirm clearing cache tables removes the problem, clearing theme cache (by going to appearance page and hit save) is not enough.

David_Rothstein’s picture

I think this is probably a duplicate of #651086: Cache clearing is an ineffective mess in module_enable() and system_modules_submit() - is it?

(Well, technically that one's the duplicate, but there's a patch there and I think it identifies a more-encompassing version of the same problem....)

eigentor’s picture

Hm the error is still there. Fresh install: deleted all files incl. CVS files, fresh checkout from CVS.
All database tables deleted, installed anew.

Can confirm clearing drupal caches via admin/development/performance fixes the problem.

I am a bit unsure if these caches can be in the browser, since I reinstall Drupal in the same directory and with the same name that is has been before.

But aren't those Drupal's internal caches that have nothing to do with the browser?

Maybe an install of someone that had never installed it before or in a completely different path or browser can get more relevant results...

eigentor’s picture

Feedback shows this is still there for some people from a fresh install http://drupal.org/node/659488#comment-2381650 see points 2 and 4

David_Rothstein’s picture

Status: Active » Closed (duplicate)

OK, I'm close to 100% sure that this is a duplicate of #651086: Cache clearing is an ineffective mess in module_enable() and system_modules_submit().

If applying the latest patch in that issue (and then reinstalling Drupal) does not fix this for anyone, please feel free to reopen it, though!