No access to javascript-files with Rails on Windows CE / IE6
------------------------------------------------------------
Key: JRUBY-4032
URL: http://jira.codehaus.org/browse/JRUBY-4032
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.3
Environment: Server: JRuby 1.3, Rails 2.3.2, Mongrel (tested with
WEBrick, same result)
Client: Windows CE 5.0, Internet Explorer 6
Reporter: Stefan Klöckner
Assignee: Thomas E Enebo
I set up a Rails-Application that uses a javascript-library. If I access this
application on my Windows XP machine with Firefox, everything works fine. But
on a handheld device with Windows CE / IE6, the javascript-library was not
loaded resp. does not work.
This is my view:
<html>
<head>
<title>Barcodes</title>
<%= javascript_include_tag "taffy" %>
</head>
<body onLoad="initialize()">
...
</body>
</html>
Following information for your attention:
1. The problem does not occur on MRI 1.8
2. It doesn't matter if I use <%= javascript_include_tag "taffy" %> or <script
src="taffy.js" />
3. I'm able to download the javascript-lib from /javascripts-folder on my
handheld device, but it will not be loaded with my view.
4. If I copy the content from the libary-file and paste it into
<script>...</script>-Tags instead, it will work both on XP/Firefox and CE/IE6
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email