Skip to content

Clicking scrollbar in <select multiple> with overflowed options will select nearby <option> in Chrome #19810

@wengjs

Description

@wengjs

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:

select > option {
  overflow-x:hidden;
}

and problem solved!!!!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions