[Webkit-unassigned] [Bug 229583] New: nasa.gov: Menu covers the article content instead of pushing content down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 13:28:46 PDT 2021


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

            Bug ID: 229583
           Summary: nasa.gov: Menu covers the article content instead of
                    pushing content down
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

If you make the browser window displaying nasa.gov narrow enough that its menu switches to a hamburger style menu, selecting menu items will overlay the view. In Chrome I notice that the view updates so that the article content is still displayed, rather than overlaid.

1. Launch nasa.gov in Safari and Chrome
2. Make Safari/Chrome window narrow enough that menu becomes a hamburger menu.
3. Select any article from Home page
4. Click on the Menu from top right corner

Result:
The contents of the article/webpage is overlapped by the menu in Safari, but the page adjusts in Chrome.

This appears to be a flexbox issue.

When .side-bar__wrapper does not have the display: flex; property set (so it default to display: block) Chrome starts behaving like Safari. It seems to be related to our flexbox implementation.

-- 
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/20210826/7ed241ed/attachment.htm>


More information about the webkit-unassigned mailing list