dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

ie compatibility issues #23

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

Reported by Greg Hendershott:


  1. Unfortunately Internet Explorer 8 on Windows 7 gives a page with red text saying:

'Error: unable to focus to "add-button": "JScript object expected"'


I've traced these to issues in IE with regards to DOM node values: in IE8 and probably below, they aren't truly javascript objects, so they don't support many of the features. I'm working around this with 7a2ee5ad1 and 3346f887. Waiting to hear back from Greg before I close this issue.

dyoo commented 13 years ago

Got confirmation from Greg. Closing issue.