jquery-ui-rails 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jquery-ui-rails might be problematic. Click here for more details.

Files changed (64) hide show
  1. data/History.md +4 -0
  2. data/README.md +4 -0
  3. data/Rakefile +2 -4
  4. data/VERSIONS.md +1 -0
  5. data/app/assets/javascripts/jquery-ui/accordion.js +2 -2
  6. data/app/assets/javascripts/jquery-ui/autocomplete.js +6 -4
  7. data/app/assets/javascripts/jquery-ui/button.js +3 -3
  8. data/app/assets/javascripts/jquery-ui/core.js +6 -5
  9. data/app/assets/javascripts/jquery-ui/datepicker.js +25 -18
  10. data/app/assets/javascripts/jquery-ui/dialog.js +22 -5
  11. data/app/assets/javascripts/jquery-ui/draggable.js +38 -33
  12. data/app/assets/javascripts/jquery-ui/droppable.js +8 -11
  13. data/app/assets/javascripts/jquery-ui/effect-blind.js +1 -1
  14. data/app/assets/javascripts/jquery-ui/effect-bounce.js +1 -1
  15. data/app/assets/javascripts/jquery-ui/effect-clip.js +1 -1
  16. data/app/assets/javascripts/jquery-ui/effect-drop.js +1 -1
  17. data/app/assets/javascripts/jquery-ui/effect-explode.js +1 -1
  18. data/app/assets/javascripts/jquery-ui/effect-fade.js +1 -1
  19. data/app/assets/javascripts/jquery-ui/effect-fold.js +1 -1
  20. data/app/assets/javascripts/jquery-ui/effect-highlight.js +1 -1
  21. data/app/assets/javascripts/jquery-ui/effect-puff.js +1 -1
  22. data/app/assets/javascripts/jquery-ui/effect-pulsate.js +1 -1
  23. data/app/assets/javascripts/jquery-ui/effect-scale.js +1 -1
  24. data/app/assets/javascripts/jquery-ui/effect-shake.js +1 -1
  25. data/app/assets/javascripts/jquery-ui/effect-size.js +1 -1
  26. data/app/assets/javascripts/jquery-ui/effect-slide.js +1 -1
  27. data/app/assets/javascripts/jquery-ui/effect-transfer.js +1 -1
  28. data/app/assets/javascripts/jquery-ui/effect.js +7 -3
  29. data/app/assets/javascripts/jquery-ui/menu.js +2 -2
  30. data/app/assets/javascripts/jquery-ui/mouse.js +2 -2
  31. data/app/assets/javascripts/jquery-ui/position.js +6 -3
  32. data/app/assets/javascripts/jquery-ui/progressbar.js +2 -2
  33. data/app/assets/javascripts/jquery-ui/resizable.js +283 -132
  34. data/app/assets/javascripts/jquery-ui/selectable.js +2 -2
  35. data/app/assets/javascripts/jquery-ui/selectmenu.js +25 -8
  36. data/app/assets/javascripts/jquery-ui/slider.js +5 -2
  37. data/app/assets/javascripts/jquery-ui/sortable.js +2 -2
  38. data/app/assets/javascripts/jquery-ui/spinner.js +2 -2
  39. data/app/assets/javascripts/jquery-ui/tabs.js +25 -21
  40. data/app/assets/javascripts/jquery-ui/tooltip.js +10 -3
  41. data/app/assets/javascripts/jquery-ui/widget.js +10 -3
  42. data/app/assets/stylesheets/jquery-ui/accordion.css.erb +1 -1
  43. data/app/assets/stylesheets/jquery-ui/all.css.erb +1 -1
  44. data/app/assets/stylesheets/jquery-ui/autocomplete.css.erb +1 -1
  45. data/app/assets/stylesheets/jquery-ui/base.css.erb +1 -1
  46. data/app/assets/stylesheets/jquery-ui/button.css.erb +1 -1
  47. data/app/assets/stylesheets/jquery-ui/core.css.erb +2 -2
  48. data/app/assets/stylesheets/jquery-ui/datepicker.css.erb +2 -2
  49. data/app/assets/stylesheets/jquery-ui/dialog.css.erb +1 -1
  50. data/app/assets/stylesheets/jquery-ui/draggable.css.erb +1 -1
  51. data/app/assets/stylesheets/jquery-ui/menu.css.erb +1 -1
  52. data/app/assets/stylesheets/jquery-ui/progressbar.css.erb +3 -8
  53. data/app/assets/stylesheets/jquery-ui/resizable.css.erb +1 -1
  54. data/app/assets/stylesheets/jquery-ui/selectable.css.erb +1 -1
  55. data/app/assets/stylesheets/jquery-ui/selectmenu.css.erb +1 -1
  56. data/app/assets/stylesheets/jquery-ui/slider.css.erb +2 -2
  57. data/app/assets/stylesheets/jquery-ui/sortable.css.erb +1 -1
  58. data/app/assets/stylesheets/jquery-ui/spinner.css.erb +1 -1
  59. data/app/assets/stylesheets/jquery-ui/tabs.css.erb +1 -1
  60. data/app/assets/stylesheets/jquery-ui/theme.css.erb +6 -6
  61. data/app/assets/stylesheets/jquery-ui/tooltip.css.erb +1 -1
  62. data/lib/jquery/ui/rails/version.rb +2 -2
  63. metadata +3 -4
  64. data/app/assets/images/jquery-ui/animated-overlay.gif +0 -0
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/mouse
4
4
 
