furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

Dialog titlebar x-button doesn't work #266

Open wildabyss opened 8 years ago

wildabyss commented 8 years ago

The x-button (for closing dialog modal) doesn't work with touch-punch on mobile. This has been tried with http://touchpunch.furf.com/content.php?/dialog/default-functionality

I'm using Chrome 51.0.2704.81 on Android 6.0.1

It works fine, however, on desktop.

AndreiRosu commented 7 years ago

Any solution to this issue?

Fr1ar commented 6 years ago

Problem still persists :(

ghost commented 6 years ago

Hi, I'm having the same problem on touchscreen desktop with Chrome & IE From what I have seen, there is a conflict between menu bar being draggable and close button (which actually overlaps menu bar). Configure draggable = false made the problem disappear in my case, and I was happy with that.

Fr1ar commented 6 years ago

This pull request helped me: https://github.com/furf/jquery-ui-touch-punch/pull/196/files Why it's still not merged into trunk?