WP7 IE - CSS modal popup: Taps/Clicks go through overlay div and trigger links that should be invisible

前端 未结 3 1115
星月不相逢
星月不相逢 2021-01-23 11:27

I am making a HTML/CSS and jQuery-based file manager aimed at mobile devices. Part of it involves the use of CSS=based modal dialog boxes for various file operations (copy, dele

3条回答
  •  深忆病人
    2021-01-23 12:27

    If by "activate anything behind it" means input controls like text input then I had the same issue. To be honesty I don't know a good solution. My workaround was disabling input controls during popup is showed and then activating them back by removing disabled attribute. The problem seems not to be related to jqmobile, but supposed to be a general behavior.

提交回复
热议问题