similar to: scriptaculous website - IE crashes

Displaying 20 results from an estimated 400 matches similar to: "scriptaculous website - IE crashes"

2005 Oct 11
5
show message while loading - ajax
Hello, Could anybody please tell me how I would show a message or an image while the ajax request gets processed? thank you in advance for your help. this is what I came up with but it doesn''t really work: function getHTML() { var url = "./scripts/rfiles.php"; var par = ""; var myAjax = new Ajax.Updater("fm-viewdetails", url, {method:
2006 May 24
6
enumerables problem?
I was wondering whether anybody could please tell me why this is causing an error in IE (works in Firefox): $A(container.getElementsByTagName(''*'')).each( function(el) { Element.cleanWhitespace(el); }.bind(this)); What would be an alternative of achieving the same? Thank you Marco M. Jaeger | Url: http://mmjaeger.com <http://mmjaeger.com/> | E-mail:
2006 Mar 03
2
Mechwarrior 2 under wine
Hi folks I"ve downloaded and installed wine on RedHat 8, kernel 2.4.19 (and 20) The install for Mechwarrior 2 has run without errors. When I give it: wine .wine/drive_c/Program\ Files/Activision/Mech2/MECH2.EXE I get an error window saying: "You must insert the MECHWARRIOR 2 CD into your CD-ROM drive." Of course, its already there and the drive was mounted with the command
2006 Feb 09
1
cancel fade effect
I was wondering whether it''s possible to pass some arguments to the effect.cancel() - e.g. when canceling fading, I think the opacity should be reset to the default value or 1. Thank you _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Oct 18
3
Blind... Effects
Hello, is there a way to basically achieve a BlindLeft and BlindRight effect and if yes, how would I do that? Thank you in advance for your help. _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2005 Nov 07
2
IE vs. Firefox - little programming help needed
Hello, I was wondering whether somebody can give me a little hand on this: I have the following code: "var img = this.el.previousSibling.getElementsByTagName(''IMG'')[0];" While IE correctly returns the image object, Firefox returns an error. What I discovered so far is that this.el.previousSibling returns the DIV tag an IE which is correct - however, Firefox
2005 May 25
7
Survey: E1 prices
Hello List, I'd like to ask how much you guys pay for an E1 (30 voice lines) and what company. You can email me personally and not the list. Best regards, Eddie _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2006 May 30
0
problem with effect toggle - please help
Hello, I''m having the following code below - when I click on the button in order to toggle a div, it is working when the div is visible - after it is toggled once, the beforeStart stuff isn''t executed anymore! interestingly, when I change this Effect.toggle(this.bContentWrap, ''blind'', { to this: Effect.toggle(this.bContentWrap, ''slide'',
2007 Sep 08
0
Writing specs for scriptaculous helper
I''m trying to get full specing of my views, which involve calling some Scriptaculous helpers in the views themselves. For instance, I have a div containing a bunch of thumbnails which I''m going to make sortable with sortable_element. I''m trying to figure out a good way to write a spec for this type of call. so far the closest I have gotten is to write something
2006 Aug 31
2
RSpec style in Scriptaculous'' unittest.js
Doing Javascript? Looks like Scriptaculous'' *excellent* unittest.js has got some BDD love: http://ajaxian.com/archives/scriptaculous-behaviour-driven-development-testing Aslak
2006 Jun 26
3
Scriptaculous Sortable Element Issue
I have a <ul> that contains a number of list items, and I''m using the sortable_element helper to reorder then via drag-and-drop. This works great, however, when I insert a new <li> into the <ul> with Ajax, the sortable_element doesn''t know about it. Is there a way to refresh this collection? Thanks for any help. -- Posted via http://www.ruby-forum.com/.
2006 Jun 27
1
Scriptaculous Problem
Hi! I am using the auto complete feature provided by Scriptaculous in an Rails application.Here is have to write following string in the view: Select name: <%= text_field_with_auto_complete :contact, :name %> and i have to write following write in the controller: auto_complete_for :contact, :name But after putting in this code it does''nt work. I knw that i hve to create a
2006 May 19
0
use scriptaculous
Hello, I saw that with the library scriptaculous it is possible to create a system of tab. Only I am a beginner. Somebody can to help me to use this library in rails? Thank you in advance.
2006 Apr 22
1
RJS, scriptaculous, page.replace problem with input fields?
I''m hoping someone can help... I have an rjs template that invokes a couple of page.remove() calls that work fine, and a page.replace() call that does not. I''ve played with the javascript extensively from within Firefox''s FireBug module, and it seems to me that this is what is happening: What I''m trying to replace is an element that''s been
2006 Jun 18
0
Very cool scriptaculous table drag and drop stopped working on new version
Using older versions of prototype.js (1.4.0_rc2) and scriptaculous (1.5._rc4), I had a master table containg other tables (sections), each of which had rows. Using tbody''s as containers, I could drag the section tables up and down over the other section tables AND drag the rows in a section table up and down within that table or into the rows of the other section tables, all very
2006 Jun 21
0
MochiKit breaks Prototype/Scriptaculous on IE 6
Hello folks, I have a situation where I''m using both MochiKit and Prototype/Scriptaculous on the same page. Everything works well in Firefox however MochiKit appears to be breaking my Scriptaculous autocomplete in IE 6. I''m currently loading the JavaScript libraries in the following order: prototype.js scriptaculous.js"> <script
2006 Jun 22
0
Scriptaculous Sortable Demo
In case anyone is interested, I just put together a demo using Sortable to preview Typo themes: http://www.dev411.com/typothemes/ Nice to see it in action. John _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 10
0
scriptaculous and DWR
My company uses DWR as our AJAX library to deal with our Java code on the back-end. I would really like to use script.aculo.usto do all the cool things it can do. Unfortunately, it seems the DWR and script.aculo.us/prototype have functions and variables that use the same names. Is there a good way to place script.aculo.us in it''s own namespace? Has someone experienced a similar
2006 May 26
0
I can not get any scriptaculous effects to finish with items visible
I''m sorry I can''t seem to get any of the scriptaculous effects to work correctly. I''ve searched on the web forum but found nothing relevant. The only time I get an HTML element to fade or shrink gracefully is when I use them as inline handlers and feed them ''this'' instead of the HTML element id. But I can not get anything to appear. Things disappear but
2006 Apr 17
1
document.getElementsByClassName (prototype) and Element.childrenWithClassName (scriptaculous) redundancy?
Is there a reason scriptaculous provides what appears to be a redundant function? The reason I''m asking is that it only seems to be used twice throughout all of scriptaculous, and it doesn''t appear to work properly (for some reason it''s returning the actual element, rather than an array with all of the elements) If there is no reason, I''ll modify it to use