- Fixing
button
property- https://github.com/jquery/PEP/pull/267
- Stefan updated the PR, only handles mouse events, but is good to land
- Will send another PR to handle touch events
- Alex added automating the W3C tests to the Google Summer of Code idea list
- Marius sent a PR to make pointer capture events actual
PointerEvents
Category: PEP Team
PEP Team Meeting – Feb 04 2016
- Launch/detect ChromeDriver automatically for tests
- https://github.com/jquery/PEP/pull/245
- Alex tracked down the issue to bad version mixing of nested dependencies
- Fixed with npm shrinkwrap and manually adjusting the versions
- W3C test automation
- Opened new issues for chunks of related tests
- Discussion around
button
andbuttons
properties- https://github.com/w3c/pointerevents/issues/33
- Spec needs to be updated
- Firefox’s implementation needs to be updated
- Should update our existing PR based on this discussion
PEP Team Meeting – Jan 28 2016
- Launch/detect ChromeDriver automatically for tests
- https://github.com/jquery/PEP/pull/245
- Alex working on this again
- W3C test automation
- Marius’ PR was merged
- Marius still looking into touch event simulation
- Close the generic issue for implementing functional tests
- Open new issues for chunks of related tests
- This will make it easier to avoid duplicated efforts and more easily track progress
PEP Team Meeting – Jan 21 2016
- 0.4.1 released
- W3C test automation
- Marius has a PR to add more tests
- Marius is looking for help with touch events in leadfoot
PEP Team Meeting – Jan 14 2016
- Document usage with React JSX?
- 0.4.1 release
- Scott is working on updating the README during releases
- https://github.com/jquery/PEP/issues/249
- jquery-release doesn’t provide a hook to perform this task at the current time
- Will just update the README manually for this release
- Scott is working on updating the README during releases
PEP Team Meeting – Jan 07 2016
- Polyfill
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Waiting on Jacob’s review
- Launch/detect ChromeDriver automatically for tests
- https://github.com/jquery/PEP/pull/245
- Alex to look into issues
- Suppress boundary events during capture
- https://github.com/jquery/PEP/pull/195
- Landed in master
- Filed separate issue for what happens after capture is released and the pointer is over a different element
- Still need to release 0.4.1 with Firefox fix
- Need to ramp up W3C test automation so we can drop the unit tests
PEP Team Meeting – Dec 17 2015
- Logo
- README updates
- https://github.com/jquery/PEP/pull/247
- Ready to land
- Polyfill
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Jacob to review for correctness
- Launch/detect ChromeDriver automatically for tests
- Suppress boundary events during capture
- https://github.com/jquery/PEP/pull/195
- Scott reviewed; looks good just one minor tweak for perf
touch-action
landed in WebKit nightly- https://github.com/jquery/PEP/issues/250
- upstream ticket for full feature: https://bugs.webkit.org/show_bug.cgi?id=133112
- No meeting next week (holiday)
PEP Team Meeting – Dec 03 2015
- Re-enabled functional tests
- Polyfill
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Needs tests
- Would like to get confirmation from a browser vendor that this is the correct implementation
- Launch/detect ChromeDriver automatically for tests
- Suppress boundary events during capture
- https://github.com/jquery/PEP/pull/195
- Scott to review
- Need to update the revision of W3C tests we pull in
PEP Team Meeting – Nov 19 2015
- Issue with events in Firefox on Linux has been fixed
- https://github.com/jquery/PEP/issues/242
- Fixed in Firefox, will be released with Firefox 45
- Release 0.4.1 with Firefox fix
- Cannot reproduce Jörn’s functional test timeout bug
- https://github.com/jquery/PEP/issues/231
- Scott to work with Jörn to figure out what’s going on
- We should manage launching ChromeDriver directly inside Grunt
PEP Team Meeting – Nov 12 2015
- Issue with events in Firefox on Linux
- Marius is now a team member!