lcdsantos / jQuery-Selectric

jQuery plugin for easy manipulation and customization of HTML selects
http://selectric.js.org/
MIT License
727 stars 157 forks source link

Add .selectric-open even in native mode #147

Open radiocity opened 7 years ago

radiocity commented 7 years ago

Touch event broken (android devices, ios7 and google chrome responsive mode) in d02329720721c7c58fc2fba80fc09455c19b5896 (current) version, but 9e5987c0e84c50951b158ea1449e31c6dafffdb6 works fine on responsive mode.

gearsdigital commented 7 years ago

@radiocity

Could you please add some more details related to your problem? What exactly does not work?

radiocity commented 7 years ago

Wrapper doesnt get selectric-open class and dropdown div doesnt appear.

Mobile classes:

div.selectric-wrapper.selectric-hover.selectric-focus
    div.selectric-hide-select.has-no-error
    div.selectric

Desktop classes:

div.selectric-wrapper.selectric-hover.selectric-focus.selectric-open
    div.selectric-hide-select.has-no-error
    div.selectric
gearsdigital commented 7 years ago

Thank you @radiocity. I'll take a look and let you know what happend here.

gearsdigital commented 7 years ago

As far as I can tell this is intended behaviour and not a bug. I'll dig into this issue later this year...

kontur commented 7 years ago

Have ran into the same problem.

jessicaix commented 5 years ago

We still experience this issue. Is there any update on this?