pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
254 stars 21 forks source link

Background doesn't fill the whole screen #48

Closed anewuser closed 5 years ago

anewuser commented 5 years ago

This happens to the background when the Firefox window isn't maximized:

firefox

Firefox 65.0.1 Windows 10

onli commented 5 years ago

Sadly not easy to fix.

I have a workaround ready: You can drag the canvas now, which will move the whole area around, which fixes this situation for me. That was disabled for now in Firefox because Firefox was buggy, https://bugzilla.mozilla.org/show_bug.cgi?id=1428091 is the report. But in current versions it works again, the bug seems to have vanished on its own. So I activated it also for Firefox now.

It works for you?

anewuser commented 5 years ago

Dragging works, but the blank bar still appears when all sidebar options are expanded:

pipes

This isn't a big deal, though, since we can just maximize the window.

onli commented 5 years ago

Yeah, I fear that fixing this is not exactly easy and might even be impossible. At least I failed so far to find a working combination of responsive size assignments that makes it 100% high, always. That svg canvas in a html container behaves complicated there.