We're having issues with the newly released Firefox 17.0.1. Weird "syntax 
error" in places that don't make any sense (like line 642 of prototype.js): 

return 
> this.stripTags().replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&amp;/g,'&');


I read 
here<https://forums.mozilla.org/addons/viewtopic.php?p=25091&sid=3562c3c178aad8675ca759e238a478fa>that
 Firefox 17 no longer supports the toString function as before:

 `toString` for function objects has changed.
> Error: The `toString` implementation for function objects have changed. If 
> you are using `eval` or `Function` to change the behavior of 'native' 
> functions, it is probably not working correctly in Firefox 17 and above.


Anyone else having this issue? What's the fix?

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/QxrMZzJmAiMJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to