Closed (fixed)
Project:
SWFUpload
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 07:48 UTC
Updated:
22 Jun 2010 at 13:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
jordanmagnuson commentedIn Google Chrome, having more than one widget makes them ALL gray out. See http://drupal.org/node/716670
Comment #2
skilip commentedThanks for reporting (Jordan??). I haven't got the time to debug this ATM but will work on this asap.
Comment #3
lysander19 commentedFor me the problem seems to be only that settings flash_url is not filled only at the first instance.
I changed swfupload.module line 228: //'flash_url' => base_path() . str_replace('.js', '.swf', array_shift($swfupload_library->scripts['2.2.0.1'])),
to : 'flash_url' => base_path() . str_replace('.js', '.swf', $swfupload_library->scripts['2.2.0.1']['swfupload.js']),
and it works like a charm.
hope it helps
Comment #4
keith_k commented# 3 works. I recommend we keep the fix.
Comment #5
skilip commentedThis patch should fix this
Comment #6
eugenmayer commentedreviewed. Applied, tested - worked. I testede it in combination with also the other fixes - no side effects.
Switching over to beta3, as its also not fixed. Iam all for going to "reviewed and tested"
Comment #7
skilip commentedComment #8
skilip commented