WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 118019
117431
REGRESSION(
r143560
): Listbox select dispatches a change event by clicking its scrollbar
https://bugs.webkit.org/show_bug.cgi?id=117431
Summary
REGRESSION(r143560): Listbox select dispatches a change event by clicking its...
Kent Tamura
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Kent Tamura
Comment 1
2013-07-02 18:11:35 PDT
*** This bug has been marked as a duplicate of
bug 118019
***
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