You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Lee Crossley (JIRA)" <ji...@apache.org> on 2014/02/11 10:45:19 UTC

[jira] [Created] (CB-6006) ms-touch-action doesn't always solve 'overscroll'

Lee Crossley created CB-6006:
--------------------------------

             Summary: ms-touch-action doesn't always solve 'overscroll'
                 Key: CB-6006
                 URL: https://issues.apache.org/jira/browse/CB-6006
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP8
    Affects Versions: 3.3.0
            Reporter: Lee Crossley
            Assignee: Jesse MacFadyen


Using:
{code:css}
-ms-touch-action: none
{code}
on the body doesn't always prevent overscroll.

If you have an element with:
{code:css}
overflow: scroll
{code}
within the body, occasionally the body element itself can scroll beyond the bounds of the html.

I've tried 
{code:css}
-ms-scroll-chaining
{code}
etc but there doesn't seem to be a way to prevent this behaviour reliably and have any scrollable content.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)