Update: The focus() method from the standard jQuery library also
throws the same error:
$('body').focus();
Maybe the UI dialog is calling the focus method at some point?
If so then fixing the issue at the focus method may fix it for many of
the UI components as well.
--~--~-~--~---
e an
simple workaround by changing some code in the dialog plugin.
On Feb 19, 6:39 am, Fontzter wrote:
> Hey Daniel,
>
> Not sure, but this might help:http://joanpiedra.com/jquery/greasemonkey/
>
> Lmk, if you get it working.
>
> Dave
>
> On Feb 19, 12:50 am, Daniel X M
I'm getting this awkward error any time I try and create a dialog from
Greasemonkey... I believe it has to do with the limitations of
XPCNativeWrapper
https://developer.mozilla.org/en/XPCNativeWrapper#Limitations_of_XPCNativeWrapper
, though I am not 100% sure.
None of the core jQuery methods t