jQuery Core Team Meeting – Jul 30 2018

Attending: timmywil, markelog, mgol, jbedard Location: https://gitter.im/jquery/meeting

link Issues needing review

link http://swarm.jquery.org/job/7504

  • CSS in iOS 7: zoom issue
    • jbedard could use access to jQuery browserstack
  • Manip in Edge: issue with module script loading
    • mgol to disable these tests in Edge. Changes to jQuery are unlikely.
  • Dimensions in IE9: issue with scrollbars
  • Dimensions in iOS7: issue with new SVG tests

jQuery Core Team Meeting – Jul 23 2018

Attending: timmywil, jbedard, mgol, gibson042 Location: https://gitter.im/jquery/meeting

link Issues needing review

jQuery Core Team Meeting – Jul 16 2018

Attending: timmywil, jbedard, mgol, gibson042 Location: https://gitter.im/jquery/meeting

link Issues needing review

link http://swarm.jquery.org/job/7504

  • CSS in iOS 7: zoom issue
  • Manip in Edge: issue with module script loading
  • Dimensions in IE9: issue with scrollbars
  • Dimensions in iOS7: issue with new SVG tests

link BrowserStack emulators restored until Jan 2019. :)

link 3.4 Issues

jQuery Core Team Meeting – Jul 09 2018

Attending: timmywil, dmethvin, jbedard, markelog, mgol, gibson042 Location: https://gitter.im/jquery/meeting

link Issues needing review

link BrowserStack removed emulators half a year early. :(

link 3.4 Issues

jQuery Core Team Meeting – Jul 02 2018

Attending: timmywil, gibson042, mgol, markelog Location: https://gitter.im/jquery/meeting

link Issues needing review

link 3.4 Issues

jQuery Core Team Meeting – Jun 25 2018

Attending: timmywil, mgol, jbedard, dmethvin Location: https://gitter.im/jquery/meeting

link Issues needing review

  • https://github.com/jquery/codeorigin.jquery.com/issues/23
    • Yes, remove
    • Manual sourcemap association
      • Chrome, DevTools, Sources Tab, open a file and right click its contents
  • Can we drop special treatment of boolean attrs? https://github.com/angular/angular.js/issues/16602#issuecomment-397794145
    • Too much of a breaking change. The special treatment is there to avoid users doing things like .attr(‘checked’, false), which would actually be true, and .attr(‘checked’, true), which would not be valid. This would happen all the time and cause more problems than it solves.
    • Some options
      • limit the disabled behavior to form elements. In fact, many boolean attributes only apply to form elements.
      • Check for the existence of the attribute first
      • Only change the value for empty string, maybe don’t change the string at all. Still remove on false (note: not “false”).
    • https://github.com/jquery/jquery/issues/4114

link 3.4 Issues

jQuery Core Team Meeting – Jun 18 2018

Attending: timmywil, jbedard, mgol, markelog Location: https://gitter.im/jquery/meeting

link Issues needing review

link 3.4 Issues

jQuery Core Team Meeting – Jun 04 2018

Attending: timmywil, gibson042, mgol, jbedard Location: https://gitter.im/jquery/meeting

link Issues needing review

link 3.4 Issues

jQuery Core Team Meeting – May 21 2018

Attending: timmywil, gibson042, dmethvin

Location: https://gitter.im/jquery/meeting

link Issues needing review

link Mgol away May 3-31

link 3.4 Issues