- From: <bugzilla@jessica.w3.org>
- Date: Tue, 29 Apr 2014 12:50:02 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25498 Bug ID: 25498 Summary: Why all methods generated trusted event? Product: CSS Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: CSSOM View Assignee: simonp@opera.com Reporter: crimsteam@gmail.com QA Contact: public-css-bugzilla@w3.org Hi, firing trusted event in all method in CSSOM View Module is intentional? Firstly, at this moment only Firefox and IE support Event.isTrusted, so you should test them. Secondly, at this moment this browser set isTrusted="true" for this methods, but it looks like a bug in the specification. All specification (or at least most) defined that when we invoke method from script must be firing synthetic event (isTrusted="false"), but in CSSOM View Module all method requires a trusted event. Check definition for: - Window.scroll() - Window.scrollTo() - Window.scrollBy() - Element.scrollTop (when setting) - Element.scrollLeft(when setting) - and probably in more cases (I check only above) If for some reason must be trusted then OK, but it looks weird. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 29 April 2014 12:50:06 UTC