jQuery Mobile Team Meeting – Dec 13 2012


  • Attending: Todd Parker, John Bender, Jasper de Groot, Jason D Scott, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz, Ghislain Seguin

link Todd

  • 1.3 is in great shape. Remaining issues: https://github.com/jquery/jquery-mobile/issues/5359
  • Still aiming to get 1.3 beta out by the end of the year
  • New API site and docs will go live when 1.3 hits final in early 2013
  • Panels: final re-factor work underway
    • We’ve decided to tweak the sliding panel code a bit and API to simplify internals and support the most common use cases. So instead of the link being used to configure the panel position (left, right) and display (reveal, push, overlay), these are now set on the panel and the link just points to which panel to display. Work being done in the slide-panel-refactor branch.
    • Still looking at whether the “push” mode is going to be performant enough to include in 1.3. Because it causes a reflow of the page, it’s much heavier than the other two modes.
  • Tyler doing knowledge transfer with Xavier and Jeff on ThemeRoller admin
  • Maintenance release for 1.1.2 in the works, will be the final maintenance release for 1.1
  • Coordinating with a few 3rd parties who want to try and contribute code to the project

link John Bender

  • Nav refactor: down to a few last unit test failures, hoping to merge into master tomorrow
  • Next: cleanup of internals and fixing up sequence tests for reliability and speed

link Jasper de Groot

link Anne-Gaelle Colom

  • created entry for basic tables (and discussed how to go about creating the entries for RWD tables)

link Gabriel Schulhof

  • Fixed fixedToolbar bug
  • Worked with John Bender on nav - almost there
  • TODO:
    • Check weird page transitions on Chrome when coming back from a page accessed via a link inside a popup - Bam!Baaaaam!
  • If time: What do we know about the Samsung guys, Todd?

link Ghislain Seguin

link Alexander Schmitz

  • Continued work on range slider.
    • Fixed all the bugs anyone has noticed.
    • clicking on extremes of the track will adjust closest handle
    • working on dragging highlight will drag whole range.
    • made extension to allow “push” mode as requested on issue
  • Bug fixing and triage.