Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from Sammy 0.7.4 to 0.7.5 causes jquery ui datepicker to route when changing month. #242

Open
Sopkillen opened this issue Jan 21, 2015 · 0 comments

Comments

@Sopkillen
Copy link

Default behavior of the a tag used for month is not suppressed after upgrade.

Affected part in jquery ui seems to be:
ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ).apply( matched.elem, args );

if ( ret !== undefined ) {
if ( (event.result = ret) === false ) {
event.preventDefault();
event.stopPropagation();
}
}

Those two functions runs in 0.7.4 but not in 0.7.5.

You can see in this fiddle that sammys routing is triggered by month switching in 0.7.5.
http://jsfiddle.net/tj5bhxLm/#hello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant