Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Panel and page scrolling content #5988

Closed
@turbix

Description

@turbix

I have long page content and on top of it have fixed panel, shows a context menu. It happens that user can scroll page content by swiping over panel content, like panel would be a transparent. It is unexpected as panel is supposed to be a "modal" object, while page is in background.

Another, much larger problem -- if panel has a edit box (input type=text) and main page with long content is scrolled down then in moment user starts entering text into panel's edit box background page is scrolled up to 0. This effect as it seems made by soft keyboard, on first typed symbol. I can guess this is connected to "scrollability" of page over panel. This problem reproducible on Android 4.x devices and not reproducible on 2.3. under PG. This effect is especially bad on tablet devices, as content suddenly goes up and user has no option to view original point from where panel was opened.

panel is declared as

    <div data-role="panel" data-display="overlay" data-position="right" data-swipe-close="false" data-dismissible="false" data-position-fixed=true >
        <div class="panelcontent" >
            <ul data-role="listview"  data-theme="c" data-divider-theme="c" >

                <li data-role="list-divider">Some text</li>
                <li><a href="#" >
                    <img  src="x.png" />
                    <h3><input type="text" value=""></input></h3>
                </a></li>
             </ul>
          </div> 
    </div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions