pressure
should be0
forpointerup
events- Can’t update tests
- Need to document the testing process
Author Archives: builder
jQuery UI Team Meeting – Sep 21 2016
- Ticket triage
- 430 tickets total, +2
- 14 pull requests, +1
- Sortable
- regression:
cancel()
method throws error- https://bugs.jqueryui.com/ticket/15042
- Scott sent a PR
- regression:
- 1.12.1
- Released!
- Selectable
classes
option causing performance issues
- Autocomplete
- XSS vulnerability in remote JSONP demo
- https://bugs.jqueryui.com/ticket/15048
- Doesn't seem like a real vulnerability
- PR submitted
- https://github.com/jquery/jquery-ui/pull/1747
- PR implementation is too restrictive, rejecting many valid function names
- XSS vulnerability in remote JSONP demo
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Download builder
- Intermittent issues
jQuery Core Team Meeting – Sep 19 2016
Attending: timmywil, DaveMethvin, jbedard, mgol, 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/pull/3318 Compress stripAndCollapse
- MERGED, BABY
- https://github.com/jquery/jquery/issues/3260 CDN .map
- PR: https://github.com/jquery/jquery/pull/3321 needs review
- Dave to land soon
- https://github.com/jquery/jquery/issues/2144 FF animation issue
- Push to 3.2
link 3.2
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- Deprecation PRs can probably be landed after 3.1.1 release
link Review API docs concerning removed APIs
- mgol to open ticket
link TestSwarm fails in Edge 14
- AJAX tests time out
link Release 3.1.1 this week
jQuery UI Team Meeting – Sep 14 2016
- Ticket triage
- 428 tickets total, -0
- 13 pull requests, -0
- Slider
- Add demo for custom handle
- https://bugs.jqueryui.com/ticket/15023
- Scott sent a PR
- Add demo for custom handle
- Icon Color
- Icons are getting the hover color by default
- Sortable
- regression:
cancel()
method throws error
- regression:
- 1.12.1
- Slider PR merged
- Removed externals from CDN zip
- Deployed updated API docs
- Fixed icon color
- Sortable
cancel()
PR needs to be merged - Ready to release?
- Yes
jQuery Core Team Meeting – Sep 12 2016
Attending: timmywil, markelog, dmethvin, mgol, 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
- Dave to work on it this week
- https://github.com/jquery/jquery/issues/3072 & https://github.com/jquery/jquery/issues/3003
- In progress, PR incoming
- https://github.com/jquery/jquery/issues/3204 Edge 14 whitespace error
- PR: https://github.com/jquery/jquery/pull/3308 needs review
- Close. The issue has caveats that we don’t think merit elaborate workarounds in Core.
- Dave to bug the Edge team to fix this.
- Either ignore the failing test for now or skip in code until it’s fixed
link TestSwarm fails in Edge 14
- AJAX tests time out
link Edge for Windows 10 Mobile will probably not be added to browserstack soon
- Don’t worry about testing for now
link Finish up remaining 3.1.1 issues asap
PEP Team Meeting – Sep 08 2016
- 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-action
detection: 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-action
values. - There’s nothing holding up the 0.4.2 release at this point.
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