Open
Bug 843554
Opened 12 years ago
Updated 5 years ago
Firefox checkbox change\click event order is non-standard
Categories
(Core :: DOM: Events, defect, P5)
Core
DOM: Events
Tracking
()
UNCONFIRMED
People
(Reporter: steve, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130215130331
Steps to reproduce:
Demo:
http://jsbin.com/anafev/5/edit
Run this in FF, webkit, and IE
Clicking a checkbox fires 2 javascript events (good)...ordering(bad):
Actual results:
Event Order:
Click
Change
Expected results:
Event Order:
Change
Click
It's causing issues with our MVVM components...so I don't know if there is a standard and FF follows it, but when everyone else does it the other way...we become non-standard.
![]() |
||
Updated•12 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → DOM: Events
Comment 1•10 years ago
|
||
Filed a relevant bug against the HTML spec:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28985
Comment 2•9 years ago
|
||
Per https://github.com/w3c/web-platform-tests/pull/2539 , Firefox's current event order (click, then change) is correct with respect to the HTML spec.
No modification is needed.
Updated•9 years ago
|
OS: Windows 8 → All
Hardware: x86_64 → All
Version: 19 Branch → Trunk
Comment 3•5 years ago
|
||
Bulk-downgrade of unassigned, 4 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•