search for: fixieoverlap

Displaying 4 results from an estimated 4 matches for "fixieoverlap".

2006 Apr 20
1
The Autocompleter, with scrollable result-div
...test it there. Maybe someone else can. Here is a patch for controls.js (underneath is the patch for the testfile). Index: controls.js =================================================================== --- controls.js (revision 4240) +++ controls.js (working copy) @@ -94,7 +94,7 @@ }, fixIEOverlapping: function() { - Position.clone(this.update, this.iefix); + Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)}); this.iefix.style.zIndex = 1; this.update.style.zIndex = 2; Element.show(this.iefix); @@ -176,6 +176,13 @@ }, onBlur: function(ev...
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
...> Index: controls.js > > > > =================================================================== > > > > --- controls.js (revision 4240) > > > > +++ controls.js (working copy) > > > > @@ -94,7 +94,7 @@ > > > > }, > > > > fixIEOverlapping: function() { > > - Position.clone(this.update, this.iefix); > > + Position.clone(this.update, this.iefix, > > {setTop:(!this.update.style.height)}); > > this.iefix.style.zIndex = 1; > > this.update.style.zIndex = 2; > > Element.show(this.i...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" ' + 'src="javascript:false;" frameborder="0" scrolling="no"></iframe>'); @@ -102,7 +102,7 @@ Autocompleter.Base = Class.create({ } if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); }, - + fixIEOverlapping: function() { Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)}); this.iefix.style.zIndex = 1; @@ -150,15 +150,15 @@ Autocompleter.Base = Class.create({ Event.stop(event); return; }...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server