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

[Plus UI] AutoRunSoftCompat checkbox not working correctly #1678

Closed
isaak654 opened this issue Mar 11, 2022 · 2 comments · Fixed by #1680
Closed

[Plus UI] AutoRunSoftCompat checkbox not working correctly #1678

isaak654 opened this issue Mar 11, 2022 · 2 comments · Fixed by #1680
Labels
Status: Fixed in Next Build Fixed in the next Sandboxie version User Interface Related to Plus and/or Classic UIs

Comments

@isaak654
Copy link
Collaborator

isaak654 commented Mar 11, 2022

This is the checkbox in question:
compat_checkbox

There is no way to turn it on from the UI, it remains always off even after pressing OK button.

In order to reproduce it, you need to have AutoRunSoftCompat=false previously set on Sandboxie-Plus.ini.

If you replace it with AutoRunSoftCompat=true, the issue will be the opposite, that is, you can't turn off the checkbox from the UI at all.

@isaak654 isaak654 added the User Interface Related to Plus and/or Classic UIs label Mar 11, 2022
@Coverlin
Copy link

This is the checkbox in question: compat_checkbox

There is no way to turn it on from the UI, it remains always off even after pressing OK button.

In order to reproduce it, you need to have AutoRunSoftCompat=false previously set on Sandboxie-Plus.ini.

If you replace it with AutoRunSoftCompat=true, the issue will be the opposite, that is, you can't turn off the checkbox from the UI at all.

^small correction (n) = false = off = check (y) = true = on = uncheck (classic)
The value can be set to true if you press ok or apply (while box uncheck) after switching to the Compatibility tab

If you press ok or apply without going to the tab in the ui it will set it to false (switching to the tab you can see the checkbox is checked) ... well that works

@mitchcapper
Copy link
Contributor

Good bug although the suspected behavior isn't quite as thought. Really the only issue (I believe) is the UI forgets to invert the value when it reads it. This can be validated as the issue by opening the ui and hitting apply without changing anything. You will see it toggles back and forth. Further if you open the ui and hit the checkbox twice (so it should be the same value) it will actually change the value, 3 times however does not change it.

PR should close.

@DavidXanatos DavidXanatos added the Status: Fixed in Next Build Fixed in the next Sandboxie version label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Fixed in Next Build Fixed in the next Sandboxie version User Interface Related to Plus and/or Classic UIs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants