cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

MUI.Windows conflict with Google Maps API #130

Open MauroJr opened 12 years ago

MauroJr commented 12 years ago

In this version, when I use the Google Maps API, I can not open new windows, after that, just do not open the windows and also does not show any error in firebug. In version (0.9.7), everything works fine.

mui-org commented 12 years ago

Without further info or an example, I can not really diagnose this with you. I have had a similar problem with something else in that last few days. In core.js search for and comment out the hide: and show: functions. Somewhere around line 399. This code is no longer needed, but creates side effects when it is there. Like when a window goes to create itself but then hides the content panel, this cause Mocha to hide the window.

-Chris