Bug 163566
Summary: | Should pointer events use floats instead of ints? Retina displays may have fractional position. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Jones <jeremyj-wk> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | zalan |
Priority: | P2 | ||
Version: | Safari 10 | ||
Hardware: | Mac | ||
OS: | OS X 10.11 |
Jeremy Jones
In PlatformMouseEvent
IntPoint m_position;
IntPoint m_globalPosition;
IntPoint m_movementDelta;
Maybe these should be FloatPoint.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
zalan
*** This bug has been marked as a duplicate of bug 131990 ***