Yes it is: https://bugzilla.mozilla.org/show_bug.cgi?id=514309
(yes, the bug actually was with hasOwnProperty rather than getting/setting properties of objects, and has been fixed back in Firefox 3.6, but still, it led to workarounds in GWT: http://code.google.com/p/google-web-toolkit/source/detail?r=7060 & http://code.google.com/p/google-web-toolkit/source/detail?r=7063 ) Please note that I was explicitly pointing out that JS distinguishes between values and objects, so the difference in typeof and instanceof is indeed not a bug (but oh so many JS libs are buggy –or should explicitly document their behavior– because their developers don't account for both String values and String objects; including GWT in a few edge cases: http://code.google.com/p/google-web-toolkit/issues/detail?id=4301 ) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yg2nOHTlL0AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
