samtiria / nextgen-gallery

Automatically exported from code.google.com/p/nextgen-gallery
0 stars 0 forks source link

TinyMCE button does not show all galleries #356

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After upgrading to latest NGG version, button in TinyMCE shows only latest 50 
galleries. But I have more than 200 galleries and it is not possible to select 
many of them to insert directly into post.

Original issue reported on code.google.com by pavele...@gmail.com on 27 Mar 2011 at 11:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
it's a autocomplete field , see http://alexrabe.de/2010/12/02/scalability/

Original comment by alex.cologne on 27 Mar 2011 at 11:43

GoogleCodeExporter commented 8 years ago
Oh, sorry...

But there is another problem on my second upgraded website.
After clicking TinyMCE button for NGG, no gallery is showed.
There is following JavaScript error in left bottom corner:

Message: Control can not be activated because it is not visible or is turned 
off, or is intended to activate (my translation to English).
Line: 28
Char: 70
URI: 
http://www.mydomain.com/wp-admin/admin-ajax.php?action=ngg_tinymce&ver=3393200

After trying debugging in IE, problem should be here: 

document.getElementById('gallerytag').focus();

But I am not sure...
Testing in Chrome, works well, this problem is probably related only to IE8.

Thank you for your help...

Original comment by pavele...@gmail.com on 27 Mar 2011 at 5:53