Hi,
we use prototype 1.6 in a Wicket web app, mainly for drag'n'drop. We
find that Firefox 2 seems to modify (and break) the Javascript in
prototype.js, while Firefox 3 leaves it alone. FF2 changes line 3989
(in 1.6.0) from
document.write("<script id=__onDOMContentLoaded defer src=//:><\/
script>");
to
document.write("<script id=__onDOMContentLoaded defer src=
i.e. it just cuts of a part.
We can narrow the problem down to Firefox as it works with FF3 on the
exact same page, same running instance.
It seems I can't be the first one to encounter this problem, but I
couldn't find anything about it.
Thanks,
Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---