yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.8k stars 467 forks source link

Hard to select items in IE10 Mobile #76

Closed vtbassmatt closed 9 years ago

vtbassmatt commented 11 years ago

The dropdown menus are really hard to tap in IE10 Mobile (Windows Phone 8). I have to zoom way in to successfully select an item. At the default zoom using Bootstrap's responsive CSS package, most of my taps are recognized as clicking the label of the field below. Works fine on Mobile Safari (iOS 6).

When I get a chance, I'll create an isolated test case, try to debug, and (if I find a solution) submit a patch. Creating a tracking issue for now.

It may be an interaction between this package and Crispy Forms - I haven't tried without Crispy.

vtbassmatt commented 9 years ago

Yes! I forgot it was still open. Thanks.

Sent from my Windows Phone

-----Original Message----- From: "James Pic" notifications@github.com Sent: ‎1/‎21/‎2015 2:24 AM To: "yourlabs/django-autocomplete-light" django-autocomplete-light@noreply.github.com Cc: "Matt Cooper" vtbassmatt@gmail.com Subject: Re: [django-autocomplete-light] Hard to select items in IE10 Mobile(#76)

Ok Matt it's awesome that the bug is fixed in IE 11 ;)

Can we close this issue now ? — Reply to this email directly or view it on GitHub.=

jpic commented 9 years ago

Thanks a heap !