HI,
I released my project as LGPL:
http://rubyforge.org/projects/financasonrails/
So, It works great with Firefox but with IE visual_effects isn’t
working correctly! Does anyone know why?
demo site: http://demos.guzenski.com.br/for/categories
HI,
I released my project as LGPL:
http://rubyforge.org/projects/financasonrails/
So, It works great with Firefox but with IE visual_effects isn’t
working correctly! Does anyone know why?
demo site: http://demos.guzenski.com.br/for/categories
could you explain what does not work ?
This issue doesn’t appear to be related to the library itself but to the
DOM elements you’re updating. IE has serious limitations on this. For
instance you can’t add an option to a , you have to update the
entire select element.
Most likely you’re doing an update that IE won’t allow.
Tiago M.
Thre visual_effects.
Everytime that I insert a new data, the line into list shows highlight
effect. But only is working on FF
Everytime that I delete a row in list it shows FADE effect, but it is
only working on FF
It seams that you have a problem with AJAX update on a table id=“list”
element.
I take a look in a FireBug addin for FF and I have two table id =
“list” elements.
Tipo | Categoria | Quant. Lancamentos | Balanco |
---|
I do not think it was you intention.
It seams to work in FF but I don’t think so, it just complain less.
wow, thanks a lot … I was using page.replace_html but correct is
page.replace
I didn’t know FireBug, I will install it… thanks again
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs