jquery ready doesn't fire when facebook script is blocked

Bug reports and enhancement requests
Post Reply
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

jquery ready doesn't fire when facebook script is blocked

Post by al_9x »

NS 2.0.9.4rc1, Fx 3.6.13, new profile
  1. Load
  2. Allow break.com, facebook.com; refresh; flash player loads
  3. forbid facebook.com; refresh; no player
The player is loaded from the the ready event:

Code: Select all

                jQuery(document).ready(function(){
                  flashOutPut();
                });
unless the facebook connect script is allowed:

Code: Select all

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
the ready event does not fire (firebug, venkman)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
User avatar
Giorgio Maone
Site Admin
Posts: 9527
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: jquery ready doesn't fire when facebook script is blocke

Post by Giorgio Maone »

Investigating, thanks.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: jquery ready doesn't fire when facebook script is blocke

Post by al_9x »

working now.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14
Post Reply