search for: oldopac

Displaying 3 results from an estimated 3 matches for "oldopac".

Did you mean: oldapic
2008 May 07
3
IE barks at getInlineOpacity, makePositioned and a catch
Hi fellow sufferers of IE''s JS hell I''m working on this little JS animation here, works just fine on Foxy, Opera, Safari and friends: http://www.ard.ch/newpage Then comes IE7: Object doesn''t suppot this property or method (line 530) (effects.js): var oldOpacity = element.getInlineOpacity(); Object doesn''t suppot this property or method (line 597) (prototype.js): } catch (e) { Object doesn''t suppot this property or method (line 379) (effects.js): this.element.makePositioned(); I first suggested this to be a hasLayout related issue,...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...inish: true, - beforeSetup: function(effect) { + beforeSetup: function(effect) { effect.element.makePositioned().makeClipping(); }, afterFinishInternal: function(effect) { effect.element.hide().undoClipping().undoPositioned().setStyle({opacity: oldOpacity}); } - }) + }); } }, arguments[1] || { })); }; @@ -646,7 +652,7 @@ Effect.DropOut = function(element) { }, afterFinishInternal: function(effect) { effect.effects[0].element.hide().undoPositioned().setStyle(oldStyle); - } + }...
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