thelastWallE / OctoprintKlipperPlugin

A plugin for a better integration of Klipper into OctoPrint.
GNU Affero General Public License v3.0
65 stars 14 forks source link

No display Klipper Configuration #54

Closed petitxef closed 3 years ago

petitxef commented 3 years ago

Hi!

First of all said I'm using Octoklipper 0.3.8.1, Octoprint 1.6.1, Octopi 0.18 on firefox 88.0.1 (also doesn't work on Chrome 90.0.4430.212)

Related on #52 issue, but after update 0.3.8.1 the klipper configuration doesn't shows:

image

The others tabs, all correct.

thelastWallE commented 3 years ago

Please try version 0.3.8.2 https://github.com/thelastWallE/OctoprintKlipperPlugin/releases/tag/0.3.8.2 I did tested the new version with firefox yesterday but somehow i had a cached version. Thanks for your patience.

petitxef commented 3 years ago

Thanks!

It's works now (firefox & Chrome) image

Thanks

thelastWallE commented 3 years ago

Is this UIcustomizer with the cyborg theme? I don't have a scrollbar on the far right. the whole button area on top should stay there if you scroll down.

petitxef commented 3 years ago

yes, I've UIcustomizer with the cyborg theme

thelastWallE commented 3 years ago

i discovered the problem with the scrollbar. I had for me in the settings of UIcustomizer following css:

body.UICResponsiveMode #settings_dialog_content {
    height: calc(100% - 35px);
    margin-right: -18px;
    margin-top: 50px;
    width: calc(100% - 15px);
}

This fixed the height of the settings tab. I fix it with the next version. Looks like this Screenshot 2021-05-13 213018 As you can see the overflow is now deeper down the divs and the buttons are staying at the top.

petitxef commented 3 years ago

good! :)