- Ticket triage
- 2 pending tickets +2
- 410 tickets total +2
- 36 pull requests -4
- Globalize
- Need a seperate API site
- Talked to Isaac to create logo and color scheme
- Download builder
- Simplifying our bundle
- include theme + structure + concat
- _on() signature
- checkbox focus outline
- Active checkbox needs a focus indicator
- Leaving it up to the user to style ui-state-focus is awful
- jQuery Mobile currently uses box-shadow to add a custom focus outline
- Can't recreate native outline
- Still no solution, will continue discussion elsewhere
Author Archives: builder
jQuery Core Team Meeting – May 12 2014
Attending: DaveMethvin, m_gol, timmywil, markelog, gibson042
link 1.11.2 / 2.1.2 watch
- Anything that requires a patch release?
link Angular use of .data()
- Makes use of jQuery._data()
- Issues:
- copying _data(node, ‘events’) won’t work with events with setup/teardown hooks
- Should we expose in the 2.x branch so Angular 1.3 could use it?
- Yes, we need to leave jQuery._data() in place
- Perhaps document so people would know to leave it alone?
link Pulls
- rAF https://github.com/jquery/jquery/pull/1578
- Use page viz api to determine whether to run animation
- https://github.com/jquery/jquery/pull/1577
- Do we duplicate // Supports comments in support.js and use point?
- What is the correct form of a // Supports comment?
link 1.12/2.2 planning
jQuery Mobile Team Meeting – May 08 2014
link 1.5 development
- .trigger( "change" )
- https://github.com/jquery/jquery-mobile/issues/7363
- Should be discussed with UI team during in-person meeting
- Should we trigger native events with code like: https://gist.github.com/gabrielschulhof/c50cd5b0cc5bcad9d224
- https://github.com/jquery/jquery-mobile/issues/7363
- 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:
- Widgets:
- Remove style options from widgets, use classes in markup instead
- Web-UI-Framework team is working on this
- Table review
- Gabriel will work on this
- Navbar review
- Cory will work on this (with Jasper)
- https://github.com/jquery/jquery-mobile/issues/7359
- 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
- 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-*
- Events:
- review swipe (event data used)
- taken care of in 1.4.2
- review swipe (event data used)
- Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- Remove test for deprecated features and flaky tests (especially dialog)
- 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
- update the file structure in the Mobile repo to match UI's
- Tools: Adopt jquery-release script
- done
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
- no update
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- 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
- android 4.4 swipe
- i dont think we can support swipe on 4.4 research from google
- talking to Rick Byers the guy in charge of touch / pointer events in chrome pleding our case but this was an intentional change
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- i dont think we can support swipe on 4.4 research from google
- 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 - no update
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – May 07 2014
- Ticket triage
- 0 pending tickets -1
- 408 tickets total -4
- 40 pull requests -1
- Selectmenu
- Fixed some tests.
- Landed new demo.
- Felix needs some help to improve ARIA implementation, trying some of the suggestions Hans posted.
- Working on issues from 1.11.0-beta.1
jQuery Core Team Meeting – May 05 2014
Attending: DaveMethvin, m_gol, gibson042, timmywil, markelog
link 1.11.1 / 2.1.1
- Shipped last week
- Any feedback or bugs?
- Let's make this the last before 1.12/2.2 barring bad regressions
link The demise of jquery-latest
- Google folks are on board to make /1/ point to 1.11.1
- Dave to make a blog post
link 1.12/2.2 planning
- Tickets and pulls already tagged
- Who wants what?
- Most tickets are claimed now, so begin!
- http://bugs.jquery.com/query?status=assigned&status=new&status=open&status=reopened&group=milestone&report=3&order=priority
link CSS selector escaping?
- http://bugs.jquery.com/ticket/14692
- https://github.com/mathiasbynens/CSS.escape/blob/master/css.escape.js
- Kind of big and we don't use it, maybe just document this and tell people where to get it?
jQuery Mobile Team Meeting – May 01 2014
- autogrow
- https://github.com/jquery/jquery-mobile/issues/6801#issuecomment-36438918
- Do we take out the code that briefly sets the height to 0?
- https://github.com/jquery/jquery-mobile/issues/6801#issuecomment-36438918
- browserstack-runner
- device testing
- implementing slowly one browser / test at a time pr coming
- device testing
- device lab
- now have the ability to control scrolling/clicks/forms across devices
link 1.5 development
- 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:
- Widgets:
- Remove style options from widgets, use classes in markup instead
- Web-UI-Framework team is working on this
- Table review
- Gabriel will work on this
- Navbar review
- Cory will work on this (with Jasper)
- 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
- 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-*
- Events:
- review swipe (event data used)
- taken care of in 1.4.2
- review swipe (event data used)
- Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- Remove test for deprecated features and flaky tests (especially dialog)
- 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
- update the file structure in the Mobile repo to match UI's
- Tools: Adopt jquery-release script
- done
link Last week:
- make buildCSSBundle available to UI Download builder
- https://github.com/jquery/download.jqueryui.com/issues/178
- decoupled and published to NPM
- https://github.com/jquery/download.jqueryui.com/issues/178
- page events demo
- https://github.com/arschmitz/jquery-mobile-event-debugger
- Alex is working on this
- http://view.jquerymobile.com/page-events-demo/demos/page-events/logevents.php
- https://github.com/arschmitz/jquery-mobile-onpage
- plugin for easy and effecient event attachment for pages; this will stay a external plugin
- jQuery Mobile Page Events
- 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
- https://github.com/arschmitz/jquery-mobile-event-debugger
- 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
- no update
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- 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
- android 4.4 swipe
- i dont think we can support swipe on 4.4 research from google
- talking to Rick Byers the guy in charge of touch / pointer events in chrome pleding our case but this was an intentional change
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- i dont think we can support swipe on 4.4 research from google
- 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 - no update
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – Apr 30 2014
- Ticket triage
- 1 pending tickets +1
- 412 tickets total +4
- 41 pull requests +4
- Duplicates
- Button
- working on checkboxradio and controlgroup
- Did another review and testing round, lots to fix
- will make controlgroup filter out hidden elements, if too slow, don't use the JS widget
- will make controlgroup support selectmenu and textinputs, shouldn't require more then a few lines of extra CSS
- Need to discuss with Jasper and Scott a more generic .ui-btn class as currently in jQuery Mobile, affects selectmenu, button, checkbox; controlgroup could use that instead of each widget individually
- Decided to support anchors
- Focus styling for active radio/checkbox
- Perhaps add outline to .ui-state-focus
- Alex to ping Chris Coyier to see if there's a good solution
- Globalize
- Working on plural module, created a PR for reviewing, still missing functional tests and docs
- Discussing support for locale-specific instances, Rafael worked on it, will open a PR soon
- Working on continuous cross-browser testing, sent a PR to fix the issue within browserstack-runner, waiting for that to land
- Need a seperate API site - We've got globalizejs.com, still need to create the site
- Selectmenu
- Fixed some tests
- New demo: radius and color of a circle, using two dropdowns
- Felix needs some help to improve ARIA implementation, trying some of the suggestions Hans posted:
- Jörn and Felix to work on that
- Release
- Release 1.11.0-beta.1
- Need to fix menu and tooltip regressions
- Need to fix prerelease script to push JS files to CDN
- Should remove -cdn postfix from zip file to put that on jqueryui.com
- Download builder
- Offer pre-releases? Seems sane for beta and rc releases, since its more likely that people will test those with their custom builds
- Let's try it with rc.1, since we're likely not doing another beta; or even for beta.1, Rafael will put it on stage
- buildCSSBundles() from Ghislain's AMD builder is working
- Discussing how to simplify our bundle, please chime in on that issue.
- Offer pre-releases? Seems sane for beta and rc releases, since its more likely that people will test those with their custom builds
- Menu
- Need to test the PR for the #9995 fix, looks simple enough, Jörn to test this
jQuery Core Team Meeting – Apr 28 2014
Attending: DaveMethvin, timmywil, m_gol
link 1.11.1 / 2.1.1 RC2
- Shipped last week
- Any feedback or bugs?
link 1.11.1 / 2.1.1 final
- Release? How about Thursday 5/1
- Code changes to land:
- http://bugs.jquery.com/ticket/14824 (markelog)
- https://github.com/jquery/jquery/pull/1566
- http://bugs.jquery.com/ticket/14894 (dave)
- Build/Test changes aren't blockers
- (Let's stay conservative here)
link Sizzle pulls
link Velocity: replacement for $.animate
- http://julian.com/research/velocity/
- MIT licensed
- Wonder how compat it is?
- Related: Should we bring back requestAnimationFrame?
link 1.12/2.2 planning
- Tickets and pulls already tagged
- Who wants what?
- Take a look and let's discuss next week
- We'll do async
jQuery Mobile Team Meeting – Apr 24 2014
link Last week:
- make buildCSSBundle available to UI Download builder
- https://github.com/jquery/download.jqueryui.com/issues/178
- decoupled and published to NPM
- https://github.com/jquery/download.jqueryui.com/issues/178
- page events demo
- https://github.com/arschmitz/jquery-mobile-event-debugger
- Alex is working on this
- http://view.jquerymobile.com/page-events-demo/demos/page-events/logevents.php
- https://github.com/arschmitz/jquery-mobile-onpage
- plugin for easy and effecient event attachment for pages; this will stay a external plugin
- jQuery Mobile Page Events
- 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
- pr for api docs
- https://github.com/arschmitz/jquery-mobile-event-debugger
- 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
- no update
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- 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
- android 4.4 swipe
- i dont think we can support swipe on 4.4 research from google
- talking to Rick Byers the guy in charge of touch / pointer events in chrome pleding our case but this was an intentional change
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- i dont think we can support swipe on 4.4 research from google
- 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 - no update
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – Apr 23 2014
- Ticket triage
- 0 pending tickets +0
- 408 tickets total -1
- 37 pull requests -2
- Duplicates
- Several open issues have several duplicates
- Mostly interactions and datepicker (getting there), two autocomplete issues (#7434, #6642)
- All tickets sorted by duplicates
- [http://bugs.jqueryui.com/report/42](Most discussed open tickets:)
- Button
- working on checkboxradio
- Did another review and testing round, lots to fix
- Discussing Focus styling for active radio/checkbox
- Perhaps add outline to .ui-state-focus, ping Chris Coyier to see if there's a good solution
- Globalize
- Selectmenu
- Need to figure out label association
- Felix to test with aria-describedby instead of modifying for-attribute
- Still need to review docs
- New demo: radius and color of a circle, using two dropdowns
- Release
- Working on migration to jquery-release
- Beta on Thursday