search for: blindup

Displaying 20 results from an estimated 52 matches for "blindup".

2005 Oct 16
1
blindup and blindup confusion
here''s a basic question. i have an h2 element and i want onmouseover to show a div using blinddown; i also expect onmouseout of the mentioned div (but not h2) to have effect blindup to get rid of the div. so i set up: <h2 id = "show" class="show">Show div</h2> <div id = "out" class = "out" style="display:none">some content</div> using behavior, i do this: ''.show'' : function (element...
2006 Mar 21
9
IE flakiness?
I set up a simple BlindUp and BlindDown div that works seamlessy in Firefox but doesn''t work as smoothly in IE. When blinding down, the whole div flashes and then Blinds down. The same thing when blinding up. Is this something that is fixable? _______________________________________________ Rails-spinoffs mailing...
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
...NCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joe Hudson Sent: Wednesday, April 26, 2006 9:44 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] how to use Effect.BlindUp for resizing a div If no one has an answer to this, would anybody be able to tell me how to do the following: - how to get the height of a block element - how to set the height of a block element I''m sure these are trivial but I just haven''t found the correct methods to do so....
2006 Jan 18
8
BlindDown on a div with overflow: auto...
I have a div with overflow: auto... BlindUp works fine. But BlindDown simply waits the duration and shows the div at full size (no blinding down effect). If I remove overflow: auto it works fine. Why would this work for BlindUp but not BlindDown? Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon Company) Rya...
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the only other browser I''ve used) My scenario is as follows. I have 2 divs (initially hidden) and using the BlindDown and BlindUp functions (possibly others) the divs flash when starting to roll down in BlindDown (due to the Element.show call) and also at the end of the BlindUp call (due to the Element.hide call) I''ve provided a small snippet of ruby template code to show the issue in IE. Ignore the single/batch st...
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello, I have a problem with the timing of effects. I do have a tag (with id: post1). When the link is clicked, the block "post1" must BlindUp. Then the block is updated with the new content and then the effect BlindDown is executed. Below is the source code of the link_to_remote I am using. <%= link_to_remote("Ajax Edit", :update => ''post1'', :before => "new Effect.Blin...
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody, I was wondering if there is such a work done with Scriptaculous/Prototype before and if not how to achieve it? Example : http://www.anatolip.com/ It is done with codes borrowed from moofx and his own codes. Thanks in advance Danial _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
...-Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of Andrew Kaspick Sent: Tuesday, July 12, 2005 9:40 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Re: flashing divs in IE with use of BlindUp andBlindDown Can this "fix" proposed by Marc be integrated into the main codebase? Again the links are... for the original problem (IE only).... http://sample.redlinesoftware.com/flash_test.html and using an updated effects.js with the changes... http://sample.redlinesoftware.com/flas...
2007 Jun 16
3
Help with effect queue.
...site (not using Ruby) and I am trying to queue effects and updates. Here is the situation - I have a page with editable blocks, when the user clicks on the edit button under the box, I want it to: 1) Use Ajax to go out and get the code to build the editor form. 2) When it has the form, use Effect.BlindUp to hide the div object. 3) Use Element.Update to change the contents of the div object. 4) Finally, use Effect.BlindDown to show the updated div object. So, I have this - and please assume that variables used in the code snippet below are defined in non-quoted parts of this code: <code> n...
2005 Oct 11
2
Effect.BlindDown height clipping bug
There seems to be a bug with the queueing of the BlindDown effect. I have built a test page that highlights the problem here. http://dev.lunny.com/test/blindclipping.php When using queueing with a BlindUP/BlindDown combination, the BlindDown gets its height of the final state from the current height of the element when the effect is called. This causes the finish height of the blind down to be incorrect if it is called while the blindUp is in mid animation. I think a more correct behavior f...
2006 Feb 24
8
possible Slide and Blind IE bug
Hi, I''m new to this list, new to script.aculo.us but pretty comfortable with javascript. I''m trying to get a combination of Effect.SlideUp and Down and Effect.BlindUp and Down to well... it''s hard to describe, maybe have a visit here (try in firefox first): http://bruno.biosci.arizona.edu/occa/test.html Click on "next month" a couple times, then click on "previous month" until you are back to February. That''s the exact ef...
2005 Sep 20
5
scriptaculous setting options - Speed
How do you set the options for an effect, I have multiple effects on a page, some are small boxes but others are larger, I want to be able to set the speed of each effect individually. so the question is how do I have 2 effect.BlindUp objects on one page with different speeds? Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http:...
2006 May 22
13
Canceling a specific effect
...amp; !vis) { // toggle text ON new Effect.BlindDown(element+''Text'', {queue: {scope: ''headers'', position:''front''}}); } else if (!toggle && vis && this.currentHeader != element) { new Effect.BlindUp( element+''Text'', { queue: {scope: ''headers'', position:''end''}, beforeStart: function() { if (menu.currentHeader == element) {...
2005 Nov 07
0
Firefox bug?
Just inquiring if this is a known Firefox bug or not: I have a page using BlindUp and BlindDown to open and close sections of content backed w/ an AJAX call. The sequence of events is this: 1. BlindUp one section 2. Ajax.Update to update a hidden section 3. onComplete callback does a BlindDown of hidden section Lets say we have a moderate length page that requires a scrollbar...
2005 Sep 17
0
scriptaculous effects
Hey there, I am new to this list and to Rails and Ajax in general. I stumbled across the scriptaculous library and was hoping some one could answer a couple of questions I have.. I am trying to combine effect.BlindUp and effect.BlindDown I am obviously missing something. I have 2 elements on my page. One is a "switch" and it has onMouseOver="new Effect.BlindDown(''c1'')" onMouseOut="new Effect.BlindUp(''c1'')" The idea (As I am sure you see)...
2005 Oct 10
2
Scriptaculous - chaining effects.
I have an element where I do a BlindDown on mouse over and a BlindUp on mouse out... The problem I am seeing is if I take my mouse off befor the first blind down is all the way down, the blind flickers and it is competing at lowering and raising the blind simultaneously. I assume (hoping) there is some way to ether : 1) Have blind up wait till blind down i...
2006 Mar 09
1
Rails File Upload w/ Ajax Update?
...iv class="form"> <%= form_tag_with_upload_progress({:action => ''upload''}, { :begin => "new Effect.Appear(''status'')", :finish => "$(''message'').innertHTML = arguments[0]; new Effect.BlindUp(''quick-resource'', {duration: 0.4}); AjaxScaffold.updateResources(request, ''resource''); return false;" }) %> <!--<label for="upload_filename">File:</label><br />--><%= file_field ''upload'', ''...
2006 Feb 08
6
Effect Help
I posted the following earlier: "I need a way to do a blind up that makes the element APPEAR and a blind down that makes the element DISAPPEAR. In essence, the opposite of the current blindup/blinddown. Thoughts?" I think somebody responded in Dutch. Anyone else have any ideas? -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gman...
2005 Jul 27
4
safari vs. firefox on mac os x: flickering combination effects
Hi. I''m wondering if this is a documented problem. Combination effects such as .BlindDown or .SlideDown exhibit a not so fun flicker at the end of their rendering process in Firefox on Mac OS X. This does NOT happen in Safari. Does anybody know how to fix this or if it will get fixed in a next release? All best, Tench
2007 Jun 22
2
Waiting For Completion
...will display a series of images. When a link is clicked the images will fade away, and new images will fade in. I am starting by trying to simply fade the images out then back in through a function: function ChangeImage() { Effect.BlindDown(''MyElement'',{duration:0.5}); Effect.BlindUp(''MyElement'',{duration:0.5}); } This results in the images simply being removed from the screen. I am guessing that this is not working because both Effects are trying to be executed at about the same time. Is there any way to do this? I was going to use Effect.Move to do the sa...