Because of the nature of the flyout GTranslate, I think the Admin Overlay has trouble recalculating the size of the page, causing the bottom of the overlay to get cut off, sometimes to the point where I can't even click any "Save" buttons on the bottom.

This behavior is the same on Firefox and Chrome, both latest versions. I haven't tried it on Safari or Internet Explorer.

Comments

gbelot2003’s picture

I have the same problem..
Suscribing

Coufu’s picture

Subscribing

Coufu’s picture

I found a temporary "fix".... Just make the block visible only to non-admin users. Admins probably won't need to translate the page anyway.

Prague man’s picture

It does not work, when visiting the homepage of the problem reoccurs.

Prague man’s picture

Please correct this major problem! Collision with admin_menu module.

Warning: file_put_contents(cache/js/cf83355723d63d9fc3bf24e03ed4654a) [function.file-put-contents]: failed to open stream: No such file or directory in /data/web/virtuals/17202/virtual/www/gtranslate/translate.php on line 305
drubage’s picture

Any fix for this issue with administration menu? I see this at the bottom of the pages:

The requested page "/admin_menu/cache/9e2d869a336df569c6d4c0512e19d754" could not be found.

julien’s picture

Try to change your .htaccess gtranslate rewrite rules to this, see if that works. gtranslate is blocking every ajax requests, so the admin ajax requests are all broken. With the default ones from gtranslate, admin_menu, views, all admin UI are broken.

  #gtranslate
  RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)/(.*)$ /$1/$3 [R=301,L]
  RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)$ /$1/ [R=301,L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_URI} !^/js/
  RewriteCond %{HTTP:X-Requested-With} !=XMLHttpRequest
  RewriteCond %{HTTP:X-REQUESTED-WITH} !^(XMLHttpRequest)$
  RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
  RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1 [L,QSA]
apaderno’s picture

Title: Admin Overlay Bottom Cut Off » The admin overlay bottom is cut off
Version: 7.x-1.7 » 7.x-1.x-dev
Issue summary: View changes

Bugs are fixed in the development snapshots (the releases created from branches).