mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

scrollableContent form input/textarea style: {pointer-events: none;}

Open maqic opened this issue 9 years ago • 2 comments

browser: google chrome v50.0.2661.94 (64-bit) device mode iPhone 6 desc: click on scrollable-content div cause style: {pointer-events: none;} on input or textarea element

  // overthrow.support === 'none'
  if (overthrow.support !== 'native') {
    element.addClass('overthrow');
    overthrow.forget();
    overthrow.set();
  }

why?

maqic avatar May 08 '16 19:05 maqic

i suggest to remove overthrow.js

or set

    input, textarea {
      pointer-events: auto !important;
    }

maqic avatar May 08 '16 19:05 maqic

@maqic Sorry, i totally overlooked this. Seems to be important.

I can't reproduce the issue. I tried here: http://mobileangularui.com/demo/#/forms, that's also inside a scrollable-content.

Consider that with an iphone6 overthrow should not be triggered at all.

I doubt is an issue with scrollable content or overthrow at all. It would be nice to have some more details here. Ideally some code, so i can look into that.

mcasimir avatar Aug 28 '16 15:08 mcasimir