5
5
  /*!
6
- * jQuery UI Selectable 1.11.0
6
+ * jQuery UI Selectable 1.11.1
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2014 jQuery Foundation and other contributors
@@ -30,7 +30,7 @@
30
30
  }(function( $ ) {
31
31
 
32
32
  return $.widget("ui.selectable", $.ui.mouse, {
33
- version: "1.11.0",
33
+ version: "1.11.1",
34
34
  options: {
35
35
  appendTo: "body",
36
36
  autoRefresh: true,
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/menu
5
5
 
6
6
  /*!
7
- * jQuery UI Selectmenu 1.11.0
7
+ * jQuery UI Selectmenu 1.11.1
8
8
  * http://jqueryui.com
9
9
  *
10
10
  * Copyright 2014 jQuery Foundation and other contributors
@@ -32,7 +32,7 @@
32
32
  }(function( $ ) {
33
33
 
34
34
  return $.widget( "ui.selectmenu", {
35
- version: "1.11.0",
35
+ version: "1.11.1",
36
36
  defaultElement: "<select>",
37
37
  options: {
38
38
  appendTo: null,
@@ -111,7 +111,7 @@ return $.widget( "ui.selectmenu", {
111
111
  .appendTo( this.button );
112
112
 
113
113
  this._setText( this.buttonText, this.element.find( "option:selected" ).text() );
114
- this._setOption( "width", this.options.width );
114
+ this._resizeButton();
115
115
 
116
116
  this._on( this.button, this._buttonEvents );
117
117
  this.button.one( "focusin", function() {
@@ -191,7 +191,9 @@ return $.widget( "ui.selectmenu", {
191
191
  refresh: function() {
192
192
  this._refreshMenu();
193
193
  this._setText( this.buttonText, this._getSelectedItem().text() );
194
- this._setOption( "width", this.options.width );
194
+ if ( !this.options.width ) {
195
+ this._resizeButton();
196
+ }
195
197
  },
196
198
 
197
199
  _refreshMenu: function() {
@@ -358,7 +360,14 @@ return $.widget( "ui.selectmenu", {
358
360
  },
359
361
 
360
362
  _buttonEvents: {
363
+
364
+ // Prevent text selection from being reset when interacting with the selectmenu (#10144)
365
+ mousedown: function( event ) {
366
+ event.preventDefault();
367
+ },
368
+
361
369
  click: "_toggle",
370
+
362
371
  keydown: function( event ) {
363
372
  var preventDefault = true;
364
373
  switch ( event.keyCode ) {
@@ -480,10 +489,7 @@ return $.widget( "ui.selectmenu", {
480
489
  }
481
490
 
482
491
  if ( key === "width" ) {
483
- if ( !value ) {
484
- value = this.element.outerWidth();
485
- }
486
- this.button.outerWidth( value );
492
+ this._resizeButton();
487
493
  }
488
494
  },
489
495
 
@@ -516,6 +522,17 @@ return $.widget( "ui.selectmenu", {
516
522
  this.menu.attr( "aria-hidden", !this.isOpen );
517
523
  },
518
524
 
525
+ _resizeButton: function() {
526
+ var width = this.options.width;
527
+
528
+ if ( !width ) {
529
+ width = this.element.show().outerWidth();
530
+ this.element.hide();
531
+ }
532
+
533
+ this.button.outerWidth( width );
534
+ },
535
+
519
536
  _resizeMenu: function() {
520
537
  this.menu.outerWidth( Math.max(
521
538
  this.button.outerWidth(),
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/mouse
4
4
 
5
5
  /*!
6
- * jQuery UI Slider 1.11.0
6
+ * jQuery UI Slider 1.11.1
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2014 jQuery Foundation and other contributors
@@ -30,7 +30,7 @@
30
30
  }(function( $ ) {
31
31
 
32
32
  return $.widget( "ui.slider", $.ui.mouse, {
33
- version: "1.11.0",
33
+ version: "1.11.1",
34
34
  widgetEventPrefix: "slide",
35
35
 
36
36
  options: {
@@ -458,6 +458,9 @@ return $.widget( "ui.slider", $.ui.mouse, {
458
458
  .removeClass( "ui-slider-horizontal ui-slider-vertical" )
459
459
  .addClass( "ui-slider-" + this.orientation );
460
460
  this._refreshValue();
461
+
462
+ // Reset positioning from previous orientation
463
+ this.handles.css( value === "horizontal" ? "bottom" : "left", "" );
461
464
  break;
462
465
  case "value":
463
466
  this._animateOff = true;
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/mouse
4
4
 
5
5
  /*!
6
- * jQuery UI Sortable 1.11.0
6
+ * jQuery UI Sortable 1.11.1
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2014 jQuery Foundation and other contributors
@@ -30,7 +30,7 @@
30
30
  }(function( $ ) {
31
31
 
32
32
  return $.widget("ui.sortable", $.ui.mouse, {
33
- version: "1.11.0",
33
+ version: "1.11.1",
34
34
  widgetEventPrefix: "sort",
35
35
  ready: false,
36
36
  options: {
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/button
4
4
 
5
5
  /*!
6
- * jQuery UI Spinner 1.11.0
6
+ * jQuery UI Spinner 1.11.1
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2014 jQuery Foundation and other contributors
@@ -41,7 +41,7 @@ function spinner_modifier( fn ) {
41
41
  }
42
42
 
43
43
  return $.widget( "ui.spinner", {
44
- version: "1.11.0",
44
+ version: "1.11.1",
45
45
  defaultElement: "<input>",
46
46
  widgetEventPrefix: "spin",
47
47
  options: {
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/widget
3
3
 
4
4
  /*!
5
- * jQuery UI Tabs 1.11.0
5
+ * jQuery UI Tabs 1.11.1
6
6
  * http://jqueryui.com
7
7
  *
8
8
  * Copyright 2014 jQuery Foundation and other contributors
@@ -28,7 +28,7 @@
28
28
  }(function( $ ) {
29
29
 
30
30
  return $.widget( "ui.tabs", {
31
- version: "1.11.0",
31
+ version: "1.11.1",
32
32
  delay: 300,
33
33
  options: {
34
34
  active: null,
@@ -78,24 +78,7 @@ return $.widget( "ui.tabs", {
78
78
 
79
79
  this.element
80
80
  .addClass( "ui-tabs ui-widget ui-widget-content ui-corner-all" )
81
- .toggleClass( "ui-tabs-collapsible", options.collapsible )
82
- // Prevent users from focusing disabled tabs via click
83
- .delegate( ".ui-tabs-nav > li", "mousedown" + this.eventNamespace, function( event ) {
84
- if ( $( this ).is( ".ui-state-disabled" ) ) {
85
- event.preventDefault();
86
- }
87
- })
88
- // support: IE <9
89
- // Preventing the default action in mousedown doesn't prevent IE
90
- // from focusing the element, so if the anchor gets focused, blur.
91
- // We don't have to worry about focusing the previously focused
92
- // element since clicking on a non-focusable element should focus
93
- // the body anyway.
94
- .delegate( ".ui-tabs-anchor", "focus" + this.eventNamespace, function() {
95
- if ( $( this ).closest( "li" ).is( ".ui-state-disabled" ) ) {
96
- this.blur();
97
- }
98
- });
81
+ .toggleClass( "ui-tabs-collapsible", options.collapsible );
99
82
 
100
83
  this._processTabs();
101
84
  options.active = this._initialActive();
@@ -396,7 +379,26 @@ return $.widget( "ui.tabs", {
396
379
 
397
380
  this.tablist = this._getList()
398
381
  .addClass( "ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" )
399
- .attr( "role", "tablist" );
382
+ .attr( "role", "tablist" )
383
+
384
+ // Prevent users from focusing disabled tabs via click
385
+ .delegate( "> li", "mousedown" + this.eventNamespace, function( event ) {
386
+ if ( $( this ).is( ".ui-state-disabled" ) ) {
387
+ event.preventDefault();
388
+ }
389
+ })
390
+
391
+ // support: IE <9
392
+ // Preventing the default action in mousedown doesn't prevent IE
393
+ // from focusing the element, so if the anchor gets focused, blur.
394
+ // We don't have to worry about focusing the previously focused
395
+ // element since clicking on a non-focusable element should focus
396
+ // the body anyway.
397
+ .delegate( ".ui-tabs-anchor", "focus" + this.eventNamespace, function() {
398
+ if ( $( this ).closest( "li" ).is( ".ui-state-disabled" ) ) {
399
+ this.blur();
400
+ }
401
+ });
400
402
 
401
403
  this.tabs = this.tablist.find( "> li:has(a[href])" )
402
404
  .addClass( "ui-state-default ui-corner-top" )
@@ -714,6 +716,8 @@ return $.widget( "ui.tabs", {
714
716
  .removeAttr( "tabIndex" )
715
717
  .removeUniqueId();
716
718
 
719
+ this.tablist.unbind( this.eventNamespace );
720
+
717
721
  this.tabs.add( this.panels ).each(function() {
718
722
  if ( $.data( this, "ui-tabs-destroy" ) ) {
719
723
  $( this ).remove();
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/position
4
4
 
5
5
  /*!
6
- * jQuery UI Tooltip 1.11.0
6
+ * jQuery UI Tooltip 1.11.1
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2014 jQuery Foundation and other contributors
@@ -30,7 +30,7 @@
30
30
  }(function( $ ) {
31
31
 
32
32
  return $.widget( "ui.tooltip", {
33
- version: "1.11.0",
33
+ version: "1.11.1",
34
34
  options: {
35
35
  content: function() {
36
36
  // support: IE<9, Opera in jQuery <1.7
@@ -300,6 +300,8 @@ return $.widget( "ui.tooltip", {
300
300
  }, this.options.position ) );
301
301
  }
302
302
 
303
+ this.hiding = false;
304
+ this.closing = false;
303
305
  tooltip.hide();
304
306
 
305
307
  this._show( tooltip, this.options.show );
@@ -366,9 +368,12 @@ return $.widget( "ui.tooltip", {
366
368
 
367
369
  this._removeDescribedBy( target );
368
370
 
371
+ this.hiding = true;
369
372
  tooltip.stop( true );
370
373
  this._hide( tooltip, this.options.hide, function() {
371
374
  that._removeTooltip( $( this ) );
375
+ this.hiding = false;
376
+ this.closing = false;
372
377
  });
373
378
 
374
379
  target.removeData( "ui-tooltip-open" );
@@ -389,7 +394,9 @@ return $.widget( "ui.tooltip", {
389
394
 
390
395
  this.closing = true;
391
396
  this._trigger( "close", event, { tooltip: tooltip } );
392
- this.closing = false;
397
+ if ( !this.hiding ) {
398
+ this.closing = false;
399
+ }
393
400
  },
394
401
 
395
402
  _tooltip: function( element ) {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Widget 1.11.0
2
+ * jQuery UI Widget 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -25,9 +25,16 @@ var widget_uuid = 0,
25
25
 
26
26
  $.cleanData = (function( orig ) {
27
27
  return function( elems ) {
28
- for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
28
+ var events, elem, i;
29
+ for ( i = 0; (elem = elems[i]) != null; i++ ) {
29
30
  try {
30
- $( elem ).triggerHandler( "remove" );
31
+
32
+ // Only trigger remove when necessary to save time
33
+ events = $._data( elem, "events" );
34
+ if ( events && events.remove ) {
35
+ $( elem ).triggerHandler( "remove" );
36
+ }
37
+
31
38
  // http://bugs.jquery.com/ticket/8235
32
39
  } catch( e ) {}
33
40
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Accordion 1.11.0
2
+ * jQuery UI Accordion 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.11.0
2
+ * jQuery UI CSS Framework 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Autocomplete 1.11.0
2
+ * jQuery UI Autocomplete 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.11.0
2
+ * jQuery UI CSS Framework 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Button 1.11.0
2
+ * jQuery UI Button 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.11.0
2
+ * jQuery UI CSS Framework 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -56,7 +56,7 @@
56
56
  left: 0;
57
57
  position: absolute;
58
58
  opacity: 0;
59
- filter:Alpha(Opacity=0);
59
+ filter:Alpha(Opacity=0); /* support: IE8 */
60
60
  }
