- Need clarification on spec wording of "the element with the default touch behavior" for
touch-action.- For the common case of scrolling it's pretty simple - just walk up until you hit a scroller.
- If you add an overflow:scroll element as a descendant of a touch-action:none region, you should get scrolling back (consider component composition scenarios).
- As you walk up the ancestor chain, you're intersecting all the touch-actions.
- Chrome implementation for
touch-actiondetection: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/input/TouchActionUtil.cpp?q=computeEffectiveTouchAction&sq=package:chromium&l=47&dr=CSs
- It’s not worth adding the passive event listeners because Safari will end up being the only browser without native PointerEvents and it doesn’t have native support for all
touch-actionvalues. - There’s nothing holding up the 0.4.2 release at this point.
Author Archives: builder
jQuery UI Team Meeting – Sep 07 2016
- Ticket triage
- 428 tickets total, -9
- 13 pull requests, -6
- Spinner
- Not going to support Globalize 1.x for now
- Scott sent a PR to document the version support
- https://github.com/jquery/api.jqueryui.com/pull/307
- merged
- API Site
- Alex updated the main site to show the 1.12 docs
- Position
- Fractional value detection is failing in Chrome
- Scott sent a PR to remove the detection
- https://github.com/jquery/jquery-ui/pull/1739
- merged
- Slider
- Add demo for custom handle
- https://bugs.jqueryui.com/ticket/15023
- Scott sent a PR
- https://github.com/jquery/jquery-ui/pull/1740
- Jörn noticed a bug in slider when reviewing the demo
- Scott fixed the bug as part of the PR
- Need another round of review
- Icon Color
- Icons are getting the hover color by default
- https://github.com/jquery/jqueryui.com/issues/159
- Likely caused by this change:
- https://github.com/jquery/jquery-ui/commit/6e2bbcaa5e19bb933d8024ff5d6fcff34f91e034#diff-ff24a972bba1a2ecf79314fd9a5d048fR208
- Alex to look into why this change was made
- 1.12.1
- Slider PR
- Remove externals from CDN zip
- Deploy updated API docs
- Fix icon color
PEP Team Meeting – Sep 01 2016
- Marius created a PR for passive event listeners and
touch-action- https://github.com/jquery/PEP/pull/309
- Need clarification on "nearest ancestor with default touch behavior" from https://www.w3.org/TR/pointerevents/#h3_the-touch-action-css-property
- Release a new version as soon as passive event listeners land
jQuery UI Team Meeting – Aug 31 2016
- 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
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