search for: makepositioned

Displaying 5 results from an estimated 5 matches for "makepositioned".

2005 Aug 18
2
Drag Errors anyone? Element.makePositioned
...licate the demo line for line. I even created a DB table, etc. etc. No dice. I''ve spent like 4 hours on this. I''m using rails 1.8.whatever and apache2. Basically latest everything from 2 days ago, using the newest RC in Firefox on Suse. Here is what I get: Error: Element.makePositioned is not a function Source File: http://cart/javascripts/dragdrop.js Line: 58 Please, Please make the examples available in fully working downloadable apps. It would make this SO much easier. thanks Jacob
2008 May 07
3
IE barks at getInlineOpacity, makePositioned and a catch
...;'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, but the div in question (div#crossanimation) is absolutely positioned and both prototype and scriptaculous are up-to-date. Any enlightenment would be very much apprechiated! PS: What I''ve tried so far, neither helped: - Moving...
2006 Jul 10
0
draggables in IE visible outside div with overflow=hidden
...ks as expected (if the image list is longer than the div scroll bars appear to scroll the div and scrolling works). However in IE the images are shown outside the containing div and the scroll bar does nothing I think this is because the images have position=relative style applied by prototypes makepositioned function, but am unsure how to work around this. Below is the sample html I''m using (the img''s postion relative is there as the draggable code generates that for the element): <style> #scrollcontainer{ width:200px; height:100px; border:1px soli...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...s of an MIT-style license. // For details, see the script.aculo.us web site: http://script.aculo.us/ @@ -32,7 +32,7 @@ var Droppables = { options._containers.push($(containment)); } } - + if(options.accept) options.accept = [options.accept].flatten(); Element.makePositioned(element); // fix IE @@ -40,34 +40,34 @@ var Droppables = { this.drops.push(options); }, - + findDeepestChild: function(drops) { deepest = drops[0]; - + for (i = 1; i < drops.length; ++i) if (Element.isParent(drops[i].element, deepest.element)) deepe...
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