Bug 111527
Summary: | Introduces a per-scope EventContext. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hayato Ito <hayato> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | rniwa, webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 59805 |
Hayato Ito
The context is here:
https://bugs.webkit.org/show_bug.cgi?id=107800#c17
Some properties on Touch Events does not change and can be shared between nodes in the same TreeScope.
That'd be nice that we have a per-scope TouchEventContext rather than the current per-node TouchEventContext.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Not gonna do this.