WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
168902
<select multiple> box need support for Horizontal and Vertical scroll in webkit browser
https://bugs.webkit.org/show_bug.cgi?id=168902
Summary
<select multiple> box need support for Horizontal and Vertical scroll in web...
Prakash
Reported
2017-02-26 22:52:19 PST
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>
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-02-27 19:34:53 PST
<
rdar://problem/30749766
>
Ahmad Saleem
Comment 2
2023-12-15 18:24:19 PST
@Aditya - Is it something supported by vertical form controls?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug