edfungus / Crouton

Crouton MQTT IOT Dashboard
http://crouton.mybluemix.net/
Other
291 stars 69 forks source link

Connections page has invisible buttons #36

Open RoelWKramer opened 7 years ago

RoelWKramer commented 7 years ago

When I go to http://localhost:9000/#connections I should be able to edit the connection settings.

This is not possible, the buttons and forms are not displayed correctly.

screen shot 2017-06-22 at 15 31 20

This is what I did:

git clone https://github.com/edfungus/Crouton.git
cd Crouton
npm install
grunt
souyric commented 7 years ago

Same for me unable to use it ! tested on Firefox, chrome, chromium and IE, this is the same result for all. crouton

lasarux commented 7 years ago

This is an issue with polymer 2. I think this patch would work... polymer_1.9.2.patch.zip

jumo-sballing commented 7 years ago

@lasarux Unfortunatelly it doesn't helps me.

luisfgfurtado commented 7 years ago

It's impossible to make this run. Label button invisble and "Uncaught TypeError: this.querySelector(...).validate is not a function".

edfungus commented 6 years ago

Reference #37 for the bower issue

edfungus commented 6 years ago

Please pull master and see if you still have the issue!