For some reason the theme is changing in the background when running the modal window, and no analysis is actually being performed. You can see what is happening in this screencast:

http://screencast.com/t/2xvwn4eTrkHx

My theme is here - but I do not think that the problem comes from here?

https://github.com/vih/vih.dk-theme

I have the newest versions of all related modules.

Comments

b-prod’s picture

Category: bug » support
Status: Active » Closed (won't fix)

You probably use the admin theme dor the node edit form. But the path for analysis is "contentanalysis/analyze_js" and does not begin by "admin", so Drupal does not use the admin theme to display the modal window but the main one.

You should use the "administration theme" module and specify the "contentanalysis/analyze_js" to use the admin theme.