[Webkit-unassigned] [Bug 152637] New: position:fixed-related rendering bug on iPad Pro in Landscape orientation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 1 13:06:41 PST 2016


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

            Bug ID: 152637
           Summary: position:fixed-related rendering bug on iPad Pro in
                    Landscape orientation
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.0
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at chrisrebert.com

Created attachment 268073
  --> https://bugs.webkit.org/attachment.cgi?id=268073&action=review
Screenshot of the rendering bug

iOS version: 9.2
Hardware: iPad Pro
Device orientation: Landscape
Original Bootstrap bug report: https://github.com/twbs/bootstrap/issues/18738

Steps to reproduce:
1. Get an iPad Pro (or open the Xcode Simulator for iPad Pro).
2. Rotate the device (or use the "Rotate Right" in the Simulator) so that it is in a landscape orientation.
3. Open https://output.jsbin.com/sicula/1 in Safari
4. If using the simulator, ensure that the virtual device has actually remained in a landscape orientation.
     (Opening Safari appears to reset the orientation to Portrait in some circumstances.)
5. Tap the green "Setup" link on the webpage.
6. Observe that a menu is displayed below the link.
7. Tap the cyan "Tools" link on the webpage.

Expected result:
A menu should be properly displayed below the "Tools" link, like it was for the "Setup" link.

Actual result:
The menu displayed below the "Tools" link is missing a rectangular chunk on its left side.
See attached screenshot.

More details:
According to https://github.com/twbs/bootstrap/issues/18738 , this bug only occurs on iPad Pro and not on other iPad models.
This bug only occurs when the iPad Pro is in Landscape orientation, not when in Portrait orientation.
This bug only occurs when the navbar is styled as `position: fixed`.
This bug is visually very similar to (and thus presumably related to) https://bugs.webkit.org/show_bug.cgi?id=138162 ,
  although that bug involves zooming and applies to a wider range of iOS hardware models.

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


More information about the webkit-unassigned mailing list