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
But I am getting following error in chrome developer console
Throwable.java:121 Uncaught Error: java.lang.RuntimeException: Cannot find element with id "gwt-uid-1". Perhaps it is not attached to the document body.
at iA_g$.Dz_g$ [as createError_0_g$] (Throwable.java:121)
at iA_g$.Nz_g$ [as initializeBackingError_0_g$] (Throwable.java:113)
at iA_g$.wz_g$ (Throwable.java:67)
at iA_g$.aA_g$ (Exception.java:29)
at new iA_g$ (RuntimeException.java:29)
at WAd_g$.XAd_g$ [as get_16_g$] (LazyDomElement.java:70)
at P3f_g$.C9f_g$ [as build_button_0_g$] (IronListSample_SampleUiBinderImpl.java:150)
at P3f_g$.D9f_g$ [as get_button_0_g$] (IronListSample_SampleUiBinderImpl.java:146)
at P3f_g$.U3f_g$ [as build_list_0_g$] (IronListSample_SampleUiBinderImpl.java:131)
at P3f_g$.Z3f_g$ [as get_list_0_g$] (IronListSample_SampleUiBinderImpl.java:117)
at P3f_g$.T3f_g$ [as build_f_HTMLPanel1_1_g$] (IronListSample_SampleUiBinderImpl.java:93)
at P3f_g$.Y3f_g$ [as get_f_HTMLPanel1_1_g$] (IronListSample_SampleUiBinderImpl.java:76)
at J3f_g$.L3f_g$ [as createAndBindUi_2_g$] (IronListSample_SampleUiBinderImpl.java:34)
at J3f_g$.K3f_g$ [as createAndBindUi_0_g$] (IronListSample_SampleUiBinderImpl.java:31)
at new F3f_g$ (IronListSample.java:31)
at w5f_g$ (Test.java:75)
at Function.C5f_g$ (Test.java:73)
at lambda_0_g$ (Runtime.java:162)
at registered_0_g$ (Polymer.java:422)
at ioe_g$ (Polymer.java:437)
at hoe_g$ (Polymer.java:398)
at CZf_g$.DZf_g$ [as onModuleLoad_0_g$] (Test.java:73)
at Array.iAc_g$ (org_00046com_00046Test__EntryMethodHolder.java:3)
at initializeModules_0_g$ (ModuleUtils.java:44)
at qJ_g$ (Impl.java:239)
at tJ_g$ (Impl.java:298)
at Impl.java:77
at Czc_g$ (ModuleUtils.java:55)
at Test.java:73
when I remove ui:field="button" from the paper-button then there is no error but I can not bind paper-button in ui class
The text was updated successfully, but these errors were encountered:
Hi,
I have added a paper-button to iron-list template.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:i='urn:import:com.vaadin.polymer.iron.widget'
xmlns:p='urn:import:com.vaadin.polymer.paper.widget'>
</ui:UiBinder>
But I am getting following error in chrome developer console
Throwable.java:121 Uncaught Error: java.lang.RuntimeException: Cannot find element with id "gwt-uid-1". Perhaps it is not attached to the document body.
at iA_g$.Dz_g$ [as createError_0_g$] (Throwable.java:121)
at iA_g$.Nz_g$ [as initializeBackingError_0_g$] (Throwable.java:113)
at iA_g$.wz_g$ (Throwable.java:67)
at iA_g$.aA_g$ (Exception.java:29)
at new iA_g$ (RuntimeException.java:29)
at WAd_g$.XAd_g$ [as get_16_g$] (LazyDomElement.java:70)
at P3f_g$.C9f_g$ [as build_button_0_g$] (IronListSample_SampleUiBinderImpl.java:150)
at P3f_g$.D9f_g$ [as get_button_0_g$] (IronListSample_SampleUiBinderImpl.java:146)
at P3f_g$.U3f_g$ [as build_list_0_g$] (IronListSample_SampleUiBinderImpl.java:131)
at P3f_g$.Z3f_g$ [as get_list_0_g$] (IronListSample_SampleUiBinderImpl.java:117)
at P3f_g$.T3f_g$ [as build_f_HTMLPanel1_1_g$] (IronListSample_SampleUiBinderImpl.java:93)
at P3f_g$.Y3f_g$ [as get_f_HTMLPanel1_1_g$] (IronListSample_SampleUiBinderImpl.java:76)
at J3f_g$.L3f_g$ [as createAndBindUi_2_g$] (IronListSample_SampleUiBinderImpl.java:34)
at J3f_g$.K3f_g$ [as createAndBindUi_0_g$] (IronListSample_SampleUiBinderImpl.java:31)
at new F3f_g$ (IronListSample.java:31)
at w5f_g$ (Test.java:75)
at Function.C5f_g$ (Test.java:73)
at lambda_0_g$ (Runtime.java:162)
at registered_0_g$ (Polymer.java:422)
at ioe_g$ (Polymer.java:437)
at hoe_g$ (Polymer.java:398)
at CZf_g$.DZf_g$ [as onModuleLoad_0_g$] (Test.java:73)
at Array.iAc_g$ (org_00046com_00046Test__EntryMethodHolder.java:3)
at initializeModules_0_g$ (ModuleUtils.java:44)
at qJ_g$ (Impl.java:239)
at tJ_g$ (Impl.java:298)
at Impl.java:77
at Czc_g$ (ModuleUtils.java:55)
at Test.java:73
when I remove ui:field="button" from the paper-button then there is no error but I can not bind paper-button in ui class
The text was updated successfully, but these errors were encountered: