I'm trying to store the Javascript objects for DOM Text nodes as keys in a hashmap. However, only on IE, they don't seem to have "hashCode" implemented, so I get an error like "Object doesn't support this property or method", in both hosted and deployed mode. Other JSO types, like Elements, seem to work fine. And it works great on FF. Anyone have any idea why this might be a problem on IE? Or is it maybe a GWT bug?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
