AnthonyLins / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

'apprequests' dialog callbacks only work with internet explorer #392

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Initiate a dialog using either the .api or .ui methods, and pass a callback 
function as an argument.
2. Visit the application in chrome or firefox.
3. The callback will not be called, even though the dialog is working 
correctly. 

What is the expected output? What do you see instead?
-Expected functionality is for the callback function to be called, but what 
actually happens is that this only works when using internet explorer. 

What version of the product are you using? On what operating system?
-The latest release(1.8.1) and I'm on windows 7 64bit.

Please provide any additional information below.
-There is a similar bug post about callbacks for the cancel button in the 
dialog not working, but I am having the larger issue of callbacks not being 
triggered regardless of the user's decision to accept/decline. I tried all the 
fixes in the other bug report, but none of them made any difference. I'm 
wondering why this issue would be browser dependent, and if anybody has had the 
same problem and knows of a workaround- this is actually a fairly critical 
problem for my app. 

Thanks in advance for any help.  

Original issue reported on code.google.com by MrCreat...@gmail.com on 7 Dec 2011 at 9:32