- Ticket triage
- 437 tickets total, +0
- 19 pull requests, +0
- Spinner
- Doesn't work with Globalize 1.x
- https://bugs.jqueryui.com/ticket/15030
- Will be tricky to support both because of
Globalize.format()being split into multiple methods
- Doesn't work with Globalize 1.x
- Menu
- Doesn't work with accented characters
- https://bugs.jqueryui.com/ticket/15038
- This is exactly the problem we discussed with the numpad problem :-(
- Doesn't work with accented characters
- Position
- Fractional value detection is failing in Chrome
- Just rip it out since it only applies to IE <=9
- Scott to send a PR
- Fractional value detection is failing in Chrome
Author Archives: builder
jQuery Core Team Meeting – Aug 29 2016
Attending: timmywil, dmethvin, mgol, jbedard, markelog, gibson042
Location: https://gitter.im/jquery/meeting
link 3.1.1
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.1.1
- https://github.com/jquery/jquery/issues/3260 CDN .map
- Progress report
- https://github.com/jquery/jquery/issues/3072 & https://github.com/jquery/jquery/issues/3003
- In progress
- https://github.com/jquery/jquery/issues/3204 Edge 14 whitespace error
- Assigned to mgol
link PRs
- https://github.com/jquery/jquery/pull/3151 rAF timestamp
- FF has fixed jitter
- Add one test not mocked to ensure proper rAF behavior
link TestSwarm fails in Edge 14 for two reasons:
- AJAX tests time out
link Do we want to support Edge on Windows 10 Mobile?
- Dave to talk to MS about intentions for Edge
link Finish up remaining 3.1.1 issues before Sept. 12
jQuery UI Team Meeting – Aug 24 2016
- Ticket triage
- 437 tickets total, +0
- 19 pull requests, -2
- Spinner
- Doesn't work with Globalize 1.x
- Selectmenu
- Doesn't work with numpad
- https://bugs.jqueryui.com/ticket/15031
- Felix sent a PR
- https://github.com/jquery/jquery-ui/pull/1732
- merged
- Doesn't work with numpad
jQuery Core Team Meeting – Aug 22 2016
Attending: timmywil, jbedard, dmethvin, gibson042, markelog, mgol Location: https://gitter.im/jquery/meeting
link 3.1.1
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.1.1
- https://github.com/jquery/jquery/pull/3279 noConflict + AMD
- landed
- https://github.com/jquery/jquery/issues/3260 CDN .map
- Any updates? No
link PRs
- https://github.com/jquery/jquery/pull/3278 Deprecate isArray
- LGTM, land in 3.2
- https://github.com/jquery/jquery/pull/3151 rAF timestamp
- FF has fixed jitter
- Add one test not mocked to ensure proper rAF behavior
link TestSwarm fails in Edge 14 for two reasons:
- AJAX tests time out
- Will be addressed before release
link Finish up remaining 3.1.1 issues, release before Sept. 1
PEP Team Meeting – Aug 18 2016
- Marius is looking into passive event listeners
jQuery UI Team Meeting – Aug 17 2016
- Ticket triage
- 437 tickets total, +3
- 21 pull requests, +3
- Tabs
- Hidden tabs can be navigated to via keyboard
- https://bugs.jqueryui.com/ticket/15013
- Automatically disabling tabs based on visibility would require additional complexity to track the fact that the tab is only disabled because it was hidden (so that it can automatically enabled when it becomes visible again)
- This doesn't seem worth the effort, the user should just manually disable the tabs
- Hidden tabs can be navigated to via keyboard
- Spinner
- Doesn't work with Globalize 1.x
- Selectmenu
- Doesn't work with numpad
- https://bugs.jqueryui.com/ticket/15031
- We're using
String.fromCharCode(event.keyCode) - We should stop using
keyCodesince it's deprecated - Felix to send a PR
- Doesn't work with numpad
jQuery Core Team Meeting – Aug 15 2016
Attending: timmywil, gibson042, markelog Location: https://gitter.im/jquery/meeting
link 3.1.1
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.1.1
- https://github.com/jquery/jquery/pull/3261 .not(arraylike) PR
- landed
- https://github.com/jquery/jquery/pull/3279 noConflict + AMD
- LGTM!
- https://github.com/jquery/jquery/issues/3260 CDN .map
- Who wants this? Dave?
link TestSwarm fails in Edge 14 for two reasons:
- AJAX tests time out
- https://github.com/jquery/jquery/issues/3204
link Release 3.1.1 next week
jQuery Core Team Meeting – Aug 08 2016
Attending: timmywil, markelog, DaveMethvin, gibson042, mgol, jbedard
link 3.1.1
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.1.1
- https://github.com/jquery/sizzle/pull/384 :enabled/:disabled
- landed
- https://github.com/jquery/jquery/pull/3261 .not(arraylike) PR
- Dave will check comments and land
- https://github.com/jquery/jquery/pull/3253 ajax mangling PR
- landed
link Issues needing review
- https://github.com/jquery/jquery/issues/3251 $.fn.append may fail in Microsoft Edge
- https://github.com/jquery/jquery/issues/3238 animate with radius/FF
- Will not add support for animating attributes
- More SVG attributes will be settable in CSS soon
- Workaround: https://jsfiddle.net/bxmgqnq3/8/
link TestSwarm fails in Edge 14 for two reasons:
- AJAX tests time out
link Gitter
- This is the first meeting in gitter: https://gitter.im/jquery/meeting
- Archive: https://gitter.im/jquery/meeting/archives/2016/08/08
js-reporters Team Meeting – Aug 08 2016
IRC, Freenode, #jquery-meeting; attending: Jörn Zaefferer (project lead, GSoC mentor), Florentin Simion (GSoC student, working on js-reporters)
Last week:
- Landed getters refactor, now ES5 compatible (with es5-shim)
- Bugfix in QUnit adapter
- Added testCounts property to suites, in spec and adapters
- Dealing with rollup-plugin-babel regression
This week:
- Finish spec update
- Add examples to README
- Release adapters and update browserstack-runner, with testCounts
- Rebase QUnit implementation on top of their new ES6 modules, discuss using our TAP reporter
PEP Team Meeting – Aug 04 2016
- Use
InputDeviceCapabilities.firesTouchEventsto detect mouse events from touch events InputDeviceCapabilities.pointerMovementScrolls- http://wicg.github.io/InputDeviceCapabilities/#dom-inputdevicecapabilities-pointermovementscrolls
- Let's say you have a carousel that you would swipe with a finger, but could select text with a mouse (and then use buttons to navigate). Instead of using
pointerTypeto detect that and limiting it totouchandmouse, you could check if the pointer would normally cause scrolling.
- Adding direction-specific
touch-actionvalues:up,down,left,right- https://github.com/w3c/pointerevents/issues/6
- Edge has agreed to add them, but it will take them about a year.
- Changing pointer capture from a modification of event targeting to a modification of hit testing
- Chrome team will create a branch of the spec that changes the behavior
- Would like to see implicit capture for all pointer types, but there is concern from others that implicit capture for mouse will break the web
- https://github.com/w3c/pointerevents/issues/125
- Created a Chrome extension to mimic implicit capture
- Adding events around
:activestyle- https://github.com/w3c/pointerevents/issues/124
- So you can programmatically detect if a button would still be clicked if you released the pointer, based on how much movement has occurred since pressing down
gotpointercapturewill now always be delayed until the next pointermove.gotpointercaptureandlostpointercapturewill always copy their properties from the event that caused them to be fired.- New method:
hasPointerCapture()