combo_auto_box 0.0.41 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbe33a6507f2e3e1921f505ad22bb6a201622b78
4
- data.tar.gz: c28342d70524f818bdf651f7dd05f4bac65001cd
3
+ metadata.gz: 7c7b23b9c95db9f2529c12c426ec3fa615f315db
4
+ data.tar.gz: 7ca652a7161675f1a9ae49ed76b1b57684ffcd0d
5
5
  SHA512:
6
- metadata.gz: 71e4b0188c8c5a2212de3d86380c643d7c0cff67da479c9d5caebd1fc3672aa3653e10eebc1c8937a8f97d91940d33b842220e0771a1fec1da73c05407d7ac6c
7
- data.tar.gz: 03254e86d80e9b10abc52b6a997bc4a7f337dd69c7056c71fb45a2f6343e49bd42ddb9d75ef7f81d6eff6c19c3a035c0136646e32841aa7cde6807d83810c5ee
6
+ metadata.gz: 2e79659af6b0dec4d9fe21739275ac1771b5b5560fbb5d3979dbc1e0bb3c8c2a712b92c868c2121dd69b85cc03cd620d34b59849a0eee720de6eed8bce4f9f73
7
+ data.tar.gz: aa92f844a1dcb65dd10eac1fbd85d25c3fc40c99426915da3da506c2e9f869665389d55933500dd806e2c38e6988ccbe642a05b8083b78c5f89c4da2bcf2a4db
@@ -1,3 +1,3 @@
1
1
  module ComboAutoBox
2
- VERSION = '0.0.41'
2
+ VERSION = '0.0.42'
3
3
  end
@@ -526,6 +526,8 @@ var ComboAutoBox = {
526
526
 
527
527
  $(targetObject).click(function() {
528
528
  $('#' + modalDialogId).modal('show');
529
+ // fix to allways show back-shadow
530
+ $('.modal-backdrop').css('z-index', parseInt($('#' + modalDialogId).css("z-index")) - 1);
529
531
  });
530
532
 
531
533
  $('div#' + modalDialogId + ' > div.modal-dialog > div.modal-content > div.modal-footer > button.selectAll').click(function() {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: combo_auto_box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.41
4
+ version: 0.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adilson Chacon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-26 00:00:00.000000000 Z
11
+ date: 2016-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec