Displaying 20 results from an estimated 1000 matches similar to: "flicker in IE with SlideDown/SlideUp"
2005 Oct 10
3
Scrollable DIV causes flicker in FF - SlideDown & SlideUp
I have a fixed height scrollable div inside another
div that controls the slideDown and slideUp effects.
This causes a really bad flicker in Firefox (1.0.7)
for the entire duration of the slide down and up.
While on the other hand it works smoothly in IE
(except that on a slideUp it causes a last second
flash that shows the entire div).
Any ideas on how I can fix this?
Thanks.
2005 Dec 03
1
SlideDown/SlideUp question
Hi ,
i jotted down this script here
http://awstagingserver.net/snehal/ajax/prototype/rssget/news.asp#
its a RSS reader thing , what i am trying to achieve here is save
browser space here by using SlideDown and SlideUp , as you might see
whats happening with the script when you click on the newsbar name ,
what i want is when initially WorldNews is displayed and when you
click on Slashdot ,it
2006 Jan 20
5
Height problem after interrupting SlideDown/SlideUp effects
Hi,
i have a problem with the the SlideDown and SlideUp effects. Since a similiar
problem is also visible on the script.aculo.us homepage, i''m going to explain
it this way.
- Go to http://script.aculo.us/
- On the main site below "visual effects", click "Advanced options", the sub
panel will scroll down.
- Hit the close button, and while the panel is still
2006 Jul 10
17
Effect.SlideDown/Up() and HTML issues
Hello,
I''m hoping this is the right place to ask these kind of questions. If not,
please excuse me. Anyway, the problem I''m having is that I have a HTML table
showing some tabular data and I want to use Effect.SlideDown/Up to allow the
user to interactively show "details" for each item (<tr><td> etc) in that
list.
I''ll do some pseudo-code for
2005 Dec 22
2
using slidedown and slide up in a multiple level menu
can someone take a look at a menu I am trying to build using slideUp and
slideDown. I finally got it working in IE and now in Firefox, it works
fine on the first level, but not on the submenus. They just slide over the
top of the divs that follow them. Where am I going wong?
http://mod.dreamchasers.com/menutest.php
Thanks!
Chad
_______________________________________________
2005 Nov 30
0
SlideUp/SlideDown errors in FF 1.5?
I''m getting the following errors in Firefox 1.5 when I use the
SlideUp/SlideDown effects:
Error: Error in parsing value for property ''bottom''. Declaration
dropped.
Source File: http://localhost:3000/conferences/new
Line: 0
I get about 8 of them all in a row for each call; however, the
effects still work as they should. Is this a known problem, or am I
doing
2005 Oct 03
0
SlideDown and SlideUp Flickers in IE
I am trying to use SlideUp and SlideDown in a couple of my sites and it
works great in Firefox and Opera but has a terrible flash in IE. You can see
this here:
http://intlpantry.com/recipes.html
Is the problem in my css or my html? Something else?
Thanks
Chad Henderson
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 06
10
Urgently Need Solution
I''m using scriptaculous'' SlideUp and SlideDown effects to animate a menu.
Specifically, I SlideUp, make some CSS changes, and SlideDown. All works
well, except that for a split second in between, the element''s display
becomes ''none'' and the other menu item jump into the space. I haven''t been
able to find any way to force an element to retain
2005 Sep 14
2
drop down select lists within SlideDown section broken in Firefox
If I slide down a section that contains a select list, the selection box is
stuck (clicking on the down arrow on the right side of the box has no
effect). Works fine in IE. The javascript library is the one that comes with
the latest version of rails.
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 22
2
''this.initialize'' is null or not an object
Hi, working on the accordion widget and it''s actually working nice (doesn''t
seem to be jumpy) now but I am receiving a javascript error in IE 6. Does
anybody have any ideas why it is happening? Thanks
<script language="javascript">
sbr_stretch(el) {
thisBodyId = el.parentNode.id + "_body";
thisBody = $(thisBodyId);
if
2006 Jan 23
4
Transition between effects
Peepz,
I was looking into how script.aculo.us handles effect to write a
tutorial and for a current project I wanted to make transition between
PAIR effects possible. These PAIR effects are (Appear/Fade,
SlideUp/SlideDown, BlindUp/BlindDown) the effect that toggle can handle.
script.aculo.us calls queue.loop each 40 milliseconds, and that calls
all the effect.loop for all effects in the
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
2005 Oct 19
6
how to prevent "blinking" when adding an element with an effect
Hi,
I add a div to my document and use an effect to make it apear gracefully.
Unfortunatly, when adding the element, the element apears shortly, then
the effect (slideDown) lets it apear nicely - so the page flickers abit -
What is the best practice to avoid it?
Cheers,
Ron
2006 Apr 27
4
effect.SlideDown question
Hello,
I want to have my box that I''m sliding down hidden when I start and then
slidedown to 100px. What is the best way to do this? I don''t see
anything on the wiki about it.
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 ::
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 Jul 23
1
flicker with visual effects
hi there - I find i get a flicker on the penultimate frame of the effect in Firefox (1.04 and 1.06)
i don''t get the same behaviour with IE. is this simply a limitation of the browser or am i
doing something wrong ?
cheers
jonah
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 24
1
Blind Toggle "effect"
I wrote a simple toggle function similar to Element.toggle that will
toggle a section between being up and down using the Blind effect.
I''m relatively new to the code, so I''m not sure if it''s implemented
100% correctly or if it can be done better. I am using it though and
it seems to be working fine.
Anyway, here''s the code and if you think it''s
2005 Jul 06
16
Autocompletion not working in Konqueror
I''ve just had a look again at the autocompletion demo that Thomas put up
at
http://script.aculo.us/demos/ajax/autocompleter
Unfortunately, in Konqueror (3.4.1) it doesn''t work at all. Not even an
error is triggered. It does work nicely in Firefox. How about Safari?
I don''t have the time right now to track this down systematically (maybe
latter), but just from
2005 Aug 05
4
Dev Tools
What tools does everyone use to develop? Are there any tools to see what is
going to and coming back from and Ajax call that can be plugged into
firefox?
--
Eric Fleming
efleming@gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050805/55f7e02e/attachment.html
2005 Sep 18
3
Attaching effects during onload
I''m trying to attach effects to elements in my onload handler and my
lack of Javascript-fu is showing... I want to call the effect from
the onclick handler of an anchor inside the div I want the effect to
apply to. Here''s what I''m trying to do:
function doOnLoad() {
var filters = document.getElementsByName(''filter'');
for