- Marius fixed W3C test download when the directory doesn’t exist
- https://github.com/jquery/PEP/pull/301
- Probably caused by dependency upgrades
- Modifier keys are not forwarded from touch events
- https://github.com/jquery/PEP/issues/304
- Fixed by community member
- Need to detect
mouseup
outside of window- https://github.com/jquery/PEP/issues/279
- Marius has a pull request
- https://github.com/jquery/PEP/pull/297
- Ready to merge
- Chrome released Pointer Events behind a flag
Category: PEP Team
PEP Team Meeting – Jun 16 2016
- Need a way to allow native scrolling while also doing custom multi-pointer gesture recognition
- Perhaps add
touch-action: single-point
or similar - If the second pointer is delayed, only allow custom handling if scrolling has not begun
- The spec currently states that this is explicitly out of scope: https://w3c.github.io/pointerevents/#h-note25
- Alex will post a proposal to the public-pointer-events mailing list
- Perhaps add
PEP Team Meeting – May 19 2016
- Marius created a PR for ensuring mouse is always an active pointer
- Marius created a PR which asserts that the capturing node is connected to the DOM
- Marius created a PR which adds more tests
- There’s a W3C discussion about whether over/out/enter/leave events should be fired during capture
- https://github.com/w3c/pointerevents/issues/61
- Still ongoing
PEP Team Meeting – May 12 2016
- Marius created a PR for ensuring mouse is always an active pointer
- Marius created a PR which asserts that the capturing node is connected to the DOM
- Marius created a PR which adds more tests
- There’s a W3C discussion about whether over/out/enter/leave events should be fired during capture
- https://github.com/w3c/pointerevents/issues/61
- Still undecided but leaning toward not firing these events. Chrome plans to implement without and see if there are compat issues.
- Should we do the same?
- Yes
PEP Team Meeting – Apr 21 2016
- Marius finished working on fixing
pointerenter
andpointerleave
- Automate starting ChromeDriver during tests
- https://github.com/jquery/PEP/pull/245
- Updated to newest version of grunt-selenium-standalone and merged
releasePointerCapture()
throwsInvalidPointerId
when it shouldn’t- https://github.com/jquery/PEP/issues/275
- Also need to handle
setPointerCapture()
for mouse with no pressed buttons
- Polyfill for
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Got input from Rick Byers
- We’ll go with eager loading of the values instead of lazy loading
- Correctness is more important
PEP Team Meeting – Apr 07 2016
- Marius working on fixing
pointerenter
andpointerleave
- Automate starting ChromeDriver during tests
- https://github.com/jquery/PEP/pull/245
- Alex to merge today
- Polyfill for
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Scott will ping people again, this time outside of GitHub
PEP Team Meeting – Mar 31 2016
- Marius working on fixing
pointerenter
andpointerleave
- Automate starting ChromeDriver during tests
- https://github.com/jquery/PEP/pull/245
- Ready to merge
- iOS 9.3 has partial support for
touch-action
- We assume there is full support if it exists, so we need to adjust our logic to handle this situation
- It’s not clear that Apple will ever implement full support
PEP Team Meeting – Mar 24 2016
- Landed PR to make
gotpointercapture
andlostpointercapture
events actualPointerEvent
s - Marius working on fixing
pointerenter
andpointerleave
- Scott looking into tests from jdalton
- https://github.com/jquery/PEP/pull/226/files#r50330083
- Some tests don’t run, so we’ll just merge the ones that do and revisit the others later
- After jQuery UI 1.12.0 ships, Scott and Marius can work on getting PEP into jQuery UI
- Marius started this work a while ago with Jörn
- https://github.com/jquery/jquery-ui/pull/1611
PEP Team Meeting – Mar 10 2016
- Marius sent a PR to make
gotpointercapture
andlostpointercapture
events actualPointerEvent
s- https://github.com/jquery/PEP/pull/271
- Scott reviewed, ready for merge
- Marius started work on fixing
pointerenter
andpointerleave
- https://github.com/jquery/PEP/issues/197
- https://github.com/jquery/PEP/pull/274
- Scott implemented logic for finding common ancestor
- Marius is almost done with the implementation
- Scott looking into tests from jdalton
- https://github.com/jquery/PEP/pull/226/files#r50330083
- Will either get the test passing or figure out what’s wrong in PEP
PEP Team Meeting – Mar 03 2016
- Marius sent a PR to make
gotpointercapture
andlostpointercapture
events actualPointerEvent
s- https://github.com/jquery/PEP/pull/271
- Scott reviewed, ready for merge
- Marius started work on fixing
pointerenter
andpointerleave
- https://github.com/jquery/PEP/issues/197
- https://github.com/jquery/PEP/pull/274
- Scott to implement logic for finding common ancestor