Closed GoogleCodeExporter closed 9 years ago
forgot to put in steps, but they are explained in the next paragraph.
Original comment by ingve.s...@gmail.com
on 25 Nov 2010 at 11:20
Did you use WidgetHelper.RegisterScript to register the javascript file?
If the script is added to the page, all the functions, variables will be
declared twice and thus produce JS error.
Original comment by omaralzabir@gmail.com
on 21 Feb 2011 at 2:54
You can reproduce this problem on the live Dropthings web site. Just add more
than one Fast Flickr widget, refresh the page and you will get a javascript
error: FastFlickrWidget is undefined. From here the widget will not work as
expected.
This widget uses the WidgetHelper.RegisterWidgetScript in OnPreRender event.
Original comment by iancarri...@googlemail.com
on 7 Mar 2011 at 11:41
Could it be that there is some sort of timing issue rather than/as well as
variables declared twice? The reason I say this is; for a page with 2
FastFlickr widgets, the "FastFlickrWidget is undefined" js error message
appears BEFORE the FastFlickrWidget.js file is actually loaded. See attached
for proof of this. This only occurs when there is more than one widget.
Original comment by iancarri...@googlemail.com
on 7 Mar 2011 at 12:40
Attachments:
Dear Mr. Al Zabir, I am using an older version of dropthings, and in Issue 144
(a duplicate of this issue) you advise trying the latest code, however, I am
hesitant to do a complete version change if it is at all possible to remedy the
problem with a bit of code. So, if you could, will you please tell me what
exactly needs to be changed in order to fix this issue, assuming it has been
fixed in the newer Dropthings versions.
Thanks a lot.
Original comment by noah.cou...@gmail.com
on 30 Jun 2011 at 4:59
I am trying to debug the issue. Let's see if I can reproduce it.
Original comment by omaralzabir@gmail.com
on 10 Jul 2011 at 2:11
This has been fixed in the new 2.7.6 version.
Original comment by omaralzabir@gmail.com
on 19 Jul 2011 at 7:55
Original issue reported on code.google.com by
ingve.s...@gmail.com
on 25 Nov 2010 at 11:19