Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#10670 closed bug (notabug)

Button Click in Safari Browser doesnt work

Reported by: LP_Christoph Owned by:
Priority: minor Milestone: none
Component: ui.button Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:

Description

Hi,

we got a Problem with a jQuery UI generated Button in Safari. We are using Safari on a MAC (MacBook or iMac).

When we click a Button to start a registration for a course, the Web Inspector of Safarai tells us the following:

TypeError: 'undefinded' is not an object (evaluating 'caller.arguments.callee') Sys$WebForms$PageRequestManager$_doPostBack (anonymous function) ModifyUser <- this is our c#-function to edit a user in our database click apply (anoymous function) <- Web Inspector tells us, that this comes from jquery-ui-1.9.1.custom.min.js:6:169693 dispatch <- this comes from jquery-1.8.2.min.js:3063 eventHandle <- this comes from jquery-1.8.2.min.js:2681

I am not sure where this ticket belongs to, because we are using jquery ui and jquery. Maybe you can hand it over to the jquery-guys so that you both can have a look at this issue.

I wont attach a URL to our complex aspx-site. What I can do is, give you a screenshot of my test where the Safari tells me where the problem is.

Please tell me where I can attach a Screenshot to the ticket.

Best regards, Christoph

Change History (5)

comment:1 Changed 8 years ago by Scott González

Resolution: notabug
Status: newclosed

Please use the forums, IRC, or Stack Overflow for support.

comment:2 Changed 8 years ago by LP_Christoph

You ar so funny! It is clearly a bug by jqueryui and you close it directly, nice fail guys!

comment:3 Changed 8 years ago by Scott González

Actually, it's clearly a bug in your code, specifically the ModifyUser() function. When you say "Web Inspector tells us, that this comes from jquery-ui-1.9.1.custom.min.js:6:169693 dispatch" what you really mean is "jQuery UI triggered an event and one of my event handlers threw an error."

comment:4 Changed 8 years ago by LP_Christoph

If you think, we got a bug in this function, tell me why this function works correctly in all Browsers except Safari?!

There is no bug in our function, me and other developers checked it really often.

comment:5 Changed 8 years ago by Scott González

Then provide a reduced test case that doesn't use that function or any .NET features at all and show that there's a bug in jQuery UI. If you can't do that, then there's no bug in jQuery UI.

Note: See TracTickets for help on using tickets.