Jon Tirsen wrote:
That makes sense... I don't know JS so well, so I can't code it myself, but if you have a patch (or even a cut & paste) I'm happy to try it here! My app is for a small enough number of users/records that I'm not paginating, and they're all on laptops. Result: Edit-in-place has become edit-in-some-other-place :)I think that usually means that the href points to "#" and one of two things:1) the onclick event handler is not returning false to cancel out the actual link action 2) the onclick event handler is erroring out I haven't looked at the IPE much, however.The thing is, it's not a anchor, it's just an onclick handler. But you might be right, I should probably stop the event and return false. Jay _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs |
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs