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

Remove check for "Mobile" on android devices #2468

Closed
wants to merge 3 commits into from

Conversation

mydea
Copy link

@mydea mydea commented Nov 3, 2015

Chosen has some issues on some android devices like the Nexus 9. This commit will deactivate chosen on all android devices.

See Issue #2443

Francesco Novy and others added 3 commits November 3, 2015 08:42
Chosen has some issues on some android devices like the Nexus 9. This commit will deactivate chosen on all android devices.
When embedding chosen in a chrome extension, the keyboard shortcut
includes the option key. If a chosen instance happens to be focused at the
time, releasing the option key opens it, but shouldn't.
@pfiller
Copy link
Contributor

pfiller commented Jun 3, 2016

Thanks @mydea, but this PR is not currently merge-able because it combines 3 separate issues into one:

  • Remove check for "mobile" on Android: seems like this might be a good idea.
  • Disable Chosen on iPad: Has there been consensus somewhere on this? I'm not sure I'm 👍 on this change.
  • Don't open up chosen on option keyup: Chosen isn't currently opening for me on option press. Not sure why this is necessary and we'd want to see a fiddle showing the issue first.

At the very least, these should be in separate PRs. The Android change is the one most likely to get merged given the above info.

@pfiller pfiller closed this Jun 3, 2016
@mydea
Copy link
Author

mydea commented Jun 3, 2016

Hey! So, the 3. part is apparently a leftover upstream commit from harvesthq/master that was later removed again - It took me a while to figure out how that ended up here ;)

I'll make another PR with just the android changes.

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

Successfully merging this pull request may close these issues.

None yet

3 participants