[Webkit-unassigned] [Bug 168902] New: <select multiple> box need support for Horizontal and Vertical scroll in webkit browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 26 22:52:19 PST 2017


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

            Bug ID: 168902
           Summary: <select multiple> box need support for  Horizontal and
                    Vertical scroll in webkit browser
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Other
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: prakash.ac05 at gmail.com

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 & Regards,
Prakash kumar S 





<select id="lstUSBSelect" multiple style="overflow-x:scroll;overflow-y:auto;width:210px;height: 100px;">
   <option value="1" style="word-wrap: break-word;white-space: normal;">SnapvdiBackupLongNameLongNameLonoooooooooooooooooooooooooooo</option>
   <option value="1">SnapvdiBackupLo</option>
   <option value="2">BBBBBBBBBBBBBBB</option>
   <option value="3">CCCCCCCCCCCCCCC</option>
   <option value="1">DDDDDDDDDDDDDDD</option>
   <option value="2">SnapvdiBackupLo</option>
   <option value="3">FFFFFFFFFFFFFFF</option>
</select>

-- 
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/20170227/ded11688/attachment.html>


More information about the webkit-unassigned mailing list