- Scott fixed the problem with updating W3C tests
- https://github.com/jquery/PEP/issues/314
- https://github.com/jquery/PEP/pull/317
- Still need to finish pulling in the updated tests, but that requires updating our existing automation
- Marius updated ChromeDriver to work with latest Chrome
- The next version of Chrome stable with ship with Pointer Events enabled, so we will need to change how we run local tests.
- Marius has been working on parsing CSS rules from test files to generate the
touch-action
attributes.
Author Archives: builder
jQuery Core Team Meeting – Oct 24 2016
Attending: timmywil, jbedard, dmethvin, markelog, mgol
Location: https://gitter.im/jquery/meeting
link Triage
- https://github.com/jquery/jquery/issues/3361 promote to jsonp
- Consider removing auto-promotion in a major version
- mgol to open new ticket
- https://github.com/jquery/jquery/issues/3365 expose jquery.slim as slim
- Okay adding to release script?
- https://github.com/jquery/jquery/issues/3359 SSL issue
- This is fixed now, right?
- close
- https://github.com/jquery/jquery/issues/3355 hide jQuery.camelCase
- Agreed?
- Yes, for 4.0
link 3.2 Progress
- Issues https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.2.0
- We know what to do. Just gotta work on it.
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
PEP Team Meeting – Oct 20 2016
- Everyone is very busy
- Let’s all commit to automating at least one test per week
- Scott will look into the problem with updating to the latest W3C tests
jQuery UI Team Meeting – Oct 19 2016
- Ticket triage
- 427 tickets total, +4
- 12 pull requests, +1
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Alex to look into this bug
- Felix sent a PR for improved test coverage
- Back and forth in review, almost done
- Need to handle timezones in CI
- Strange iOS 10 behavior
jQuery UI Team Meeting – Oct 12 2016
- Ticket triage
- 423 tickets total, -6
- 11 pull requests, -0
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Alex to look into this bug
- Felix sent a PR for improved test coverage
- We should run tests with at least two time zones
- Strange iOS 10 behavior
- Pending Tickets
- Trac does not auto-close pending tickets anymore
- Scott manually closed all tickets pending for at least two weeks
- Will ask Ryan Ollos if he can implement the auto-close functionality
jQuery Core Team Meeting – Oct 10 2016
Attending: timmywil, dmethvin, gibson042, markelog, mgol Location: https://gitter.im/jquery/meeting
link https://github.com/w3c/uievents/issues/88
link 3.2 Progress
- Issues https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.2.0
- We know what to do. Just gotta work on it.
- https://github.com/jquery/jquery/pull/3331 move readywait
- To be edited by OP. Thanks gibson for the comments.
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
jQuery UI Team Meeting – Oct 05 2016
- Ticket triage
- 429 tickets total, -1
- 11 pull requests, -3
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Alex to look into this bug
- Felix sent a PR for improved test coverage
- We should run tests with at least two time zones
- Strange iOS 10 behavior
- Selectable
classes
option causing performance issues- https://bugs.jqueryui.com/ticket/15049
- can't reproduce; should auto-close today due to no response
- Checkbox theme issues
- Draggable
- Native dialogs don't drag properly
- https://bugs.jqueryui.com/ticket/15063
- Scott would like to close as won't fix due to dialogs using CSS that we wouldn't normally support
- Users can work around the issue by fixing the CSS themselves
- Native dialogs don't drag properly
jQuery Core Team Meeting – Oct 03 2016
Attending: timmywil, markelog, jbedard, mgol, gibson042
Location: https://gitter.im/jquery/meeting
link 3.2 Progress
- Issues https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.2.0
- Blocker: https://github.com/jquery/jquery/issues/3193 width/.css(‘width’)
- Differences between methods: https://github.com/jquery/jquery/issues/3193#issuecomment-231885942
- Recommendations: https://github.com/jquery/jquery/issues/3193#issuecomment-232419543
- https://github.com/jquery/jquery/pull/3329/files jsonp
- closed
- https://github.com/jquery/jquery/pull/3331 move readywait
- Seems ok, but would it be better to move the iframe test to test/ready.js?
- Edit and merge
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
link Audit #jquery irc mentions and add gitter in more places.
PEP Team Meeting – Sep 29 2016
- 0.4.2 released
- Not yet announced
- Still need to update gh-pages
pressure
should be0
forpointerup
events- W3C discussion: https://github.com/w3c/pointerevents/issues/146
- PR: https://github.com/jquery/PEP/pull/313
- Merged
jQuery UI Team Meeting – Sep 28 2016
- Ticket triage
- 430 tickets total, +0
- 14 pull requests, +0
- Datepicker
- Strange iOS 10 behavior
- Selectable
classes
option causing performance issues- https://bugs.jqueryui.com/ticket/15049 *can't reproduce
- Autocomplete
- XSS issue in remote JSONP demo
- https://bugs.jqueryui.com/ticket/15048
- PR implementation is too restrictive, rejecting many valid function names
- Scott landed a different fix
- XSS issue in remote JSONP demo
- Tootlip
- No callback for tooltip shown with a delay
- https://bugs.jqueryui.com/ticket/15051
- Rename
open
tobeforeOpen
, add a newopen
event after_show()
completes - Breaking change, but not likely to break much code, if any. Must wait for 1.13.
- GitHub branch cleanup
- Felix asks to delete datepicker-globalize-1.x and selectmenu-native-menu
- deleted
- Felix asks to delete datepicker-globalize-1.x and selectmenu-native-menu
- Checkbox theme issues