Last modified: 2012-04-19 21:43:29 UTC
Created attachment 7191 [details] Wiki_2010-03-12_LinkErr_IE8.pdf Reporting against Babaco Release : http://prototype.wikimedia.org/deployment-en/ Tested link :r63174 Steps to Reproduce :: 1) Click on link icon <<Browser JS error shows as in the attachment>> Expected Outcome:: Users should be able to add links using IE8 Test Environment:: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Safari/530.17 Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
The error message is "context.$iframe.0 is null or not an object", which presumably means there's leftover unconditional references to context.$iframe in IE-specific code.
Unable to replicate in IE 7 or 8 on http://prototype.wikimedia.org/deployment-en/ Perhaps something else we changed since the 12th unintentionally fixed this issue as well.
Verified and closed