PDA

View Full Version : Safari 1.3 bug for _http.header.hadOwnProperty


eric
10-29-2006, 02:07 PM
The page never finishes loading because of the following JS error in connection_2.0.5.js:
"Value undefined (result of expression this._http.header.hadOwnProperty) is not object." Line 58.

I hope this can help to solve the issue. (I am not a programmer (yet) so I don't know how to solve the problem)

Best regards,


Eric

jack.slocum
10-29-2006, 02:32 PM
See this thread in the YDN newsgroup:

http://tech.groups.yahoo.com/group/ydn-javascript/message/5493

Evidentally it's a known issue with YUI+Safari 1.3. I don't know why they felt the need to use this method (hasOwnProperty). I put up a copy of connection.js that is fixed.

Thanks for reporting this.