keep_pressed_outside seems wrong in BaseButton

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Xioor

Looking at the functionality of keep_pressed_outside in BaseButton

Note: This property only affects the button’s visual appearance.
Signals will be emitted at the same moment regardless of this
property’s value.

This seems incorrect in my opinion. I think it should also stop signals as the name implies. Unless it’s renamed keep_visually_pressed_outside or something but I have seen a few other peoples having issues with keeping buttons not pressed when you press and drag away from the button and release. They have to do weird logic to satisfy that logic.

Let me know what you think.

:bust_in_silhouette: Reply From: exuin

This is the QA forum - you should probably submit this to the proposals GitHub.

But yeah I guess that sounds like a good suggestion.

Right my bad, will post a proposal on Github. Thanks!

Xioor | 2021-04-24 16:26