Displaying 20 results from an estimated 600 matches similar to: "ie problem with scriptaculous effects"
2006 Feb 21
1
on404 Event
is it possible to prevent the onSuccess Event after an on404
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker
something like http://www.daantje.nl/blog/index.php?buttonID=37
or http://typetester.maratz.com/
i just thought i''d ask before i force myself to doing this.
thanks
mark renn
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
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
2005 Jul 24
0
scriptaculous autocompleter on IE
Hi all,
I''ve noticed slightly erratic behaviour with the autocompleter on IE.
In controls.js, the render method calls the (IE only) scrollIntoView
method, which causes the element to be moved to the bottom or the top
of the viewport (by passing in true or false, bizzarely).
This is perfectly acceptable behaviour for render in general, but this
causes the dropdown list to jump around as
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
I have some tables wrapped in divs, when you
click them, they are hidden and then some of the data
is added as a div into another div by way of
innerhtml. When you you click on these new divs that
are in the html, they should go away. This works fine
in Firefox but doesn''t work at all in IE. Does anyone
have any ideas? The weird thing is if I take the
source of the html after the
2005 Oct 21
2
scriptaculous website - IE crashes
often when I "try to" visit the scriptaculous, it crashes IE - does anybody
else experience this as well?
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2005 Aug 02
3
IE 6 SP1 crashes on pages with Scriptaculous
Hi everyone, just joined the list (through the link on
scriptaculous site).
I''m using Scriptaculous 1.1b1 on a particular web site and I''ve
been told that it consistently crashes IE 6 SP1 (on WinXP) - everytime
my friend tries to access one of the page employing those scripts, IE
dies with:
"Application Error 0x0eefade occured in the application at 0x77e738b2..."
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 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
2006 Apr 19
0
[scriptaculous] Snap with marginal steps (%)
Hello everybody,
I''m trying to let the drag and drop library snap my objects with
percentages instead of pixels,
Is there someone who already done this, It''s really giving me a hard time.
Regards,
Jeroen
2006 Mar 12
2
new version of RTWindows, a scriptaculous window system
Hey,
I uploaded the (probably) final version of RTWindows. It is far from
perfect, but it does enough for me. Main problem is slowness, but that
seems to be a general problem of draggables.
Take a look at
http://www.uni-weimar.de/~scheffl2/amsterdam/rtwindows_0.5/rtwindows.php
--
Posted via http://www.ruby-forum.com/.