Viewing 9 replies - 1 through 9 (of 9 total)
  • Wonderful.

    What I noticed:
    After you attach the file to the current post nothing happens. Never leaves a message only in JavaScript Console.

    Closing the modal window does not load the list of photos.

    When you try to disconnect attachments out a javascript error:

    Uncaught ReferenceError: data is not defined
    file-gallery.js:1178

    For now, I found this

    serdominik

    Plugin Author Aesqe

    (@aesqe)

    @serdominik: thanks for spotting that bug, I’ve uploaded a new version with that issue fixed πŸ™‚

    closing the modal window via its close button will refresh the File Gallery interface, but closing it via escape button won’t. I’ll implement that.

    I’ll work on the plugin tomorrow and the first thing I’ll add is displaying a notice after attaching new files via copy.

    Hi Aesqe!
    I am using this version, and I found some thing bug(?) below.

    <Probrem>
    I cannot “Insert Single Image” in anywhere.

    <Check with FIREBUG>
    I checked when I push the “Insert Single Image” button.

    -> ERROR : assignment to undeclared variable attachment_id

    <One of Solution> JUSt IDEA!

    Add a declare in a file [file-gallery.js] , LINE:1300.

    {BEFORE}
    1300 attachment_id = $(“#data_collector_checked”).val();

    {AFTER}
    1300 var attachment_id = $(“#data_collector_checked”).val();

    I guess there are any problem in my environment, it is not your problem, isn’t it?

    Regard,

    LEOMARU

    Plugin Author Aesqe

    (@aesqe)

    @leomaru: thanks for reporting the bug!

    please download the latest version from github – the issue should be fixed πŸ™‚

    leomaru

    (@leomaru)

    Dear Aesqe,

    Thank you for fixed the problem!

    I checked and confirmed it working correctly!!
    * I can insert Single Image from this plug-in to my post πŸ™‚

    I appreciate for your in-time response and kindness!

    Regards,

    LEOMARU

    jynk

    (@jynk)

    Hello – another error caused from trying to insert an image (newest FG & WP).

    TypeError: ‘undefined’ is not an object (evaluating ‘ed.id’), line 236

    if( ed !== void 0 || (ed.id && file_gallery.gallery_image_clicked[ed.id] === false && force === false) ) {
     return;
    }
    Plugin Author Aesqe

    (@aesqe)

    @jynk: please re-download the latest zip from github, I fixed this typo a few days ago πŸ˜‰

    i found a bug, which prevents to insert pic/gallary to post
    firebux error says:
    ReferenceError: send_to_editor is not defined
    [Break On This Error]

    send_to_editor(single_data);

    error here too –

    TypeError: ‘undefined’ is not an object (evaluating ‘toolbar.views._views[“”][1].collection.props’)

    line 72 –

    toolbar.views._views[""][1].collection.props.set({nocache:(+(new Date()))});

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘File Gallery development versions on GitHub’ is closed to new replies.