-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking scrollbar in <select multiple> with overflowed options will select nearby <option> in Chrome #19810
Comments
Clarification: This only happens with Confirmed in Chrome; all other browsers seem to work fine (I didn't check Opera). Edit: I tested in Windows 7 Here is a JSFiddle demonstrating the suggested change: https://jsfiddle.net/a3rkua5p/. I tested this in all browsers (except Opera) and didn't notice any adverse effects. The change does not affect 👍 for implementing this. Perhaps we should also report this to Chrome as this behavior is inconsistent with other browsers. |
On second thought, perhaps this is within the scope of normalize.css. |
Confirmed in OS X Chrome. Doesn't happen with in a fiddle with only Normalize.css loaded, so something in Bootstrap must be triggering this. Definitely seems like Chrome itself has a bug though. |
Confirmed in the latest Chrome on Windows. |
Confirmed that removing the |
@cvrebert I did my cross-browser testing on Windows 7. I'll try to do some testing in Linux later today. |
On Linux (Lubuntu), I cannot reproduce with chrome 48.0.2564.116. My Linux box is 32-bit so I can't test with later releases of Chrome. 😞 |
Going to assume this is cross-platform since both Windows and OS X are affected. |
Known Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=597642 |
Refs https://crbug.com/597642 Closes #19810 [skip sauce]
Refs https://crbug.com/597642 Closes #19810 [skip sauce]
Has been "WontFix"ed because it apparently cannot be reproduced anymore. |
I use chrome v50.0.2661.87 m.
While option text overflowed, user could select option every single clicking on scrollbar.
Does anyone could reproduce this issue?
Here is the sample code:
https://jsfiddle.net/umt87ojo/1/
And finally I found if:
and problem solved!!!!
The text was updated successfully, but these errors were encountered: