- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Apr 2014 12:33:35 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25323 spiritRKS1910 <crimsteam@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crimsteam@gmail.com --- Comment #1 from spiritRKS1910 <crimsteam@gmail.com> --- I just wanted to add that in IE we have other behavior. Simple comparison: - Chrome always use Event - Firefox use UIEvent only for scroll event. << according D3E it should also be resize (https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-resize) - IE use UIEvent for select, resize and scroll. More detail https://bugzilla.mozilla.org/show_bug.cgi?id=992703. Next problem is that when event is generated directly from UI then can be UIEvent interface. But sometimes we can make some synthetic action from script (using dedicated method) and how interpretate this? One browser use Event but other still use UIEvent. All specifications do not devote much space to exactly specify this behaviour. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 11 April 2014 12:33:36 UTC