manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
156 stars 49 forks source link

Issues with VaadinGridSample #143

Closed cpboyd closed 7 years ago

cpboyd commented 7 years ago

Per commit https://github.com/vaadin/gwt-polymer-elements/commit/6d1e8f3038b18d8fb75f8a9196b5219fb0a81be3

An invalid import reference was added: import com.vaadin.polymer.demo.client.sampler.Sampler.UseContacts;

On line 85, variable e was never declared: e.getFirstChild();

Perhaps cellElm was intended here?

DecimusMaximus commented 7 years ago

I had the same problem and then saw your issue. I commented out import com.vaadin.polymer.demo.client.sampler.Sampler.UseContacts;

and edited the undeclared e variable to cellElm at your suggestion. It now works.

I also changed to v6.9.3, maven-antrun-plugin to 1.8 in the pom.xml file since it gave some error when running mvn clean package.

manolo commented 7 years ago

Fixed