You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
I'm using version 2.2.1.0 of your API, along with GWT 2.5.1 and GWTP 1.0 and I'm having an exception being thrown whenever I try to use the TabPanel widget. This does not happen when using other Bootstrap widgets...
Do you know why?
This is the stactrace:
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.github.gwtbootstrap.client.ui.TabPanel::setHandlerFunctions(Lcom/google/gwt/dom/client/Element;)([JavaScript object(123)]): undefined is not a function at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:299) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107) at com.github.gwtbootstrap.client.ui.TabPanel.setHandlerFunctions(TabPanel.java) at com.github.gwtbootstrap.client.ui.TabPanel.(TabPanel.java:223) at com.github.gwtbootstrap.client.ui.TabPanel.(TabPanel.java:205) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:475) at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) at com.google.gwt.core.shared.GWT.create(GWT.java:57) at com.google.gwt.core.client.GWT.create(GWT.java:85) at com.touchtunes.cportal.client.application.home.popups.LiveRoutePopupViewImpl_BinderImpl$Widgets.build_tabPanel(LiveRoutePopupViewImpl_BinderImpl.java:181)
The text was updated successfully, but these errors were encountered:
For anyone coming here from Google: this may happen if you put the <entry-point> tag in your Module.gwt.xml above the <inherits> tag for GWT Bootstrap. Just happened to me. The <entry-point> tag should be placed after all the <inherits> tags.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys
I'm using version 2.2.1.0 of your API, along with GWT 2.5.1 and GWTP 1.0 and I'm having an exception being thrown whenever I try to use the TabPanel widget. This does not happen when using other Bootstrap widgets...
Do you know why?
This is the stactrace:
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.github.gwtbootstrap.client.ui.TabPanel::setHandlerFunctions(Lcom/google/gwt/dom/client/Element;)([JavaScript object(123)]): undefined is not a function at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:299) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107) at com.github.gwtbootstrap.client.ui.TabPanel.setHandlerFunctions(TabPanel.java) at com.github.gwtbootstrap.client.ui.TabPanel.(TabPanel.java:223) at com.github.gwtbootstrap.client.ui.TabPanel.(TabPanel.java:205) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:475) at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) at com.google.gwt.core.shared.GWT.create(GWT.java:57) at com.google.gwt.core.client.GWT.create(GWT.java:85) at com.touchtunes.cportal.client.application.home.popups.LiveRoutePopupViewImpl_BinderImpl$Widgets.build_tabPanel(LiveRoutePopupViewImpl_BinderImpl.java:181)
The text was updated successfully, but these errors were encountered: