[ 
https://issues.apache.org/jira/browse/CB-6006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lee Crossley updated CB-6006:
-----------------------------

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

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

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

  was:
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.


> 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}
> -ms-touch-action: none
> {code}
> on the body doesn't always prevent overscroll.
> If you have an element with:
> {code}
> overflow: scroll
> {code}
> within the body, occasionally the body element itself can scroll beyond the 
> bounds of the html.
> I've tried 
> {code}
> -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)

Reply via email to