Comment 11 for bug 819102

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/1050
Committed: http://gitorious.org/mahara/mahara/commit/56ace97c3e24158e8cf39a883a0e52c717e3a8a5
Submitter: Francois Marier (<email address hidden>)
Branch: master

commit 56ace97c3e24158e8cf39a883a0e52c717e3a8a5
Author: Richard Mansfield <email address hidden>
Date: Wed Feb 15 15:22:13 2012 +1300

    Fix file block config edit, select, upload buttons in Chrome (bug #819102)

    For filebrowsers inside configuration forms in Chrome, the edit,
    select, and file upload buttons appear to have no effect when the
    copyright agreement is enabled.

    In fact the javascript for these buttons *is* executed, but Chrome
    won't display the resulting changes, making it rather difficult to
    click on some of the buttons in forms that are opened up.

    Adding a slight delay before disabling the file input fixes the issue.

    Change-Id: I8cfde0056f0aefc027e3a532488be3c369292b65
    Signed-off-by: Richard Mansfield <email address hidden>