<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 - Dynamic content in '-webkit-scrolling-touch' scrollable container breaks scrolling"
   href="https://bugs.webkit.org/show_bug.cgi?id=150974">150974</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Dynamic content in '-webkit-scrolling-touch' scrollable container breaks scrolling
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>iOS
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>iOS 9.0
          </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>thomas.kelly&#64;shopify.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Summary:
When the content of a scrollable container using '-webkit-overflow-scrolling: touch' changes height from being smaller then the container to larger, the container is not scrollable.

Steps to Reproduce:
1. Open this CodePen in iOS9 Safari <a href="http://s.codepen.io/t-kelly/debug/qOowZR">http://s.codepen.io/t-kelly/debug/qOowZR</a>
2. Touch the first container using '-webkit-overflow-scrolling: touch' expand the content.
3. Notice how it cannot be scrolled.
4. Touch the other containers not using '-webkit-overflow-scrolling: touch' and then notice how they are still scrollable.

Expected Results:
A container using '-webkit-overflow-scrolling: touch' should be scrollable when the content inside it changes in height and requires scrolling.

Actual Results:
Content inside a container using '-webkit-overflow-scrolling: touch' is not scrollable</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>