Strictly speaking top and window are two different things, aka two instances of the two different classes in the C++ implementation of the IE8 DOM. (this is COM, therefore their CLASSID's are different) I suppose the thinking of Gaurav Seth (MSFT) was to "reflect" this in the JScript. So *strictly* speaking window !== top , and not-so strictly speaking window == top Yet another attribute of the MSFT JScript that might be a feature or that might be a bug.
--DBJ PS: Or. This might be a bug? IHTMLWindow6 Interface is introduced for IE8. Therefore window in IE8 is not the same instance as windows in IE7. Maybe this "feature" has slipped through testing ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---