jQuery Mobile Team Meeting – Jun 19 2014

link 1.4.3 release

  • still some minor issues and tests that need to be fixed

link 1.5 development

  • Widgets:
  • Remove deprecated code
  • Navigation: Start with API review
    • Start with API review:
      • Alex will work on this
    • Establish the API
    • Hash/query params according specs
    • Support deeplinking
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
    • pagecontainer needs tests
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics:

Testing Team Meeting – Jun 18 2014

link QUnit

  • Leo working on assert instance, #588
  • Progress on supporting other envs, waiting for some code improvements to land #540
  • Landed API updates with redirects, jquery/api.qunitjs.com#49
  • Working on maxDepth config for QUnit.dump (formerly QUnit.jsDump)
  • James to work on assert.throws related PR and issues

link TestSwarm

  • Improving rerun handling would be a big improvement for our own testing, #217
  • Discussed with Timo previously, more effort than expected.

link Testing Infrastructure

  • n/a

jQuery UI Team Meeting – Jun 18 2014

  • Ticket triage
    • 417 tickets total -1
    • 48 pull requests +3
  • Download Builder
    • Updating jqueryui.com to use the new resources after externals update
  • Bower
  • Globalize
  • Selectmenu
    • TJ and Felix reviewed the menu padding issue
    • TJ has a fix, though the underlying issue is still unclear
  • Datepicker
    • Felix and TJ making progress, updating unit tests after the calendar split
    • Setting up meeting to discuss API changes
  • 1.11

jQuery Core Team Meeting – Jun 16 2014

Attending: DaveMethvin, m_gol, gibson042, markelog

link Test fails

link Pulls

link Tickets

jQuery Mobile Team Meeting – Jun 12 2014

link 1.4.3 release

link 1.5 development

  • Widgets:
  • Remove deprecated code
  • Navigation: Start with API review
    • Start with API review:
      • Alex will work on this
    • Establish the API
    • Hash/query params according specs
    • Support deeplinking
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics:

jQuery UI Team Meeting – Jun 11 2014

jQuery Core Team Meeting – Jun 09 2014

Attending: DaveMethvin, markelog, m_gol, gibson042, scott_gonzalez, timmywil

link 1.12/2.2 - Let's get going

link Pulls

  • QUnit eliminating globals
  • Increase the set of tested browsers in Sizzle

link Tickets

  • Decode by type regardless of status code?
  • Compat impacts? Nobody should be depending on errors not decoding at this point we could assume?
  • Let's leave $.ajax as is and push folks towards $.xhr
  • We aren't testing in this env (or several others like Win8)
  • Ways to do this?
  • No obvious solutions here that are easy
  • :visible, :hidden behavior change
  • empty elements (with 0 height) will be hidden instead of visible
  • Although, they were only visible in some browsers
  • Will now be consistent for empty elements and

jQuery Mobile Team Meeting – Jun 05 2014

link 1.4.3 release

link 1.5 development

  • Widgets:
  • Remove deprecated code
  • Navigation: Start with API review
    • Start with API review:
      • Alex will work on this
    • Establish the API
    • Hash/query params according specs
    • Support deeplinking
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics:

jQuery UI Team Meeting – Jun 04 2014

  • Ticket triage
    • 4 pending tickets +1
    • 414 tickets total +4
    • 40 pull requests +0
  • Globalize
  • Selectmenu
    • Felix needs some help to improve ARIA implementation, trying some of the suggestions Hans posted:
    • Felix emailed Dylan to ask for help
    • Alex is going to ask Victor Tsaran, he helped out with Mobile before
  • checkbox focus outline
    • Active checkbox needs a focus indicator
    • Use native outline via CSS where possible (Chrome), use custom styles to emulate Chrome's outline elsewhere
  • Datepicker
    • Being split into Calendar and Datepicker
    • Calendar is for inline usage
    • Datepicker is for input-based usage

Testing Team Meeting – Jun 04 2014

  • QUnit
    • Leo started on assert instance, #588
    • Ongoing discussion about supporting non-browser envs, #540, running QUnit tests in CLI with node might address some of the related issues and would have a more direct value
      • Leo to look into after working on reporter interface
    • API updates with redirects are ready to land, jquery/api.qunitjs.com#49
  • TestSwarm
    • Improving rerun handling would be a big improvement for our own testing, #217
  • Testing Infrastructure
    • n/a