Displaying 1 result from an estimated 1 matches for "forklift_div".
2006 Mar 20
1
RJS & IE Woes
...9;m trying to do a very simple slide_down effect with RJS templates.
Basically a user selects a check box and a text box slides down.
This works great in firefox, but causes IE to crash. The text box appears
and slides down. Then the browser crashes.
the in the partial is
<div id=''forklift_div''>
<label for=''incident_forklift''>Was There a forklift involved?</label>
<%= check_box ''incident'', ''forklift''%>
<% if @incident.forklift %>
<div id=''fork_detail_div'' ><%= text_area ...