I encountered and fixed an issue with the order of js file inclusion

    drupal_add_js('misc/tabledrag.js');
    drupal_add_js("$path/js/swfupload_widget.js");
    drupal_add_js($settings, 'setting');

tabledraf is not generaly included before swfupload_widget.js, this is not implied by the order of statements in php. You have to add tabledrag as type "'core'.
}Iam not sure this is related to some other issues like #341282: upload field greyed out

Patch attached (against beta3)

Marking as critical as swfupload wont work at all with this bug.

CommentFileSizeAuthor
#2 swfupload-799838-2.patch719 bytesskilip
swfupload.patch1006 byteseugenmayer

Comments

skilip’s picture

Status: Needs review » Reviewed & tested by the community
skilip’s picture

StatusFileSize
new719 bytes

Tiny cleanup

skilip’s picture

Version: 6.x-2.0-beta3 » 6.x-2.0-beta4
Status: Reviewed & tested by the community » Patch (to be ported)
skilip’s picture

Status: Patch (to be ported) » Fixed

Added in BETA5

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.