Skip to main content

Search and Top Navigation

#10670 closed bug (notabug)

Opened October 22, 2014 12:13PM UTC

Closed October 22, 2014 12:15PM UTC

Last modified October 22, 2014 12:42PM UTC

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

Attachments (0)
Change History (5)

Changed October 22, 2014 12:15PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

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

Changed October 22, 2014 12:17PM UTC by LP_Christoph comment:2

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

Changed October 22, 2014 12:24PM UTC by scottgonzalez comment:3

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."

Changed October 22, 2014 12:40PM UTC by LP_Christoph comment:4

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.

Changed October 22, 2014 12:42PM UTC by scottgonzalez comment:5

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.