anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
989 stars 58 forks source link

[Bug]: Selection Cannot be Editted unless mouse is Hovered Over Selection box #134

Closed rushuna86 closed 1 year ago

rushuna86 commented 1 year ago

Is there an existing issue for this?

What happened?

When you select any selection box that has a slider, eg Batch Count, Batch Size, Weight etc. to edit the value via keyboard input, when you select said box, if the mouse doesnt stay hovered over the box and moves elsewhere, like what I do when I have to change alot of values, the selected box becomes unselected, and you cannot input value.

Steps to reproduce the problem

Any Value box like Batch Count, size etc, Click and select box and value inside, move mouse cursor away from input and the input box becomes automically unselected and cannot input value.

What should have happened?

Still let you edit the selected box no matter where you move your mouse cursor.

Commit where the problem happens

0eb1529

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--opt-sdp-attention --no-half-vae --autolaunch

List of extensions

built-in

Console logs

Nothing Unusual

Additional information

Checkout 7c64783

Works as intended.