Closed (fixed)
Project:
SWFUpload
Version:
6.x-2.0-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
15 May 2010 at 17:09 UTC
Updated:
23 Jun 2010 at 07:40 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | swfupload-799838-2.patch | 719 bytes | skilip |
| swfupload.patch | 1006 bytes | eugenmayer |
Comments
Comment #1
skilip commentedComment #2
skilip commentedTiny cleanup
Comment #3
skilip commentedComment #4
skilip commentedAdded in BETA5