RESOLVED CONFIGURATION CHANGED 152540
<select mutiple> not firing change event when mouse is released outside
https://bugs.webkit.org/show_bug.cgi?id=152540
Summary <select mutiple> not firing change event when mouse is released outside
Evan You
Reported 2015-12-23 15:32:46 PST
Live reproduction URL: https://jsfiddle.net/yyx990803/19yco4nv/ Steps to reproduce the problem: 1. Create a <select> element with the "multiple" attribute; 2. Drag over multiple options in the select box and release the mouse outside of it. What is the expected behavior? The <select> element should have fired a "change" event. What went wrong? The "change" event is not fired. Behavior in other browsers: - All other browsers except Chrome for Windows fire the "change" event correctly. - Chrome for Windows fails the fire the event under stricter conditions. See Chromium issue: https://code.google.com/p/chromium/issues/detail?id=571927
Attachments
Ahmad Saleem
Comment 1 2024-02-07 22:19:54 PST
Safari Technology Preview 188 seems to work fine. Marking this as 'RESOLVED CONFIGURATION CHANGED'. CCing - Abrar, Karl for any retesting etc.
Note You need to log in before you can comment on or make changes to this bug.