<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - incorrect position:fixed; rendering when child of position:relative;left:X%; element on OS X &amp; iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=147284">147284</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>incorrect position:fixed; rendering when child of position:relative;left:X%; element on OS X &amp; iOS
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>CSS
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>webkit&#64;rebertia.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=257494" name="attach_257494" title="Screenshot of incorrect Safari rendering">attachment 257494</a> <a href="attachment.cgi?id=257494&amp;action=edit" title="Screenshot of incorrect Safari rendering">[details]</a></span>
Screenshot of incorrect Safari rendering

OS X Safari version: 8.0.7 (10600.7.12)
WebKit Nightly version: r186963
OS X version: Yosemite
iOS version: 8.4
Possibly related to: <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - css rendering bug : fixed-position-element and 'left'"
   href="show_bug.cgi?id=122878">https://bugs.webkit.org/show_bug.cgi?id=122878</a>
Original Bootstrap issue: <a href="https://github.com/twbs/bootstrap/issues/16814">https://github.com/twbs/bootstrap/issues/16814</a>

It seems that WebKit/Safari places position:fixed elements incorrectly when they do not have a left/right/top/bottom property set on them and are a child of an element that is position:relative;left:X%;

See the attached screenshots. Safari renders the example differently from Chrome. IE11 and Firefox give the same result as Chrome.

To reproduce:
1. Open <a href="http://jsbin.com/rohemer">http://jsbin.com/rohemer</a> in OS X Safari or iOS Safari.
2. Look at the red paragraph's text.

Actual result:
The red paragraph's text doesn't quite make sense, because part of it isn't visible.

Expected result:
The red paragraph's text makes sense because all of its text is visible.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>