similar to: Element.setOpacity issue in script.aculo.us effects

Displaying 20 results from an estimated 9000 matches similar to: "Element.setOpacity issue in script.aculo.us effects"

2005 Nov 07
2
Element.setOpacity Question
Why does the setOpacity function do this when the value = 1? els.opacity = ''0.999999''; That just seems weird to me. Can someone please explain? Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419
2006 Apr 06
0
script.aculo.us V1.6.1
V1.6.1 (2006-04-06): Sortable Trees, Prototype 1.5.0_rc0 (fixes IE mem leaks)! New features in V1.6.1 and V1.6.0: * Update to Prototype 1.5.0_rc0 * Sortable trees [thx Sammi Williams, sammi-EeRYXuc1dym5PgFUrJwY1aU/zSkkHjvu@public.gmane.org] See the functional test (test/functional/sortable_tree_test.html) and the CHANGELOG for more information! * Add Draggable object as third parameter
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last prototype? I you make an Effect.Pulsate, the element stays hidden after the effect finish if the element don''t have opacity stablished. This is for the changes on the setStyle method on prototype. The original code is:
2005 Dec 02
0
script.aculo.us effects
hello everyone. I have been implementing script.aculo.us effects into my new site design. I really like the scrolling effect for transferring to my h2. But I was looking at the effects and I thought of an idea that would be very cool. If a user clicks on one of the links, it would direct them to the h2. But it would be really cool if the user clicks on the link, it directs them, then the whole
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 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
Hi. Some time ago I posted some prototype-"extensions", which could come in handy. I''ve been updating them a bit and added a few more and I think its time to share it again. Feel free to use it. The code should be rather self explaining, but heres a quickguide. - new Geometry.Size(width,height) - Creates a new instance of size - new Geometry.Position(x,y) - Creates a new
2006 May 05
2
Effects in IE
I mentioned this before, but it would seem that in IE no matter what I do, if elementNode.setOpacity() or elementNode.getOpacitiy() is called then IE will throw a run time error saying that the function does not exists. This makes it quite hard to work with any of the effects that fade elements in and out. Is there a remedy for this? I know if you do Element.getOpacity or Element.setOpacity it
2007 Sep 17
5
Script.aculo.us effect queues & Ajax.Updater()
Hey guys, I''m new here and just checked out Prototype with Script.aculo.us and have to say it''s a great experience once you get the concept. However, I''m not very experienced with JS so I''m a bit stuck on something I think is quite easy to solve: What already works: A searchfield is observed by a DelayedObserver, a list of contacts is updated vie Ajax updater.
2005 Dec 22
1
Script.aculo.us horizontal slide effects
Does anyone have an example of the horizontal slide effects, contributed on the "effects treasure chest" page of the script.aculo.us wiki, working in an available site? I''m having some difficulty getting it to work properly. Also, I''m curious if anyone has built something like the horizontal scroll view as seen in iTunes or zazzle.com, where buttons on the
2007 Mar 14
0
SV: Re: script.aculo.us question
Another option would be to use conditional comments, which is only supported in IE. Either in the javascript: /*@cc_on @*/ /*@if (@_win32) Event.observe(window, ''load'', ...(replace img)...); /*@end @*/ Or in the HTML for including the script (this support checking versions): <!-[if lt IE 7]>...include script...<![endif]-->
2005 Aug 08
0
some script.aculo.us effects not working?
The effects Effect.Puff and Effect.SwitchOff on the demo site are not working, and Toggle.display and Element.show are also failing on a site I''m developing with the current version of the script.aculo.us effects. This is occuring on both Safari and Firefox on my Mac. No javascript errors are thrown, either. Anyone else having this issue? -- Chris Johnson cj@ceejayoz.com
2006 May 02
0
IE DragDrop Oppacity Error
This is going to be tough to describe, so bear with me. I am using the latest scriptaculous and prototype 1.5.rc0 This error only happens in IE, FireFox handles everything just fine. The error I get is: "Error: Object doesn''t support this property" Code Section that it breaks on (actual lines has comment at the end): Effect.Opacity = Class.create();
2006 Dec 18
0
How make like this by usung aculo.us?
Hi, all! Look here http://www.artlebedev.ru/tools/technogrette/etc/admin/ (the bottom example) Can I do somethinhg like this using prototype and script.aculo.us? I think we need to: 1. get X and Y position of the Draggable 2 set revert = true or false by calculating positiong of the nearest Droppable 3 If Draggable is accepted by Droppable - set snap:[xd,yd], where xd and yd - Droppable
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
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 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
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.
2006 Mar 01
0
Script.aculo.us: Dynamic Sortable List Problems
This is my first post to this mailing list so I hope its in the right location.I''m trying to use a list of draggables (not sortable) which I can drag into a droppable div. The goal is to create a new item, not to move from one list to the other. When a new draggable is dropped, a new div is added to the droppable div and a sortable is created. Everything is working fairly well, to
2006 Jan 20
0
script.aculo.us Libraries Repository
Has anyone put any thought into a repository for all the "widgets" being posted here? I''ve seen a LOT of good stuff, and it would be great if we could keep it all in one place. I could create a project on sourceforge or something...anyone have any ideas/thoughts around this? -Jerod _______________________________________________ Rails-spinoffs mailing list
2005 Dec 16
0
Bug in script.aculo.us Draggable in 1.5
I have a Draggable object that contains a SELECT with some OPTION tags. When I select one of the OPTION tags, the entire Draggable acts as though it is being dragged. There is code in the Draggable object to stop this for Firefox: initDrag: function(event) { if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src =