jquery-ui-rails 4.0.2 → 4.0.3

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 (70) hide show
  1. data/History.md +6 -2
  2. data/README.md +4 -0
  3. data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  4. data/app/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  5. data/app/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  6. data/app/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
  7. data/app/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  8. data/app/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  9. data/app/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
  10. data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
  11. data/app/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
  12. data/app/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
  13. data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
  14. data/app/assets/javascripts/jquery.ui.accordion.js +6 -5
  15. data/app/assets/javascripts/jquery.ui.autocomplete.js +26 -30
  16. data/app/assets/javascripts/jquery.ui.button.js +5 -5
  17. data/app/assets/javascripts/jquery.ui.core.js +19 -23
  18. data/app/assets/javascripts/jquery.ui.datepicker-de.js +3 -3
  19. data/app/assets/javascripts/jquery.ui.datepicker-sk.js +3 -3
  20. data/app/assets/javascripts/jquery.ui.datepicker-sr-SR.js +1 -1
  21. data/app/assets/javascripts/jquery.ui.datepicker-sr.js +1 -1
  22. data/app/assets/javascripts/jquery.ui.datepicker.js +27 -33
  23. data/app/assets/javascripts/jquery.ui.dialog.js +61 -20
  24. data/app/assets/javascripts/jquery.ui.draggable.js +95 -83
  25. data/app/assets/javascripts/jquery.ui.droppable.js +4 -3
  26. data/app/assets/javascripts/jquery.ui.effect-blind.js +1 -1
  27. data/app/assets/javascripts/jquery.ui.effect-bounce.js +1 -1
  28. data/app/assets/javascripts/jquery.ui.effect-clip.js +1 -1
  29. data/app/assets/javascripts/jquery.ui.effect-drop.js +1 -1
  30. data/app/assets/javascripts/jquery.ui.effect-explode.js +1 -1
  31. data/app/assets/javascripts/jquery.ui.effect-fade.js +1 -1
  32. data/app/assets/javascripts/jquery.ui.effect-fold.js +1 -1
  33. data/app/assets/javascripts/jquery.ui.effect-highlight.js +1 -1
  34. data/app/assets/javascripts/jquery.ui.effect-pulsate.js +1 -1
  35. data/app/assets/javascripts/jquery.ui.effect-scale.js +1 -1
  36. data/app/assets/javascripts/jquery.ui.effect-shake.js +1 -1
  37. data/app/assets/javascripts/jquery.ui.effect-slide.js +1 -1
  38. data/app/assets/javascripts/jquery.ui.effect-transfer.js +1 -1
  39. data/app/assets/javascripts/jquery.ui.effect.js +93 -72
  40. data/app/assets/javascripts/jquery.ui.menu.js +3 -3
  41. data/app/assets/javascripts/jquery.ui.mouse.js +2 -2
  42. data/app/assets/javascripts/jquery.ui.position.js +6 -6
  43. data/app/assets/javascripts/jquery.ui.progressbar.js +2 -2
  44. data/app/assets/javascripts/jquery.ui.resizable.js +2 -2
  45. data/app/assets/javascripts/jquery.ui.selectable.js +2 -2
  46. data/app/assets/javascripts/jquery.ui.slider.js +89 -66
  47. data/app/assets/javascripts/jquery.ui.sortable.js +65 -30
  48. data/app/assets/javascripts/jquery.ui.spinner.js +3 -2
  49. data/app/assets/javascripts/jquery.ui.tabs.js +2 -2
  50. data/app/assets/javascripts/jquery.ui.tooltip.js +2 -2
  51. data/app/assets/javascripts/jquery.ui.widget.js +1 -1
  52. data/app/assets/stylesheets/jquery.ui.accordion.css.erb +1 -1
  53. data/app/assets/stylesheets/jquery.ui.all.css.erb +1 -1
  54. data/app/assets/stylesheets/jquery.ui.autocomplete.css.erb +1 -1
  55. data/app/assets/stylesheets/jquery.ui.base.css.erb +1 -1
  56. data/app/assets/stylesheets/jquery.ui.button.css.erb +1 -1
  57. data/app/assets/stylesheets/jquery.ui.core.css.erb +2 -1
  58. data/app/assets/stylesheets/jquery.ui.datepicker.css.erb +1 -1
  59. data/app/assets/stylesheets/jquery.ui.dialog.css.erb +1 -1
  60. data/app/assets/stylesheets/jquery.ui.menu.css.erb +3 -1
  61. data/app/assets/stylesheets/jquery.ui.progressbar.css.erb +1 -1
  62. data/app/assets/stylesheets/jquery.ui.resizable.css.erb +1 -1
  63. data/app/assets/stylesheets/jquery.ui.selectable.css.erb +1 -1
  64. data/app/assets/stylesheets/jquery.ui.slider.css.erb +1 -1
  65. data/app/assets/stylesheets/jquery.ui.spinner.css.erb +1 -1
  66. data/app/assets/stylesheets/jquery.ui.tabs.css.erb +2 -2
  67. data/app/assets/stylesheets/jquery.ui.theme.css.erb +2 -2
  68. data/app/assets/stylesheets/jquery.ui.tooltip.css.erb +1 -1
  69. data/lib/jquery/ui/rails/version.rb +1 -1
  70. metadata +3 -3
