Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comfyui setting panel move wen switch to other tab. #159

Open
kakachiex2 opened this issue Sep 4, 2023 · 3 comments
Open

Comfyui setting panel move wen switch to other tab. #159

kakachiex2 opened this issue Sep 4, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@kakachiex2
Copy link

kakachiex2 commented Sep 4, 2023

Most of the time when switching from text2image tab to Comfyui tab the setting panel move to the left corner this happen every time I' switch to any other tab.
Comfyui panel switch

@ljleb
Copy link
Contributor

ljleb commented Sep 5, 2023

I'm not sure, but I think this has to do with the way we resize the comfyui iframe to take all the available space.
I have not yet been able to reproduce the behaviour locally. May I ask:

  • what browser are you using?
  • which webui host (a1111, vladmandic, etc.), and on which version?
  • which webui extensions are you using? Any extension that affects the feel and look of the ui?
  • are there any browser extensions that could interfere with this?

@kakachiex2
Copy link
Author

Sorry for the late reply I'm using:

  • Edge web browser
  • I'm using official A111webui host v1.6.0
  • I'm using Cappuccino theme for A111webui
  • I' don't have any browser extension

@PladsElsker PladsElsker added the bug Something isn't working label Oct 29, 2023
@PladsElsker
Copy link
Contributor

PladsElsker commented Nov 19, 2023

This is caused by the fact that the iframe containter's size will become 0px in width and height when switching tabs.
Some possible ideas to fix this:

  • force a certain width/height on the container when switching tabs
  • store last position of the panel when switching tabs, and restore it when switching back to the ComfyUI tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants