- Ticket triage
- 430 tickets total, +0
- 14 pull requests, +0
- Datepicker
- Strange iOS 10 behavior
- Selectable
classes
option causing performance issues- https://bugs.jqueryui.com/ticket/15049 *can't reproduce
- Autocomplete
- XSS issue in remote JSONP demo
- https://bugs.jqueryui.com/ticket/15048
- PR implementation is too restrictive, rejecting many valid function names
- Scott landed a different fix
- XSS issue in remote JSONP demo
- Tootlip
- No callback for tooltip shown with a delay
- https://bugs.jqueryui.com/ticket/15051
- Rename
open
tobeforeOpen
, add a newopen
event after_show()
completes - Breaking change, but not likely to break much code, if any. Must wait for 1.13.
- GitHub branch cleanup
- Felix asks to delete datepicker-globalize-1.x and selectmenu-native-menu
- deleted
- Felix asks to delete datepicker-globalize-1.x and selectmenu-native-menu
- Checkbox theme issues
Category: jQuery UI Team
jQuery UI Team Meeting – Sep 21 2016
- Ticket triage
- 430 tickets total, +2
- 14 pull requests, +1
- Sortable
- regression:
cancel()
method throws error- https://bugs.jqueryui.com/ticket/15042
- Scott sent a PR
- regression:
- 1.12.1
- Released!
- Selectable
classes
option causing performance issues
- Autocomplete
- XSS vulnerability in remote JSONP demo
- https://bugs.jqueryui.com/ticket/15048
- Doesn't seem like a real vulnerability
- PR submitted
- https://github.com/jquery/jquery-ui/pull/1747
- PR implementation is too restrictive, rejecting many valid function names
- XSS vulnerability in remote JSONP demo
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Download builder
- Intermittent issues
jQuery UI Team Meeting – Sep 14 2016
- Ticket triage
- 428 tickets total, -0
- 13 pull requests, -0
- Slider
- Add demo for custom handle
- https://bugs.jqueryui.com/ticket/15023
- Scott sent a PR
- Add demo for custom handle
- Icon Color
- Icons are getting the hover color by default
- Sortable
- regression:
cancel()
method throws error
- regression:
- 1.12.1
- Slider PR merged
- Removed externals from CDN zip
- Deployed updated API docs
- Fixed icon color
- Sortable
cancel()
PR needs to be merged - Ready to release?
- Yes
jQuery UI Team Meeting – Sep 07 2016
- Ticket triage
- 428 tickets total, -9
- 13 pull requests, -6
- Spinner
- Not going to support Globalize 1.x for now
- Scott sent a PR to document the version support
- https://github.com/jquery/api.jqueryui.com/pull/307
- merged
- API Site
- Alex updated the main site to show the 1.12 docs
- Position
- Fractional value detection is failing in Chrome
- Scott sent a PR to remove the detection
- https://github.com/jquery/jquery-ui/pull/1739
- merged
- Slider
- Add demo for custom handle
- https://bugs.jqueryui.com/ticket/15023
- Scott sent a PR
- https://github.com/jquery/jquery-ui/pull/1740
- Jörn noticed a bug in slider when reviewing the demo
- Scott fixed the bug as part of the PR
- Need another round of review
- Icon Color
- Icons are getting the hover color by default
- https://github.com/jquery/jqueryui.com/issues/159
- Likely caused by this change:
- https://github.com/jquery/jquery-ui/commit/6e2bbcaa5e19bb933d8024ff5d6fcff34f91e034#diff-ff24a972bba1a2ecf79314fd9a5d048fR208
- Alex to look into why this change was made
- 1.12.1
- Slider PR
- Remove externals from CDN zip
- Deploy updated API docs
- Fix icon color
jQuery UI Team Meeting – Aug 31 2016
- Ticket triage
- 437 tickets total, +0
- 19 pull requests, +0
- Spinner
- Doesn't work with Globalize 1.x
- https://bugs.jqueryui.com/ticket/15030
- Will be tricky to support both because of
Globalize.format()
being split into multiple methods
- Doesn't work with Globalize 1.x
- Menu
- Doesn't work with accented characters
- https://bugs.jqueryui.com/ticket/15038
- This is exactly the problem we discussed with the numpad problem :-(
- Doesn't work with accented characters
- Position
- Fractional value detection is failing in Chrome
- Just rip it out since it only applies to IE <=9
- Scott to send a PR
- Fractional value detection is failing in Chrome
jQuery UI Team Meeting – Aug 24 2016
- Ticket triage
- 437 tickets total, +0
- 19 pull requests, -2
- Spinner
- Doesn't work with Globalize 1.x
- Selectmenu
- Doesn't work with numpad
- https://bugs.jqueryui.com/ticket/15031
- Felix sent a PR
- https://github.com/jquery/jquery-ui/pull/1732
- merged
- Doesn't work with numpad
jQuery UI Team Meeting – Aug 17 2016
- Ticket triage
- 437 tickets total, +3
- 21 pull requests, +3
- Tabs
- Hidden tabs can be navigated to via keyboard
- https://bugs.jqueryui.com/ticket/15013
- Automatically disabling tabs based on visibility would require additional complexity to track the fact that the tab is only disabled because it was hidden (so that it can automatically enabled when it becomes visible again)
- This doesn't seem worth the effort, the user should just manually disable the tabs
- Hidden tabs can be navigated to via keyboard
- Spinner
- Doesn't work with Globalize 1.x
- Selectmenu
- Doesn't work with numpad
- https://bugs.jqueryui.com/ticket/15031
- We're using
String.fromCharCode(event.keyCode)
- We should stop using
keyCode
since it's deprecated - Felix to send a PR
- Doesn't work with numpad
jQuery UI Team Meeting – Aug 03 2016
- Ticket triage
- 434 tickets total, +5
- 18 pull requests, +2
- Download Builder
- All recent issues have been fixed
- npm/browserify/webpack
- works differently than before (intentionally)
- https://github.com/jquery/jqueryui.com/issues/150
- Jörn documented the upgrade path
- https://github.com/jquery/jqueryui.com/commit/b083b13fd8f6377909813ae2d6c7de1476225ade
- Checkboxradio
- Radio checkmarks are only visible on hover
- https://bugs.jqueryui.com/ticket/15003
- Alex fixed this
- https://github.com/jquery/jquery-ui/pull/1725
- Tabs
- Hidden tabs can be navigated to via keyboard
- https://bugs.jqueryui.com/ticket/15013
- Scott sent a PR to detect hidden tabs during navigation and skip them
- https://github.com/jquery/jquery-ui/pull/1724
- Decided to implement this as part of
refresh()
and auto-disable hidden tabs
- Resizable
- Support for flexbox
- https://bugs.jqueryui.com/ticket/14997
- Bad test case; flexbox works just fine when the CSS isn't fighting against the widget
jQuery UI Team Meeting – Jul 06 2016
- Ticket triage
- 429 tickets total, +4
- 18 pull requests, +2
- Controlgroup
classes
option is set incorrectly for children
- jQuery 3.0.0
- Alex pulled in jQuery 3.0.0 to master and 1-11-stable
- Some failing tests
- Resizable
- Support for flexbox
- https://bugs.jqueryui.com/ticket/14997
- Need more information on what is expected with the provided demo
- Support for flexbox
- Draggable
- Can't pinch zoom within draggable
- https://bugs.jqueryui.com/ticket/14993
- Seems like expected behavior based on
touch-action
- Can't pinch zoom within draggable
jQuery UI Team Meeting – Jun 29 2016
- Ticket triage
- 425 tickets total, +4
- 16 pull requests, -0
- Controlgroup
classes
option is set incorrectly for children- https://bugs.jqueryui.com/ticket/14984
- https://github.com/jquery/jquery-ui/pull/1713
- jQuery 3.0.0
- Alex to pull in jQuery 3.0.0 to mater and 1-11-stable
- Need to verify tests are passing