javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
1 stars 3 forks source link

Error: uncaught exception: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" #391

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When i try add a Panel
RootPanel.get().add(new Panel());

And 
Error: uncaught exception: [Exception... "Node cannot be inserted at the
specified point in the hierarchy"  code: "3" nsresult: "0x80530003
(NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)"

I using gwtext 2.0.4 , jdk 6.0 , os fedora 9

Original issue reported on code.google.com by myname74...@gmail.com on 18 Aug 2008 at 9:05

GoogleCodeExporter commented 9 years ago
You should use the ViewPort rather than the rootpanel

Original comment by mlim1...@gmail.com on 30 Aug 2008 at 8:58