[Webkit-unassigned] [Bug 188223] New: Keyboard presentation scrolls elements positioned headers off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 07:52:47 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188223

            Bug ID: 188223
           Summary: Keyboard presentation scrolls elements positioned
                    headers off
           Product: WebKit
           Version: Safari 11
          Hardware: iPhone / iPad
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: teamfortress70 at hotmail.com

Elements positioned with methods flexbox or position absolute/fixed to serves as consistent headers/toolbars are scrolled off when inputs are at the bottom of the page. This is a common pattern when switching away from body scrolling, and instead containerizing content in an app structure.

pseudo example:

<div> display: flex; flex-direction: column; height: 100%; position: relative;
 <div> flex: 0 0 auto; width: 100%;
   header content
 </div>
 <div> flex: 1 1 auto; height: 100; width: 100%; overflow: auto;
   scrolling content
   <input />
 </div>
</div>

It'd be desirable to have this function similar to other mobile browsers and resize the view instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180801/b4463926/attachment.html>


More information about the webkit-unassigned mailing list