> When > i am trying to open skeleton/source/index.html via a locally > installed WEB > server (appWeb) in Firefox I get following errors
> > Error: qx.ui.popup has no properties > > Source File: > http://localhost:7777/qooxdoo-0.7.1-sdk/frontend/framework/source/cl > ass/qx/ui/menu/Menu.js > > Line: 32 It looks like FF can find at least some of the source files when working with the web server. My guess is that you have some sort of filter in place in Firefox which is triggering off the "popup" keyword and stopping the popup.js script from running. Hence when Menu.js tries to run it finds that qx.ui.popup hasn't been defined yet. Try enabling all security settings in FF. Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
