search for: blinddown

Displaying 20 results from an estimated 77 matches for "blinddown".

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) Ryan.gahl-nlycWCgr5/vuufBYgWm...
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 ca...
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 sin...
2005 Nov 10
1
Effect.BlindDown: element.style has no properties
I''m running Typo, and after a comment is successfully posted, Typo runs this snippet of Javascript: new Effect.BlindDown($(''commentList'').lastChild); which throws the following error under Firefox 1.5rc1 (OSX) Error: element.style has no properties Source File: http://laughingmeme.org/javascripts/effects.js Line: 754 The problem being that lastChild() is returning the whitespace between the final...
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 list Rails-sp...
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
2005 Nov 17
1
afterFinish option not working as expected
Hello, I''m trying to use the afterFinish parameter on the BlindDown effect, but it''s not working as I expect it to. My function appears to be called just as the effect is starting, not when the BlindDown is complete (finished drawing). Here''s the code that I''m using for the most part... Effect.BlindDown( mydiv, { afterFinish:Form.enable...
2005 Sep 26
1
flickering effect - Effect.BlindDown() Mozilla firefox
Hello, I''m a novice in AJAX development, and in my first application I''m using Effect.BlindDown() method. This effect is properly showing in IE but in Firefox after fully opening up the image flickers once. Can anybody help me out on how to remove this flickering. OS using - Windows Thanxs.. Gurcharan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wra...
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
2008 Jul 04
0
Scriptacoulous:BlindDown wont stop scaling at ScaleTo Target Value
Hi there! I''m happy to came accross these libraries, great job! Some first approaches lead to immediate results and were encouraging enough to do some serious stuff. Now the troubles set in: When calling BlindDown as BlindUp etc. and passing a ScaleTo argument, the function still runs down till ScaleTo = 0. Syntax etc. is all right; I even can notice a slight delay at the defined ScaleTo valuel, it simply wont stay there. I''d be happy if you could give me directions of how to stop the function at...
2006 Mar 30
0
Suggestion for BlindDown/Up effects
It should be nice to disable the scrollbars for the elements using the blinddown effetcs and the like. In FF it''s ok, but in IE, you see the scrollbar while it resizes (I activated the overflow-y: auto; property, but in FF it still hide the scroll bar during the animation). it''s just an estetic concern :) bye, Blaise
2006 Jan 12
0
New scrolling question (BlindDown)
I have several BlindDown elements, that when clicked, depending on their position, may blind down past the bottom of the page. I would like the page to auto-scroll with the Blind-down effect so that these elements always stay on-screen. Does anyone know how to do such a thing? Sincerely, Ryan Gahl Design Engineer C...
2007 Jun 16
3
Help with effect queue.
...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> new Ajax.Request(url, { method: ''get'', onFailure: function(transport) { $("update_message&q...
2006 Jun 26
8
[Semi OT] BlindDown and a floated div
I am using the drop shadow technique described at http://www.1976design.com/blog/archive/2003/11/14/shadows/ to give several of my divs drop shadows. That part works fine. What doesn''t work so well is when I try to BlindDown a div in Firefox and it ends up ignoring the content below it and just overlapping it. In IE this problem does not occur. In Firefox the overlapping does occur but when I right click or scroll down the page fixes itself so that the content that should have moved down to make room for the exp...
2005 Oct 03
4
BlindDown doesn''t work anymore ?
...<script src="javascripts/prototype.js" type="text/javascript"> </script> <script src="javascripts/scriptaculous.js" type="text/javascript"> </script> </head> <body> <a href="#" onclick="new Effect.BlindDown(''new-area''); return false;">Add new</a> <div id="new-area" style="display: block; height: 0px; overflow: hidden;"> <form action="."> <label>Name: <input id="name" name="name"/&g...
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 .
2006 Jun 23
2
Queue 3 or more RJS actions
...e", :queue => ''front'' #first action page.replace_html "people", :partial => ''person/person_compressed'', :collection => @search_results , :queue => ''end'' #second action, after first is done page.visual_effect :BlindDown, "people" , :queue => ''end'' #third action, after second is done I want it to BlindUp, replace the div, and then BlindDown the div with its new content. Instead it BlindsUp first and then BlindsDown/replaces the div pretty much at the same time. I need three th...
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&l...
2008 Feb 21
1
Prototype - Firefox - Slow On Just One Page
I''m using Prototype/Scriptaculous on a large web app. Everything runs briskly in IE, and everything runs briskly in Firefox except for one page. On this page, only in Firefox, any code that touches Prototype runs very, very slowly. In particular: I use Effect.BlindDown/BlindUp for dropdown menus. Same html and css on all pages. Flies along on all the other pages; here BlindDown crawls, slower by a couple of orders of magnitude. As far as I can tell from Firebug, the stall is in Element.getDimensions(). As soon as I move off the problem page, the menus are fast ag...
2005 Nov 25
4
BlindDown recommendations?
Hi folks, I''m putting together a site that will have a shopping cart tab along the top which, when clicked, slides down to reveal the full contents of the cart (covering the page underneath it). When designing it and getting the styling right, I had the page display the cart fully open by default. This worked fine - the cart can close and open any number of times without problem[1].