[Webkit-unassigned] [Bug 202172] New: Aside/sidebar missing with both float and flex layouts in landscape mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 24 14:34:58 PDT 2019


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

            Bug ID: 202172
           Summary: Aside/sidebar missing with both float and flex layouts
                    in landscape mode
           Product: WebKit
           Version: Safari 12
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Severity: Major
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jab_creations at yahoo.com

Created attachment 379496

  --> https://bugs.webkit.org/attachment.cgi?id=379496&action=review

Screenshot from iPhone 6S 12.4 / Safari 12.1.2 in landscape mode.

On my iPhone 6S 12.4 / Safari 12.1.2 the sidebar for www.jabcreations.com is missing in landscape mode.

I initially had the system using floats and then updated to using flex. All other browsers in desktop and mobile devices / browsers work perfectly fine.

Additionally after hooking up the iPhone to the Mac and using remote Inspector I found that the rendering of display was set to none however the arrow link to show where the code was does not actually show display: none. In fact I raw-copied all of the CSS and could not find #side {display: none;}

The layout works find in portrait mode. The site toggles the content/sidebar just fine in portrait mode. I tested the CSS media queries and they do not seem to effect the website in landscape mode.

I have also tried setting overflow: hidden; and adjusted the total width of each child (<main id="liquid"> and <aside id="side">) to total much less than 100% and they do not appear side-by-side. The only way I could get the sidebar to display was to use an explicit display: block !important;.

So either Safari is incorrectly rendering, not showing the correct reference for the display property or both.

-- 
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/20190924/a7dfcde3/attachment.html>


More information about the webkit-unassigned mailing list