donovan6000 / M33-Fio

The ultimate OctoPrint plugin
GNU General Public License v3.0
125 stars 38 forks source link

Advanced Settings section cannot be opened #94

Closed abbradar closed 8 years ago

abbradar commented 8 years ago

Profile editor

Here, Advanced Settings is hidden for me and the arrow doesn't do anything.

donovan6000 commented 8 years ago

What web browser are you using? All of my development and testing happens in Google Chrome.

abbradar commented 8 years ago

It's Firefox 44. Interface in other places works fine. Sadly I don't understand anything in web development so I don't even know where to start by myself -- if you have time, please take a look.

abbradar commented 8 years ago

FWIW, Manual Settings works fine.

donovan6000 commented 8 years ago

Ok, it's fixed now in the devel branch. You can install it using OctoPrint's plugin manager by installing a plugin from this URL: https://github.com/donovan6000/M3D-Fio/archive/devel.zip

For some reason the click event wasn't being recognized there but the mousedown event was, so it was an easy fix. Usually Firefox conforms to web standards much better than Chrome, so maybe I just wasn't seeing something.

abbradar commented 8 years ago

It works, thanks.