- 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
Author Archives: builder
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
jQuery Core Team Meeting – Apr 21 2014
Attending: DaveMethvin, timmywil, markelog, gibson042
link 1.11.1 / 2.1.1 RC
- m_gol did RC1
- I published an RC1 blog post for about 5 minutes
- I missed the update required to Sizzle (but there was a ticket)
- gibson042 landed it Friday
- Dave set up a VM, can (or will try to) publish the beta today
- To simplify, let's call this RC2 and not speak of RC1 :-)
link "browser" KEYWORD for npm
- https://github.com/npm/npm/issues/4321#issuecomment-40880868
- Dave will open a ticket
link Open tickets for .1 release
- IE11 being stupid
- http://bugs.jquery.com/ticket/14894
- Dave will fix
- Way to prevent accidental release without latest Sizzle
- http://bugs.jquery.com/ticket/14915
- Some of this is just procedure, and not code
- timmywil to land later this week before final release
- slideUp/Down on inline elements
- http://bugs.jquery.com/ticket/14824
- markelog to investigate
- We're getting a ton of spam on the tracker
- Ideas on how to reduce it?
- Delete the spammy posts when you see them
- Lots of fake logins being created as well
jQuery Mobile Team Meeting – Apr 17 2014
- panel slide out on Android
- https://github.com/jquery/jquery-mobile/issues/7326
- Decided to leave this for the panel rewrite (1.7)
- https://github.com/jquery/jquery-mobile/issues/7326
link Last week:
- PRs
- use labels
- Jasper will add labels in the library repo as well
- use labels
- 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
- make buildCSSBundle available to UI Download builder
- https://github.com/jquery/download.jqueryui.com/issues/178
- Ghislain working on publishing the project as an NPM module - no updates
- https://github.com/jquery/download.jqueryui.com/issues/178
- 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 16 2014
- Ticket triage
- 0 pending tickets -3
- 409 tickets total +0
- 39 pull requests -6
- Globalize
- Selectmenu
- Need to finish some fixes
- Felix to test with aria-describedby instead of modifying for-attribute
- Ideas for better demos?
- Radius and color of a circle, using two dropdowns
- Still need to review tests and docs
- Need to finish some fixes
- Release
- Download builder
- Trying to use buildCSSBundles() from Ghislain's AMD builder
- Ghislain extracted the module, Rafael started testing that in DB
- Discussing how to deal with base.css and theme.css