Displaying 20 results from an estimated 1000 matches similar to: "Strange behaviour with the slipup effect on IE 6"
2006 Oct 30
0
[trac] Double slash on ticket links
Hello,
I have discovered that the rss file generated by Trac add two slash to
the links like this:
http://dev.rubyonrails.org//ticket/6514
I can''t find some e-mail for contacting the trac''s admin. Could someone
send this message to the admin of Trac ?
Regards.
--
Didier BRETIN
http://www.bretin.net/
--~--~---------~--~----~------------~-------~--~----~
You received this
2005 Sep 13
6
flicker in IE with SlideDown/SlideUp
The flicker I am seeing in IE is really really bad with SlideDown/SlideUp.
The element I am sliding is a div that contains a table. The tables are
stacked on top of each other so that the presentation actually appears as a
single table.
When I SlideDown, the toggled element flashed into view then disappears
before sliding down. On SlideUp it slides up then flashes into view for a
split
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:
2007 Apr 23
3
getElementsBySelector problem in IE
I''m having this problem with IE and getElementsBySelector, but am a
relative js novice, so quite possible -- likely even -- that I''m doing
something stupid. Either way, a fresh pair of eyes would help.
Basically I''m duplicating a fieldset within a form (so you can upload
more than one photo). [BTW, the fieldsets have a CSS id which relates
to the object id of the
2008 Jun 04
2
div and loop help
Hello,
I want to display a effect.slidedown in a table.
I have a table called contactnotes.
<table>
<%@contactnotes.each do |contact|%>
<tr>
<td><%= link_to(@person.first_name, "#", html_options={:onclick =>
"Effect.SlideDown(''show_details_of_contact_note''); return
false;"})%></td>
</tr>
...
<tr>
<div
2007 Jan 31
0
radio buttons => What if the value is a FK?
Hi:
I have radio buttons like this in my view:
<%= radio_button :goals, :goaltype_id, ''Recurring'', { :onclick => "new
Effect.SlideDown(''recurring''); return false;" }
%> Recurring<br />
<%= radio_button :goals, :goaltype_id, ''One-time'', { :onclick => "new
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 Mar 13
2
How to apply an effect to a link_to_remote :update without using evaluate_remote_response?
Hey all,
I''ve been trying to apply a slide-down (or highlight) effect to a "New
card" link on my application. Because the item is *new* and I''m simply
updating it at the top, I can''t know what the div id is before I make
the request. link_to_remote :complete => visual_effect(:slidedown)
doesn''t do what I want it to do. My current solution is:
2005 Dec 19
2
Validation that works in the controller
Hi,
Is there a way of validating input inside the controller? or an equivalent to
ActiveRecord::Validations::ClassMethods.validates_presence_of ?
Cheers,
-- Colin
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
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
_______________________________________________
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 Mar 08
2
fade out and then fade in....how to make it work?
I''m trying to have one image fade out and then another slidedown upon
completion of the ajax call. I can''t get the timing correct. How do
you do it? Here''s what I''m trying (this does not work)
<%= link_to_remote(image_tag(url_for_file_column(product, "image_url"),
:update => ''right_content'',
:url => {
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
2003 Jun 10
1
Cups / Samba Driver Download question
Hey all!!
Sorry about the crosspost but this invoves CUPS and Samba issues.
[Samba 2.2.8 / CUPS 1.1.8 / Redhat 7.2 std]
I have encountered a small problem (which is due to my own slipup more
than anything else).
I have "Windows 2000" versions of the Adobe postscript drivers installed
on many of my 2000 machines. Now I am wanting to use the CUPS drivers
which are "Windows 2000 or
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 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 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 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
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