- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Apr 2014 22:54:10 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25358
Bug ID: 25358
Summary: "Context info: UIEvent.view" sometimes only has
defaultView
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: travil@microsoft.com
Reporter: garykac@google.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
(originally from 25295)
In the table that defines the types of events, rows "Context info:
UIEvent.view" somtimes have only defaultView, but there is also defaultView,
null. These are the correct values? Look:
blur UIEvent.view: defaultView
focus, focusin, focusout UIEvent.view: defaultView, null
Any explanation why they have different values?
Te same situtation:
load, unload, abort, error, select UIEvent.view: defaultView, null
resize, scroll UIEvent.view: defaultView
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 15 April 2014 22:54:13 UTC