Hello, I'm meeting an issue with the DragAndDrop class : I'm using an iFrame. The parent container loads all my libraries (MochiKit and my own) in order to avoid long loading time with every page change. For that, I change the value of the MichiKit.DOM._document and MichiKit.DOM._window (because using withWindow function would be wordy). But unfortunately, DragAndDrop never uses these attributes and seems to prefer document and window (thus : those of the parent container of my iFrame). Given that DragAndDrop depends on DOM, why wouldn't you use MichiKit.DOM._window/_document instead of window/document ?
Thank you very much for your help. Hugo Smadja. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
