#68
New
Loading 1.rjs as text file on edge
Reported by Nolan Cafferky on Ajax Scaffold · 26/01/2007 18:15:38
- Assigned to:
- rrwhite
- Priority:
- Normal
- Status:
- New
- Category:
- None
- Version:
- None
On edge (currently svn version 189), clicking on one of the action links that does rendering (“Edit”, “Show”) loads a 1.rjs file as text instead of executing it. This happens in IE 6.0 and Firefox 2.0 on Windows 2000 and XP, from a Rails 1.1.6 app. It looks like this bug was introduced in revision 177.
This seems pretty odd. Lance suggested that this could be a MIME type issue, but according to Firefox, the resulting page is text/javascript. Yet it’s being dumped as text instead of executed.
Removing the adapter parameter loads the non-inline version of the form.
Loading comments...