61
61
 
62
62
  .ui-front {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Datepicker 1.11.0
2
+ * jQuery UI Datepicker 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -64,7 +64,7 @@
64
64
  }
65
65
  .ui-datepicker select.ui-datepicker-month,
66
66
  .ui-datepicker select.ui-datepicker-year {
67
- width: 49%;
67
+ width: 45%;
68
68
  }
69
69
  .ui-datepicker table {
70
70
  width: 100%;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Dialog 1.11.0
2
+ * jQuery UI Dialog 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Draggable 1.11.0
2
+ * jQuery UI Draggable 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Menu 1.11.0
2
+ * jQuery UI Menu 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Progressbar 1.11.0
2
+ * jQuery UI Progressbar 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors
@@ -8,11 +8,6 @@
8
8
  *
9
9
  * http://api.jqueryui.com/progressbar/#theming
10
10
  */
11
-
12
- /*
13
- *= depend_on_asset "jquery-ui/animated-overlay.gif"
14
- */
15
-
16
11
  /*
17
12
  *= require jquery-ui/core
18
13
  *= require jquery-ui/theme
@@ -27,9 +22,9 @@
27
22
  height: 100%;
28
23
  }
29
24
  .ui-progressbar .ui-progressbar-overlay {
30
- background: url(<%= image_path("jquery-ui/animated-overlay.gif") %>);
25
+ background: url("data:image/gif;base64,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");
31
26
  height: 100%;
32
- filter: alpha(opacity=25);
27
+ filter: alpha(opacity=25); /* support: IE8 */
33
28
  opacity: 0.25;
34
29
  }
35
30
  .ui-progressbar-indeterminate .ui-progressbar-value {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Resizable 1.11.0
2
+ * jQuery UI Resizable 1.11.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2014 jQuery Foundation and other contributors