More details. :)

It only happens on the OK button of the dialog windows on IE8.

The OK button javascript that I pass to the dialog box is:

if($('#edit_user_form').valid()) { xajax_admin_processForm
(xajax.getFormValues('edit_user_form')); }

And it only happens on my production server. Works fine on my
development server.

I use Subversion to move code back and forth between the dev and
production environments. Both have the exact same code base.

Production server is HTTPS. Could this cause an issue some how?

Thinking this isn't a JQuery UI issue but just in case someone has any
ideas, I'm posting it. Looks like it might be an XAJAX API issue.

On Oct 29, 2:52 pm, FishGills <fishgi...@fishgills.net> wrote:
> Hey all,
> When I open a dialog with an OK and Cancel button, I'm getting the
> following error (Of course, it works fine in FF):
>
> Webpage error details
>
> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
> 4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
> 3.0.4506.2152; .NET CLR 3.5.30729)
> Timestamp: Thu, 29 Oct 2009 21:50:34 UTC
>
> Message: Object doesn't support this property or method
> Line: 7389
> Char: 26
> Code: 0
> URI:https://xxxx.xxxx.com/includes/jscript/jquery/jquery-ui-1.7.2.custom....
>
> jquery-ui-1.7.2.custom.min.js has:
>
> http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js
>
> Pasted straight in it for testing purposes, don't let the file name
> fool you. :)
>
> Line 7389 is:
>
> .click(function() { fn.apply(self.element[0], arguments); })
>
> Not sure what to do...

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to