Displaying 20 results from an estimated 3000 matches similar to: "script.aculo.us killing IE"
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/
2006 Nov 24
1
prototype crashes IE6
IE 6 SP1 crashes on pages with prototype.js
AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: kernel32.dll
ModVer: 5.1.2600.2945 Offset: 00012a5b
It''s suggested that TextWare''s QuickFind BHO is causing the crash and
that uninstalling it does the trick! I wan''t to find exactly what part
of prototype is causing this...
My findings will end up here and on
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..."
2005 Sep 03
3
script.aculo.us 1.5_pre4
Today marks the release of script.aculo.us 1.5_pre4
The single biggest addition are the new effects queue and the text
effects.
Head to http://script.aculo.us/__trunk_test/test/
run_functional_tests.html and
give "effects_queue" and "texteffects_test.html" a try.
As always, loads of fixes and improvements.
Specials thanks to all of you who help with ideas, patches and bug
2008 Apr 07
2
iGoogle-style Widgets with Script.aculo.us?
I''d like to create an iGoogle-style page with a library of draggable
layout widgets. Is such a thing using script.aculo.us already
available? (Would hate to re-invent it.) Also, has anyone had success
with nested draggables? For example, rearranging <div>s within an
already draggable <div>?
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2006 Jan 10
2
WHAT IS SCRIPT.ACULO.US?
Hi,
Can anybody tell what is script.aculo.us? like whether it is an java
package, javascript package, javascript library or something else,
Pls clear my doubt.
With Regards
Rupa
**********************************************************
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or
2005 Aug 11
3
Demo Scripts on script.aculo.us
I have a suggestion for the demo scripts on the http://script.acolo.us
site. Currently only the source for ruby on rails is shown. I think it
would be beneficial for the site to also so how do it with just basic
html also.
Let me know what you guys think about this idea.
Jon Whitcraft
Web Application Developer
Online Services - Indianapolis Motor Speedway
(317) 492-8623
2006 May 18
2
script.aculo.us auto-completing
Hi,
there is a way to use the html list like <selects> so I can use a text
to display information and a value that have the real information to send.
like
<li > <div id="value> </div> <div id="text> </div> </li>
the div text, I will show , and the div value will be the value of my
input....
tks
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi Valentine,
I am currently trying out your inPlaceEditor and I am happy with so
far as it helps with the CMS I am developing in Rails at the moment.
However, when you click cancel and go into in-place editing right
after again, the textfield does not switch into WYSIWYG mode anymore.
That behaviour is correct, because you do not disconnect the editor
instance form the DOM tree on cancel.
2005 Jul 08
3
Problem with script.aculo.us 1.0
I just upgraded to the new version and now my storable containers are
not working. here is my code.
Sortable.create("leadstories",
{handle:''handle'',tag:''div'',containment:''leadstories'',onUpdate:
function(element) { new save_order(issueId,Sortable.serialize(element));
}});
Sortable.create("rightnav",
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter"
to my harddisc inclusive all .js and .css.
Then I changed "new Ajax.Autocompleter(''contact_name'',
''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})"
to
"new Ajax.Autocompleter(''contact_name'',
2005 Jul 14
1
Dropping on empty script.aculo.us sortable lists
I have a need to have two sortable lists with the ability to cross drop
items between the list. I am using the
script.aculo.us<http://script.aculo.us>library. All is well until I
empty one of the lists completely out, at which
time I cannot drop anything in to the empty list. I have used CSS to set the
height of the <UL> so I have a large target to drop on.
In my efforts to make it
2006 Jan 14
2
Using AutoComplete(script.aculo.us) with DB-Query
Hi,
I''m using AutoComplete from script.aculo.us and want to combine this
with a call to a database. Is there any work done so far or do I have to
implement all on my own. The only thing I have seen is using results
from a file on the server. But that is not very handy.
Some words to my background. I''m programming for a project at my
university. Our aim is to combine the
2007 Sep 28
1
Ajax.InplaceEditor (script.aculo.us / Prototype)
I am new to script.aculo.us and prototype and I am having problem
using it. It only has problem in IE. There is no problem in Firefox
and it works fine. I am using script.aculo.us InPlaceEditor and it
always returns object expected as an exception. What I could debug so
far is I could see element and url which are the parameters. I could
see object in Ajax.InPlaceEditor after creating class but
2006 Nov 13
8
Problems with Prototype in script.aculo.us 1.6.5
Hi,
When I''m using the Prototype version attached to script.aculo.us 1.6.5
(Prototype 1.5.0_rc1 revision [5462]) I get some "Object doesn''t
support this property or method" in the Effect.BlindDown method (when
the method tries to get the dimentions). If I''m using the version of
prototype that was attached to 1.6.4 I do not get this error.
Is this a known
2006 Feb 21
4
New stuff in script.aculo.us trunk
Heya all,
There''s some new stuff in the script.aculo.us trunk as of today that
needs to be tested,
so maybe give it a shot:
* Added Ajax.InPlaceCollectionEditor which uses a SELECT element
instead of a text field (see test/functional/
ajax_inplacecollectioneditor_test.html for usage), #3491 [thx anna]
* Enable in place editor to use RJS (implements a new evalScripts
option for
2006 Aug 25
5
Dragging between DIVs with Prototype/script.aculo.us
Hi,
I''m fairly new to script.aculo.us, so hopefully this is the right place
to ask this question. I have the following situation (pseudo-code):
<div>
<Droppable 1>
<Droppable 2>
</div>
<div (scrollable)>
<Draggable 1>
<Draggable 2>
...
</div>
Basically, my Draggables are inside a scrollable <div> element (the
interface
2005 Aug 11
7
script.aculo.us V1.5_pre1 released
Heya,
I''ve just released script.aculo.us V1.5_pre1.
Please give it a try!
Important new stuff (since V1.1b1):
* Added a main scriptaculous.js file to load in the other libraries
transparently.
* Fixed a condition where standard a href=xxx links wouldn''t work in
autocomplete results. These do now, the onclick event is not
cancelled. [thx to Jasper Slits]
* Added
2005 Jul 07
1
Problem with Appear Visual Effect (script.aculo)
Hi There,
I am playing with the visual effects from script.aculo.us.
I am trying to get the ''Appear'' effect to work, it appears to work a
treat in Firefox on Linux and Windows, however in IE (6.x on Win Xp) it
kind of half works and text is rendered badly.
Is this a known problem, or am I making a mistake somewhere?
Thanks,
Vince
2006 Mar 16
1
script.aculo.us in xsl
Hello, first of all, sorry for my English, I´m a Spanish student and I´m
having some problems with script.aculo.us. These are the following:
I have a XML file like this:
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="barraNav.xsl"?>
<barraNav>
<boton>