rsence-pre 2.3.0.0 → 2.3.0.1
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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.0.
|
|
1
|
+
2.3.0.1.pre
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
|
|
24
24
|
.default .textcontrol_input_parent {
|
|
25
25
|
position: absolute;
|
|
26
|
-
#{(BROWSER_TYPE.chrome||BROWSER_TYPE.firefox||BROWSER_TYPE.ie7||BROWSER_TYPE.ie8||BROWSER_TYPE.ie9||BROWSER_TYPE.opera)?'left:0;padding-left:1px;top:0;right:4px;bottom:0;':BROWSER_TYPE.ie6?'left:2px;top:1px;right:1px;bottom:1px;':'left:-2px;top:-2px;right:-2px;bottom:-2px;'}
|
|
27
|
-
#{(BROWSER_TYPE.chrome)?'top:1px;':''}
|
|
26
|
+
#{((BROWSER_TYPE.chrome && BROWSER_TYPE.mac)||BROWSER_TYPE.firefox||BROWSER_TYPE.ie7||BROWSER_TYPE.ie8||BROWSER_TYPE.ie9||BROWSER_TYPE.opera)?'left:0;padding-left:1px;top:0;right:4px;bottom:0;':BROWSER_TYPE.ie6?'left:2px;top:1px;right:1px;bottom:1px;':'left:-2px;top:-2px;right:-2px;bottom:-2px;'}
|
|
27
|
+
#{(BROWSER_TYPE.chrome && BROWSER_TYPE.mac)?'top:1px;':''}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.default .textcontrol_bg {
|
|
@@ -667,6 +667,8 @@ EventManagerApp = HApplication.extend
|
|
|
667
667
|
_dropId = _search( _view.viewsZOrder.slice().reverse() )
|
|
668
668
|
return _dropId if _dropId
|
|
669
669
|
return _viewId
|
|
670
|
+
else
|
|
671
|
+
return _search( _view.viewsZOrder.slice().reverse() )
|
|
670
672
|
return false
|
|
671
673
|
_dropId = _search( HSystem.viewsZOrder.slice().reverse() )
|
|
672
674
|
return [ _dropId ] if _dropId
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsence-pre
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.0.
|
|
4
|
+
version: 2.3.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-08-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rsence-deps
|