- Ticket triage
- 413 tickets total +4
- 40 pull requests -3
- Button
- Ready for another round of review, again
- Working on implicit label support and focus styling, in separate branches
- Jörn reviewed again and Alex made more changes
- Emulating OS X focus outline, easy to override
- Finishing controlgroup is next
- Alex to send PR to move this.window and this.document init before _getCreateOptions call
- Update jscs in master, then rebase button branches
- Datepicker
- Felix working on cleanup of calendar split
- Felix is working on the rebase
- 1.11 Regressions
- trac report
- Draggable fixes introduced new IE failures
- TJ to look into autocomplete regression
- TJ will ask Mike about the draggable failures and #9335
- 1.11.1
- Released! Hooray!
- Selectmenu
- _renderButtonItem() ready for 1.12.0; needs docs, Will land for 1.12
- copying attributes needs some work for accesskey - Scott may want to do more tests, but this should be good.
- #10458 - Jörn to look into
- PointerEvents
- Polymer has deprecated the polyfill
- We should review how much to invest in PE when Scott gets back
- If we still want to persue, should we see if we can adopt the repo?
- Kris organizing a call when Scott is back to discuss.
Author Archives: builder
Testing Team Meeting – Aug 13 2014
- QUnit
- Released 1.15 on Friday, need to update jQuery projects to use that
- jQuery Core is messy, was working before (with 1.15-pre), now has lots of failing tests
- Timo asking karma-qunit team to loosen their peerDependency on QUnit, currently strictly on 1.14, which is useless
- 1.15 removes undocumented QUnit.addEvent, need to update plugins that make use of that, for example qunit-assert-html
- Removed methods from the QUnit object: addEvent(), id(), addClass(), removeClass(), hasClass()
- Leo experimenting with console reporter
- Released 1.15 on Friday, need to update jQuery projects to use that
- TestSwarm
- No progress on rerun handling, #217
- TestSwarm seems to be running fine, low BrowserStack worker loss rate according to reports in Splunk
- Testing Infrastructure
- Michał is working with BrowserStack people, asking for new releases in API and dealing with their failed experiment on real mobile devices
jQuery Core Team Meeting – Aug 11 2014
Attending: DaveMethvin, markelog, gibson042, m_gol, timmywil
link Trac
- not sure it will ever be fixed…
- Dave to check with Corey if this will be fixed
- could we switch to GH issues?
- volume is low nowadays
- No serious objections
- Need to port over open tickets
- Dave to talk to Scott
link $.xhr
- discussed w/ Scott at dev leads mtg
- staying with options object
- will be supported in 1.x branch if possible
- not sure if XHR events are reliable there
- don't want to use polling
link Promise lib?
- $.xhr() returns Promise
- User should build with a Promise lib?
- jQuery.Promise = window.Promise || shim
link jQuery data cleanup: http://bugs.jquery.com/ticket/15205
- Should go away once we attach data to elements
link Pull Requests
- Please review and comment
link Tickets
- 1.12/2.2 tickets: http://goo.gl/NsAfgV
- http://bugs.jquery.com/ticket/15205
- tickets needing an owner: http://goo.gl/v8YQdp
jQuery Mobile Team Meeting – Aug 07 2014
link 1.4.4 issues
- several regressions fixed
- Panel
- need event that happens after beforeopen, but before ... open
link 1.5 development
Widgets:
- Remove style options from widgets, use classes in markup instead
- widget
- Table review
- Working on moving the column toggle popup to an extension with button as option and writing new tests
- https://github.com/jquery/jquery-mobile/pull/7372
- Navbar review
- New PR against navbar-review branch
- https://github.com/jquery/jquery-mobile/pull/7473
- Listview review
- no planning yet
- Toolbar review
- no planning yet
- Selectmenu review
- no planning yet
- Panel review
- review or wait for rewrite
- Remove style options from widgets, use classes in markup instead
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
- Unique entries when popstate is available? allows us to distinguish navigation to the same page twice
- Start with API review:
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
- Menu
Namespacing:
- Switch to fixed namespace: data-ui-*
Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- pagecontainer needs tests
- Remove test for deprecated features and flaky tests (especially dialog)
Download Builder:
- Use jQuery UI’s download builder
- Rafael working on this
- Use jQuery UI’s download builder
link Other topics:
- css transitions
- should they stay or should they go
- http://jsbin.com/xatiz/1/edit
- draggable panel
- browserstack-runner
- get tests running here
- select menu
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- will be talking to scott and felix about ui select menu next week
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- 3rd party code demos
- provide guideline + make them stand out more in the demos
- Jasper will work on this for 1.5 release - no updates
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – Aug 06 2014
- Ticket triage
- 409 tickets total +1
- 43 pull requests +2
- Button
- Ready for another round of review
- Working on implicit label support and focus styling, in separate branches
- Jörn to review
- Datepicker
- Felix working on cleanup of calendar split
- Jörn to review (while Scott is on vacation)
- 1.11 Regressions
- trac report
- Mike working on some
- Need to fix CDN build issue to release 1.11.1
- Selectmenu
jQuery Core Team Meeting – Aug 04 2014
Attending: DaveMethvin, markelog, gibson042, m_gol
link Trac
- status?
- gnarf is coordinating another meeting to move it along
link Attaching data to DOM elements
- Igor Minar is concerned about leaks from attached data
- PR: https://github.com/jquery/jquery/pull/1428
- Ticket: http://bugs.jquery.com/ticket/11570
link $.xhr
- markelog did https://gist.github.com/markelog/5a5aec471886a863a136
- General feedback was that people preferred an options object
- See replies on email thread from mikesherov and scott_gonzalez
- Want to keep our $.xhr very small and simple to start
- Which browsers to support? 1.x if possible
- Can we leverage this: http://fetch.spec.whatwg.org/
link hide and show mess - http://bugs.jquery.com/ticket/15037
- Following up on last week's discussion: Is this feasible really?
- Initially CSS-hidden elements need to work with .show()
- Simple display:block show will break tables without some special case
- Probably several other breakages
- In any case let's avoid making it more complicated, but what can we simplify?
- gibson042 to do a PR for a simplification
- .hide() always results in display: none; .show() results in display: "" unless there was a pre-existing non-none value, in which case it will use that
link Pull Requests
link Tickets
- iOS7 tests failing: https://github.com/jquery/sizzle/issues/277
- 1.12/2.2 tickets: http://goo.gl/NsAfgV
- tickets needing an owner: http://goo.gl/v8YQdp
- Android 2.3 two main failures:
- http://bugs.jquery.com/ticket/15202 (appending checked radios)
- http://bugs.jquery.com/ticket/15203 (exceptions in async scripts)
jQuery Mobile Team Meeting – Jul 31 2014
link 1.4.4 issues
- several regressions fixed
- Panel
- need event that happens after beforeopen, but before ... open
link 1.5 development
Widgets:
- Remove style options from widgets, use classes in markup instead
- widget
- Table review
- Working on moving the column toggle popup to an extension with button as option and writing new tests
- https://github.com/jquery/jquery-mobile/pull/7372
- Navbar review
- New PR against navbar-review branch
- https://github.com/jquery/jquery-mobile/pull/7473
- Listview review
- no planning yet
- Toolbar review
- no planning yet
- Selectmenu review
- no planning yet
- Panel review
- review or wait for rewrite
- Remove style options from widgets, use classes in markup instead
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
- Unique entries when popstate is available? allows us to distinguish navigation to the same page twice
- Start with API review:
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
- Menu
Namespacing:
- Switch to fixed namespace: data-ui-*
Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- pagecontainer needs tests
- Remove test for deprecated features and flaky tests (especially dialog)
Download Builder:
- Use jQuery UI’s download builder
- Rafael working on this
- Use jQuery UI’s download builder
link Other topics:
- css transitions
- should they stay or should they go
- http://jsbin.com/xatiz/1/edit
- draggable panel
- browserstack-runner
- get tests running here
- select menu
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- will be talking to scott and felix about ui select menu next week
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- 3rd party code demos
- provide guideline + make them stand out more in the demos
- Jasper will work on this for 1.5 release - no updates
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – Jul 30 2014
- Ticket triage
- 408 tickets total -8
- 41 pull requests -6
- Button
- Ready for another round of review
- Working on implicit label support and focus styling, in separate branches
- Jörn to review
- Datepicker
- New PR, rebased with some cleaned up history
- Still needs lots of clean up to having passing tests
- Scott to squash some commits, to get a clean branch to review
- 1.11 Regressions
- trac report
- 3 that can be addressed in 1.11.1 (no breaking changes necessary)
- Bootstrap
- dialog themed with bootstrap jsbin
- Contacted head of open source at Twitter, will ping mdo
- Selectmenu
- Copying attributes for select and options, title on options, accesskey on button
- Decision to copy title for
<option>
and accesskey for<select>
- Copying autofocus wouldn't do anything, since its only valid for form elements
jQuery Core Team Meeting – Jul 28 2014
Attending: DaveMethvin, gibson042, markelog, timmywil
link $.xhr
- markelog did https://gist.github.com/markelog/5a5aec471886a863a136
- please review and comment
link Trac
- gnarf coordinating work to update our setup
link Object event handlers
- http://bugs.jquery.com/ticket/12031
- implementation is likely to change internal data structures
- shouldn't affect anyone using documented API
link hide and show mess
- http://bugs.jquery.com/ticket/15037
- Can we simplify to just display:none for hide and display:block for show?
- ...or even absence of display:none for show?
- probably not because initially-CSS-hidden stuff wouldn't be shown
- Eliminates defaultDisplay mess and saving states
link Tickets
- 1.12/2.2 tickets: http://goo.gl/NsAfgV
- tickets needing an owner: http://goo.gl/v8YQdp
jQuery Mobile Team Meeting – Jul 24 2014
link 1.4.4 issues
- no new regressions this week
- Panel
- need event that happens after beforeopen, but before ... open
link 1.5 development
Widgets:
- Remove style options from widgets, use classes in markup instead
- widget
- Table review
- Working on moving the column toggle popup to an extension with button as option and writing new tests
- https://github.com/jquery/jquery-mobile/pull/7372
- Navbar review
- New PR against navbar-review branch
- https://github.com/jquery/jquery-mobile/pull/7473
- Listview review
- no planning yet
- Toolbar review
- no planning yet
- Selectmenu review
- no planning yet
- Panel review
- review or wait for rewrite
- Remove style options from widgets, use classes in markup instead
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
- Start with API review:
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
- Menu
Namespacing:
- Switch to fixed namespace: data-ui-*
Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- pagecontainer needs tests
- Remove test for deprecated features and flaky tests (especially dialog)
Download Builder:
- Use jQuery UI’s download builder
- Rafael working on this
- Use jQuery UI’s download builder
link Other topics:
- css transitions
- should they stay or should they go
- http://jsbin.com/xatiz/1/edit
- draggable panel
- browserstack-runner
- get tests running here
- https://github.com/arschmitz/jquery-mobile-onpage
- plugin for easy and effecient event attachment for pages; this will stay a external plugin
- https://docs.google.com/spreadsheets/d/10FBrCSUFCmLIbJlODJCXvLNmKSUqQesWIX41H26YWsc/edit
- proposal for fixing pagecontainer events this should be considdered a bug and done in 1.4.3; WIP in branch
- https://github.com/jquery/api.jquerymobile.com/pull/297
- needs review
- select menu
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- will be talking to scott and felix about ui select menu next week
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- testswarm
- Alex working with Timo on this
- no update
- Alex working with Timo on this
- 3rd party code demos
- provide guideline + make them stand out more in the demos
- Jasper will work on this for 1.5 release - no updates
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos