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

Upgrade jQuery to 1.11.1 #16

Open
aruizca opened this issue Dec 2, 2014 · 2 comments
Open

Upgrade jQuery to 1.11.1 #16

aruizca opened this issue Dec 2, 2014 · 2 comments

Comments

@aruizca
Copy link
Contributor

aruizca commented Dec 2, 2014

Some mobile devices events like tap are not supported in current version which is very very old. Event handling is so much better in version >= 1.8

@nickdos
Copy link
Contributor

nickdos commented Dec 15, 2014

We also need to check the mobile handing of autocomplete - that is triggering an error as it is hitting:

http://bie.ala.org.au/search/auto.jsonp

which returns an "error" JSON atttribute (but still a 200). Maybe change it to:

http://bie.ala.org.au/ws/search/auto.jsonp which throws a 400?

@aruizca
Copy link
Contributor Author

aruizca commented Dec 15, 2014

Hi @nickdos The problem was not really that. Because I upgraded my jQuery UI library to latest to solve problem with mobile devices, the packaged autocomplete widget in jQuery-UI was in conflict with the one that is actually used by ala-web-theme main.gsp layout. I had to download a customized version of jQuery-UI that does not include the autocomplete widget. But I encourage to replace current autocomplete widget with the one used in jQuery-UI. Nore details check task #17

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

No branches or pull requests

2 participants