Closed (won't fix)
Project:
Content Analysis
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2012 at 10:49 UTC
Updated:
17 Mar 2013 at 22:52 UTC
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
Comment #1
b-prod commentedYou 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.