jQuery UI Team Meeting – Oct 30 2013


  • AMD
    • https://github.com/jquery/jquery-ui/pull/1029
    • Landend globals fix
    • Still need to figure out how to deal with CSS files.
    • Still need to rename files
      • No de-facto solution for dealing with CSS; maybe defer solving this?
      • Either keep ad-hoc solution in DB, or adopt comments-approach from Mobile?
      • Need an estimate how much effort it is to implement comments parsing as an intermediate solution
  • Accessibility
  • Button
  • Dialog
    • One open PR, need help with fixing unit tests, some test regressions from earlier changes kill the testsuite
    • Scott to look at failures after selectmenu tasks
  • Scoped Themes
  • Selectmenu
  • Ticket triage
    • 2 pending tickets +2
    • 387 tickets total +13
    • 49 pull requests +1
  • Classes Option
  • CLDR
    • Rafael to test date formatting/parsing with datepicker rewrite; number formatting/parsing with spinner
      • Progressing, reporting documentation issues in their Trac
  • Datepicker
    • TJ filled out the options list on the wiki
      • Will schedule a call when the remaining TODOs are done
    • Alex to test the rewrite on mobile and report issues. Inline datepicker seems like the wrong solution. Status?
    • Still to do:
    • Update $.date to remove the jQuery dependency.
    • Fixing multi-month, WIP
      • Partial fix in for multi-month
    • Discussed moving $.date to Globalize, as its own module, but within the library. Not much favor, need an alternative solution.
      • No dependency except for the namespace, so just need to come up with a name.
  • Draggable
    • Mike hardening the testsuite, fixing IE issues