You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
$.weeboxs.open(url,
{ contentType: 'ajax',
title: 'a title',
width: 400,
onok: function() { $.weeboxs.close(); }
});
The above on your 0.1 release, does not work in Firefox 3.0.6
IE 7 seems to work fine. Everything seams very smooth and functional
except the close function on Firefox. I tried function(box){box.close()}
as well with nothing happening either. No errors are reported, just no action.
Original issue reported on code.google.com by [email protected] on 12 Feb 2009 at 2:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Feb 2009 at 2:18The text was updated successfully, but these errors were encountered: