- Need a way to allow native scrolling while also doing custom multi-pointer gesture recognition
- Perhaps add
touch-action: single-point
or similar - If the second pointer is delayed, only allow custom handling if scrolling has not begun
- The spec currently states that this is explicitly out of scope: https://w3c.github.io/pointerevents/#h-note25
- Alex will post a proposal to the public-pointer-events mailing list
- Perhaps add
Author Archives: builder
jQuery UI Team Meeting – Jun 15 2016
- Ticket triage
- 421 tickets total, -1
- 16 pull requests, -0
- Controlgroup
- Controlgroup with only one element does not get correct rounded corners
classes
option is set incorrectly for children
- jQuery 3.0.0
- Alex to pull in jQuery 3.0.0 to mater and 1-11-stable
- Need to verify tests are passing
- 1.11.5
- Scott went through all commits and cherry-picked the relevant changes
- Ready to be released as soon as we confirm everything is working
jQuery Core Team Meeting – Jun 13 2016
Attending: timmywil, DaveMethvin, gibson042, markelog, jbedard
link 3.0 Released!
link Issues needing review
- https://github.com/jquery/jquery/issues/3144 custom CSS properties
link 3.0.1
- Issues: https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.1
- 3 need assignment
- Anything to add to 3.0.1?
link Migrate
- 3.x
- No critical issues for 3.0.1 yet
- https://github.com/jquery/jquery-migrate/issues/102
- Let's wait for reports where it would have been useful
link jQuery 4.0 event changes WIP
- Using one aEL per jQuery event and native event object:
- https://github.com/dmethvin/jquery/commits/v4-native-events
- Seems to pass jQuery UI unit tests
- Not too many fails in our units: http://imgur.com/tewiRFR
- Issues with stopPropagation on delegated events, success depends on whether the delegated ones are attached first since we're doing 1:1 handlers
- Could we use a capturing handler somehow to fix this? (jbedard)
- Still need to review use of jQuery.event.special and .trigger()
- Can we use native event for .trigger() and not even do our own bubbling in most cases?
jQuery Mobile Team Meeting – Jun 09 2016
- Ticket Triage:
- 160 tickets (-32)
- 11 pull requests (+3)
link 1.5.0
- 1.5 blockers
- Core
- Core git is causing 3/4 of mobile tests to fail
- Alex will open PR fixes done in core
- Core git is causing 3/4 of mobile tests to fail
- Selectmenu
- needs updates
- Gabriel working on it
- needs updates
- Phantom 2.x
- look into upgrading to get more stable tests
- issue is with core get and being resolved
- look into upgrading to get more stable tests
- Demos
- fix remaining demos issues
- still WIP
- https://github.com/jquery/jquery-mobile/issues/8245
- no-update
- fix remaining demos issues
- Docs
- Cory just started looking at api docs for navbar (still just getting started as of 2 June)
- no progress
- Cory just started looking at api docs for navbar (still just getting started as of 2 June)
- Panel
- Dismissible: Discussion on how data-dismissible attribute should be handled in general.
- https://github.com/jquery/jquery-mobile/issues/7036
- Bug re opened
- Dismissible: Discussion on how data-dismissible attribute should be handled in general.
- listview refresh
- does not handle icons
- https://github.com/jquery/jquery-mobile/issues/8334
- bug. Gabriel working on it
- need to test icons in refresh
- going to add new method for performance reasons
- does not handle icons
jQuery UI Team Meeting – Jun 08 2016
- Ticket triage
- 422 tickets total, +0
- 16 pull requests, -3
- Checkboxradio
- Checkboxradio icons are broken inside dialogs
- https://bugs.jqueryui.com/ticket/14955
- https://github.com/jquery/jquery-ui/pull/1712
- Merged
- Controlgroup
- Controlgroup with only one element does not get correct rounded corners
- https://bugs.jqueryui.com/ticket/14972
- https://github.com/jquery/jquery-ui/pull/1711
- Ready to merge
- Dialog
- Shrinks on move in Chrome 51
- https://bugs.jqueryui.com/ticket/14978
- Already fixed in the 1.12.0 pre-releases
- Image optimization
Chassis Team Meeting – Jun 07 2016
- Buttons: Removed underline from link buttons on hover
- CLA Matched, Everyone to review.
- Please Review
- Documentation: Add note about running Grunt tests to README.md
- Wait for CLA Valid before pulling in
- [WIP] Tables: Table styling
- Wait for changes from kristyjy
- Style guide
- New Component: Inputs
- Wait for CLA fix and then merge into a branch
- Please Review
- New Components: Modal
- Wait for CLA fix and then merge into a branch
- Please Review
- Notifications: Styling
- Wait for CLA fix and then merge into a branch
- Please Review
jQuery Core Team Meeting – Jun 06 2016
Attending: timmywil, m_gol, jbedard, gibson042, markelog
link TSC grouping
- Which projects do we collaborate (or want to collaborate) with most?
- https://github.com/jquery-foundation/CB
- Goals of TSC/CB: https://github.com/jquery-foundation/CB/issues/3
link PRs
- https://github.com/jquery/jquery/pull/3096 offset: relative to doc
- Needs followup
link 3.0
- Mobile breakages
- Mobile depends on $.event.props https://irc.jquery.org/%23jquery-dev/default_%23jquery-dev_20160602.log.html#t13:32:42
link 3.0 Upgrade Guide
- https://jquery.com/upgrade-guide/3.0/
- Need an addition to https://jquery.com/upgrade-guide/ landing page
link Migrate
- 3.0.0
link Browserstack can drop their dedicated IE6 machine
jQuery Mobile Team Meeting – Jun 02 2016
- Ticket Triage:
- 192 tickets (-6)
- 8 pull requests (+0)
link 1.5.0
- 1.5 blockers
- https://github.com/jquery/jquery-mobile/issues?q=is%3Aopen+is%3Aissue+label%3A%22Priority%3A+Blocker%22+milestone%3A1.5.0
- https://github.com/jquery/jquery-mobile/issues/8428
- cgack started looking into it, probably shouldn't be a blocker at this point without a rushed fix that may not be ideal
- Core
- Core git is causing 3/4 of mobile tests to fail
- Selectmenu
- needs updates
- Gabriel working on it
- needs updates
- Phantom 2.x
- look into upgrading to get more stable tests
- pr is failing ( issue is the one above with core git )
- apsedehal working on it
- look into upgrading to get more stable tests
- Demos
- fix remaining demos issues
- still WIP
- https://github.com/jquery/jquery-mobile/issues/8245
- no-update
- fix remaining demos issues
- Docs
- Cory just started looking at api docs for navbar (still just getting started as of 2 June)
- no progress
- Cory just started looking at api docs for navbar (still just getting started as of 2 June)
- Panel
- Dismissible: Discussion on how data-dismissible attribute should be handled in general.
- https://github.com/jquery/jquery-mobile/issues/7036
- Bug re opened
- Dismissible: Discussion on how data-dismissible attribute should be handled in general.
- listview refresh
- does not handle icons
- https://github.com/jquery/jquery-mobile/issues/8334
- bug. Gabriel working on it
- need to test icons in refresh
- does not handle icons
jQuery Content Team Meeting – Jun 02 2016
- Ticket Triage: 272 (issues +PR) (-2)
- Attending : Connor, Aurelio, Anne
link Content
- GSOC:
- Weekly meetings
- https://github.com/jquery/api.jquery.com/issues/364
- Completed
- https://github.com/jquery/learn.jquery.com/issues/642
- PR prepared. Awaiting feedback from gnarf
- https://github.com/jquery/learn.jquery.com/issues/658
- PR started, need to review myself and get feedback
- https://github.com/jquery/learn.jquery.com/issues/711
- Not sure where we want to go with this
- Discussed Proposal and technical details
- https://docs.google.com/document/d/1mWBIpoN4ZU9vGRKP3vG_Zze0lsoWD6QiN3RNUQhps1g/edit
- Discussed database details and UI
- https://docs.google.com/document/d/1mWBIpoN4ZU9vGRKP3vG_Zze0lsoWD6QiN3RNUQhps1g/edit
- Learning Center:
- Is there an issue with CLA checker?
- https://github.com/jquery/learn.jquery.com/pull/714 did not get checked.
- Is there an issue with CLA checker?
- API sites:
- Working on a new navigation
- API PRs that need reviewing:
jQuery UI Team Meeting – Jun 01 2016
- Ticket triage
- 422 tickets total, +0
- 19 pull requests, -1
- Checkboxradio
- Checkboxradio icons are broken inside dialogs
- https://bugs.jqueryui.com/ticket/14955
- https://github.com/jquery/jquery-ui/pull/1712
- Controlgroup
- Labels get re-wrapped during refresh
- Refresh breaks spinner
- Overwrites user's
classes
option value - Controlgroup with only one element does not get correct rounded corners
- Image optimization
- https://github.com/jquery/jquery-ui/pull/1710
- Historically didn't allow optimizations for theme images because of alpha channel problems in ThemeRoller
- Should no longer be an issue with updated browser support
- Release
- One more RC after the last two bugs are fixed