Closed PandaBoyo closed 1 year ago
Update: Upon further testing, the styles dropdown menu does close, but only if you click into the styles text box and then click anywhere other than the textbox and dropdown menu. If the text box is not selected, the styles menu will not close upon clicking outside of the box. The dropdown arrow seems to only function as a way to open the dropdown menu in this commit, as when the styles dropdown is already open the arrow does nothing, and when the styles textbox is selected and active prior to clicking the dropdown arrow, the WebUI seems to re-play the opening animation rather than closing the menu.
Can confirm
Same problem over here, also using Mozilla Firefox
Same problem. I can see why it would be desirable for it to stay open ie to make multiple selections however clicking anywhere outside the styles menu should close it.
Any updates on this issue? I'm also using Firefox but it seems to work fine on Edge/Chrome.
Edit: It seems downgrading Gradio to 3.15.0 manually fixes this specific issue in Firefox although it re-introduces the other UI quirks that 3.16.2 fixed (element alignment mainly).
Any updates on this?
For me at least it was resolved a long time ago.
Are you also/still using Firefox? i feel this may be exclusive to older ESR ff versions.
I am using the latest release version of Firefox. The problem might indeed be related to older versions of Firefox, but I cannot confirm anything beyond my own experience.
Same problem on Chromium
Can anyone else confirm if this issue is still present for them or not as of the latest dev branch commit? 362789a3793025c698fa42372fd66c3c4f2d6413 in particular bumped the Gradio version to 3.39.0, and I don't seem to be seeing this issue anymore.
Actually looks like this was resolved with https://github.com/gradio-app/gradio/pull/3549 (3.23.0). If the problem still persists for anyone on the dev branch, open a new issue.
Is there an existing issue for this?
What happened?
When opening the styles menu in the current commit (c81b52ffbd6252842b3473a7aa8eb7ffc88ee7d1), it becomes impossible to close the styles dropdown menu. Applying and selecting different styles still works, but the dropdown menu stays open no matter what and partially blocks the live update viewer.
Steps to reproduce the problem
What should have happened?
Clicking either on the dropdown arrow or anywhere outside of the dropdown menu should collapse the dropdown, but it appears to be broken.
Commit where the problem happens
c81b52ffbd6252842b3473a7aa8eb7ffc88ee7d1
What platforms do you use to access the UI ?
Linux
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
List of extensions
a1111-sd-webui-tagcomplete, auto-sd-paint-ext, batch-face-swap, stable-diffusion-webui-images-browser, ultimate-upscale-for-automatic1111
Console logs
Additional information
No response