[jquery-ui] Re: jQuery UI rc6 dialog() Causes 'Component is not available' exception when used in Greasemonkey

2009-02-21 Thread Daniel X Moore
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. --~--~-~--~---

[jquery-ui] Re: jQuery UI rc6 dialog() Causes 'Component is not available' exception when used in Greasemonkey

2009-02-19 Thread Daniel X Moore
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

[jquery-ui] jQuery UI rc6 dialog() Causes 'Component is not available' exception when used in Greasemonkey

2009-02-18 Thread Daniel X Moore
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