This project is archived and is in readonly mode.
link_to_remote sends request even when one cancels confirm in IE 6
Reported by omar | June 24th, 2008 @ 08:04 AM
When in IE 6, link_to_remote sends request in get mode when someone cancels the confirmation box. This is an example:
link_to_remote "(remove)", :url => {:controller => "my_controller", :action => "remove", :id => my_object}, :method => :delete, :confirm => 'Are you sure?'
Also, when clicking a link_to_function link, it moves the screen to the top, cuz it redirects you to the same url plus a '#'
Comments and changes to this ticket
-
josh September 30th, 2008 @ 05:52 PM
- State changed from new to stale
- Tag set to enhancement, helper
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>