<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 - &lt;select multiple&gt; box need support for Horizontal and Vertical scroll in webkit browser"
   href="https://bugs.webkit.org/show_bug.cgi?id=168902">168902</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>&lt;select multiple&gt; box need support for  Horizontal and Vertical scroll in webkit browser
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Other
          </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>prakash.ac05&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>i have select box option label as long text, so need to show full name with Horizontal and Vertical scroll bar. in normal browsers chrome or Firefox and all support Horizontal and Vertical scroll bar. But webkit browser not supported. Below is my code, please help me for this support.

Thanks &amp; Regards,
Prakash kumar S 





&lt;select id=&quot;lstUSBSelect&quot; multiple style=&quot;overflow-x:scroll;overflow-y:auto;width:210px;height: 100px;&quot;&gt;
   &lt;option value=&quot;1&quot; style=&quot;word-wrap: break-word;white-space: normal;&quot;&gt;SnapvdiBackupLongNameLongNameLonoooooooooooooooooooooooooooo&lt;/option&gt;
   &lt;option value=&quot;1&quot;&gt;SnapvdiBackupLo&lt;/option&gt;
   &lt;option value=&quot;2&quot;&gt;BBBBBBBBBBBBBBB&lt;/option&gt;
   &lt;option value=&quot;3&quot;&gt;CCCCCCCCCCCCCCC&lt;/option&gt;
   &lt;option value=&quot;1&quot;&gt;DDDDDDDDDDDDDDD&lt;/option&gt;
   &lt;option value=&quot;2&quot;&gt;SnapvdiBackupLo&lt;/option&gt;
   &lt;option value=&quot;3&quot;&gt;FFFFFFFFFFFFFFF&lt;/option&gt;
&lt;/select&gt;</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>