@@ -3,7 +3,7 @@
3
3
  //= require jquery.ui.button
4
4
 
5
5
  /*!
6
- * jQuery UI Spinner 1.10.0
6
+ * jQuery UI Spinner 1.10.3
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2013 jQuery Foundation and other contributors
@@ -31,7 +31,7 @@ function modifier( fn ) {
31
31
  }
32
32
 
33
33
  $.widget( "ui.spinner", {
34
- version: "1.10.0",
34
+ version: "1.10.3",
35
35
  defaultElement: "<input>",
36
36
  widgetEventPrefix: "spin",
37
37
  options: {
@@ -106,6 +106,7 @@ $.widget( "ui.spinner", {
106
106
  return;
107
107
  }
108
108
 
109
+ this._stop();
109
110
  this._refresh();
110
111
  if ( this.previous !== this.element.val() ) {
111
112
  this._trigger( "change", event );
@@ -2,7 +2,7 @@
2
2
  //= require jquery.ui.widget
3
3
 
4
4
  /*!
5
- * jQuery UI Tabs 1.10.0
5
+ * jQuery UI Tabs 1.10.3
6
6
  * http://jqueryui.com
7
7
  *
8
8
  * Copyright 2013 jQuery Foundation and other contributors
@@ -31,7 +31,7 @@ function isLocal( anchor ) {
31
31
  }
32
32
 
33
33
  $.widget( "ui.tabs", {
34
- version: "1.10.0",
34
+ version: "1.10.3",
35
35
  delay: 300,
36
36
  options: {
37
37
  active: null,
@@ -3,7 +3,7 @@
3
3
  //= require jquery.ui.position
4
4
 
5
5
  /*!
6
- * jQuery UI Tooltip 1.10.0
6
+ * jQuery UI Tooltip 1.10.3
7
7
  * http://jqueryui.com
8
8
  *
9
9
  * Copyright 2013 jQuery Foundation and other contributors
@@ -47,7 +47,7 @@ function removeDescribedBy( elem ) {
47
47
  }
48
48
 
49
49
  $.widget( "ui.tooltip", {
50
- version: "1.10.0",
50
+ version: "1.10.3",
51
51
  options: {
52
52
  content: function() {
53
53
  // support: IE<9, Opera in jQuery <1.7
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Widget 1.10.0
2
+ * jQuery UI Widget 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Accordion 1.10.0
2
+ * jQuery UI Accordion 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Autocomplete 1.10.0
2
+ * jQuery UI Autocomplete 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Button 1.10.0
2
+ * jQuery UI Button 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -38,6 +38,7 @@
38
38
  .ui-helper-clearfix:after {
39
39
  content: "";
40
40
  display: table;
41
+ border-collapse: collapse;
41
42
  }
42
43
  .ui-helper-clearfix:after {
43
44
  clear: both;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Datepicker 1.10.0
2
+ * jQuery UI Datepicker 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Dialog 1.10.0
2
+ * jQuery UI Dialog 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Menu 1.10.0
2
+ * jQuery UI Menu 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -27,6 +27,8 @@
27
27
  margin: 0;
28
28
  padding: 0;
29
29
  width: 100%;
30
+ /* support: IE10, see #8844 */
31
+ list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
30
32
  }
31
33
  .ui-menu .ui-menu-divider {
32
34
  margin: 5px -2px 5px -2px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Progressbar 1.10.0
2
+ * jQuery UI Progressbar 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Resizable 1.10.0
2
+ * jQuery UI Resizable 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Selectable 1.10.0
2
+ * jQuery UI Selectable 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Slider 1.10.0
2
+ * jQuery UI Slider 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Spinner 1.10.0
2
+ * jQuery UI Spinner 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tabs 1.10.0
2
+ * jQuery UI Tabs 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -26,7 +26,7 @@
26
26
  position: relative;
27
27
  top: 0;
28
28
  margin: 1px .2em 0 0;
29
- border-bottom: 0;
29
+ border-bottom-width: 0;
30
30
  padding: 0;
31
31
  white-space: nowrap;
32
32
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -159,7 +159,6 @@
159
159
  .ui-icon {
160
160
  width: 16px;
161
161
  height: 16px;
162
- background-position: 16px 16px;
163
162
  }
164
163
  .ui-icon,
165
164
  .ui-widget-content .ui-icon {
@@ -187,6 +186,7 @@
187
186
  }
188
187
 
189
188
  /* positioning */
189
+ .ui-icon-blank { background-position: 16px 16px; }
190
190
  .ui-icon-carat-1-n { background-position: 0 0; }
191
191
  .ui-icon-carat-1-ne { background-position: -16px 0; }
192
192
  .ui-icon-carat-1-e { background-position: -32px 0; }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tooltip 1.10.0
2
+ * jQuery UI Tooltip 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "4.0.2"
4
+ VERSION = "4.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-15 00:00:00.000000000 Z
12
+ date: 2013-05-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
233
  version: '0'
234
234
  segments:
235
235
  - 0
236
- hash: 2239743613450090965
236
+ hash: 797003846468704196
237
237
  required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  none: false
239
239
  requirements: