jQuery UI Team Meeting – May 06 2015

  • Ticket triage
    • 378 tickets total -0
    • 18 pull requests -4
  • Button
    • Alex and Jörn worked through another round of review
    • Scott to review
  • 1.9 git build
    • Removed listing from CDN, but file still exists
  • Form reset handling
    • Handle common logic for resetting input-based widgets when their form is reset
    • Utility functions, mixin, extension, or widget?
    • Scott to prototype mixin and extension for review
  • Form-related methods
    • .labels(), .form(), and $.ui.escapeSelector() landed in master
    • Only .labels() is public API; needs docs
  • Draggable/Mouse blur on interaction

jQuery Content Team Meeting – May 06 2015

  • Ticket Triage (Issues + PR):
    • 248 (+2)
  • Attending: Arthur, Alex, Anne, Aurelio

link Content:

  • Should we agree priorities? (e.g. Issues vs PRs?)
    • Agreed to address PRs from new contributors quickly (ideally 1-2 weeks)
  • Arthur will be working through v3 tickets this week
  • Arthur needs help checking https://github.com/jquery/api.jquery.com/pull/669
    • We need help from someone with a Windows setup
      • Alex will test when he gets a chance
  • Need a solution for contributors that use only the github web interface and have their username as name (i.e. the CLA will not match as we need a valid name and the name is not the username).
    • Maybe improve the documentation on contribute as well
  • Actions from last meeting:

PEP Team Meeting – May 05 2015

Chassis Team Meeting – May 05 2015

Open PRs:

  • Meter Styling
    • New comments need Addressing
  • Color Palette
    • Waiting on changes
  • Table Styling
    • Decided to move 'scrollable' styling to a new issue so it can be consistent everywhere (even for non table situations)
  • Typography
    • Landed!

Issues:

  • Performance testing
    • Discussion regarding the use of local files for performance testing to cut back on network traffic and what sort of tests we should do (Appending, scrolling, appending + scrolling)
  • sfrisk to create the following issues:
    • adjust scss comments to standard css comments
    • create issue for visual scroll indicator
    • / issue with a JS fallback solution

jQuery Core Team Meeting – May 04 2015

Attending: timmywil, markelog, m_gol, gibson042, arthurvr

link Patches 1.11.3 and 2.1.4 released!

link PRs

link Blockers (list getting shorter!)

link Beta release todo

link Current failures on master and compat

  • NONE! Nice work.

link jQuery 3.0 beta

PEP Team Meeting – Apr 30 2015

jQuery Mobile Team Meeting – Apr 30 2015

  • Ticket Triage:
    • 281 tickets (-1)
    • 29 pull requests (+0)

link 1.5.0

  • 1.5-dev
    • landed all esformatter updates!!
  • ui updates
    • Button
      • Working through files 1 at a time with Jörn trying to get this landed on master
    • new core methods getFormParent, getLabel coming
  • Classes
    • Cory: rangeslider submitted, toolbar in progress, flipswitch & slider in queue
      • toolbar, rangeslider, flipswitch ready for review, Cory working on slider
        • waiting on alex to review
    • Gabriel: textinput submitted, listview in progress, working on widget backcompat tests and correctness
      • Landed in 1.5-dev
        • waiting on alex to review
  • Auto Init
    • New module details
      • PR has been updated
  • Qunit
    • unstable since upgraded to 1.17.1

link Other Topics

  • team page
  • Builder
    • we need to switch to ui builder before 1.5
      • UI DB should be ready to go, with the node-0.12-supporting version published to npm
  • Navigation
    • Talking with Ian Maffett from Intel about brining in aspects of App Framework
      • Specifically interested in multi container support
  • html style checking

jQuery UI Team Meeting – Apr 29 2015

  • Ticket triage
    • 378 tickets total -1
    • 22 pull requests -2
  • Button
    • Alex and Jörn working through another round of review
  • 1.9 git build
    • We still have the 1.9 git build on the CDN
    • It's never been a proper build because it doesn't have its own theme directory
    • Drop from the CDN
  • Autocomplete focus handling
    • Separate handling for hover and focus
    • Hovering would highlight the item, but pressing enter would not select it
    • Would remove the Firefox workaround for hovering over newly visible elements (which is about to become the common behavior in all browsers)
  • Tooltip endlessly append to the DOM for the ARIA live region
    • Dylan is testing a simplified approach in our supported browser/AT combinations
  • Selectmenu height
    • Scott to work with Alex on this
  • Tooltip focus/click behavior

Project Leads Meeting – Apr 29 2015

Attending: Timmy, Scott, Rafael, Kris, Alex, Richard

link Core

  • Released 1.11.3 and 2.1.4
  • Continuing work on 3.0

link UI

  • Fixed use of AMD in TestSwarm via a shim configuration
  • Adding .labels() method to mimic native element.labels
  • Removing 1.9 git build from CDN

link Mobile

  • esformatter
    • update all the files to get closes to following style guides
  • Starting to work on porting some tests to intern
  • Updated AMD wrapper to be UMD and match UI
  • Working on switching to UI Download builder

link Chassis

  • Typography getting ready to land
  • Base table styling about to land
  • Usage examples for logo looking good
  • Going to use colors from logos for initial color pallet
  • Getting started on form elements starting with buttons

link QUnit

  • no report

link PEP

link Globalize

Chassis Team Meeting – Apr 28 2015

Open PRs:

  • Meter Styling
    • on view.css, needs meter scss added to the compiled css file
  • Chassis Palette
    • sfrisk needs to change things
  • Table Styling
    • Alex going to go over in detail this week
  • Typography
    • Ready to land
  • BEM Components to Test Suite + Gumby and Skeleton to Test suite waiting on having files to be local

Issues:

  • HTML Style Guide
    • Waiting for status form slayslot
  • Textinput/Textarea styling
    • michealarestad to work on this after typography
  • Buttons
    • sfrisk to work on this after palette changes done
  • SCSS and BEM Style Guide
    • Ready for someone to start writing
  • Create Styled Checkboxes/Radio Buttons for jQuery UI/Mobile Support
    • Waiting on buttons