Bug 117431 - REGRESSION(r143560): Listbox select dispatches a change event by clicking its scrollbar
Summary: REGRESSION(r143560): Listbox select dispatches a change event by clicking its...
Status: RESOLVED DUPLICATE of bug 118019
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Major
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-06-10 15:11 PDT by Kent Tamura
Modified: 2013-07-02 18:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2013-06-10 15:11:29 PDT
Steps to reproduce:
1. open the following URL
data:text/html,<select name="test" id="test" multiple onchange="alert('change');"> <option value="1">Option 1</option> <option value="2">Option 2</option> <option value="3">Option 3</option> <option value="4">Option 4</option> <option value="5">Option 5</option> <option value="6">Option 6</option> <option value="7">Option 7</option> </select>
2. click on the scrollbar to show Option 5+.

Expected:
The listbox scrolls the content.

Actual:
The listbox scrolls the content, and 'change' event is dispatched even though selection state is not changed.



https://code.google.com/p/chromium/issues/detail?id=244406
Comment 1 Kent Tamura 2013-07-02 18:11:35 PDT

*** This bug has been marked as a duplicate of bug 118019 ***