Recent Topics

1 Jun 20, 2008 18:46    

My b2evolution Version: 2.4

When I use the bookmarklet to post some comments, I get the following error when I try to use the edit buttons (bold, italic, more, etc..) on the toolbar. In the Firefox javascript console I get the following error.

Error: Permission denied to get property Window.b2evo_Callbacks
Source File: http://www.goedzo.com/rsc/js/functions.js
Line: 224

On that line it says:
if( window.opener
&& window.opener.b2evo_Callbacks
&& ( typeof window.opener.b2evo_Callbacks != "undefined" ) )
{ // callback in parent document (e.g. "Files" popup)
if( window.opener.b2evo_Callbacks.trigger_callback( "wrap_selection_for_"+myField.id, hook_params ) )
{
return;
}
}

Any idea how to fix this?

2 Jun 23, 2008 02:00

I've found another thing with this, when I close the originating window from which I press the bookmarklet from, all the buttons work again. When the originating windows stays open, there is no problem with it.

I succes that window.openen is false or that access is denied on window.opener. Looks like the ffox security model cicking in.


Form is loading...