Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Missing surfaces in horizontal endless mode #25

@czerasz

Description

@czerasz

Bug video available here.

The video presents a preview of this example with this configuration:

document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
window.addEventListener('load', function (e) {
    window.scrollerConfig = {
        gpuOptimization: true,
        scroll : 'horizontal',
        plugins: [
            'Endless'
        ],
        scrollbars: true
    };
    window.scroller = new Scroller('#wrapper', scrollerConfig);
});

Here is another video of that bug.

System/Browser details

OS Type OS Version Browser Type Javascript Enabled Cookies Enabled Color Depth Screen Resolution Browser Window Size Flash Version User Agent
X11 Ubuntu Firefox Yes Yes 24 1920 x 1080 1855 x 983 11.2.202 Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

It's also reproducible in Chrome 43.0.2357.81.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions