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 1.1.3] Issue related to #1935 Double Click behaviour #1951

Closed
RandomGOTI opened this issue Jun 14, 2022 · 2 comments
Closed

[Plus 1.1.3] Issue related to #1935 Double Click behaviour #1951

RandomGOTI opened this issue Jun 14, 2022 · 2 comments
Labels
fixed in next build Fixed in the next Sandboxie version

Comments

@RandomGOTI
Copy link

What happened?

Double Clicking the Path cell triggers 2 actions for me , will open explorer but also the sandbox options

Note:Holding down control key and clicking on the path cell will not open explorer but sandbox options as previously suggested
Looking at the code , wouldn't adding a return; like this fix the issue of having 2 actions?

if ((QGuiApplication::queryKeyboardModifiers() & Qt::ControlModifier) == 0) {

		if (index.column() == CSbieModel::ePath)
			OnSandBoxAction(m_pMenuExplore);
			return;
	}

Download link

about:blank

To Reproduce

1 any non empty box
2 double click on its path cell
3 both explorer and its sandbox options window show

Expected behavior

Double Clicking the Path cell triggers only 1 action (opening explorer) if control is hold down it will open the sandbox options instead

What is your Windows edition and version?

Windows 7 Ultimate SP1 x64

In which Windows account you have this problem?

Not relevant to my request.

Please mention any installed security software

None/WD disabled

What version of Sandboxie are you running?

Plus 1.1.2 x64

Is it a regression?

No response

List of affected browsers

No response

In which sandbox type you have this problem?

Not relevant to my request.

Where is the program located?

Not relevant to my request.

Can you reproduce this problem on an empty sandbox?

Not relevant to my request.

Did you previously enable some security policy settings outside Sandboxie?

No response

Crash dump

No response

Trace log

No response

Sandboxie.ini configuration

No response

@RandomGOTI RandomGOTI added the Confirmation pending Further confirmation is requested label Jun 14, 2022
@DavidXanatos DavidXanatos added fixed in next build Fixed in the next Sandboxie version and removed Confirmation pending Further confirmation is requested labels Jun 15, 2022
@RandomGOTI
Copy link
Author

Plus 1.1.3 x64 Still opens Sandbox Options aswell when just double clicking the path

@RandomGOTI RandomGOTI changed the title [Plus 1.1.2] Issue related to #1935 Double Click behaviour [Plus 1.1.3] Issue related to #1935 Double Click behaviour Jun 23, 2022
@DavidXanatos
Copy link
Member

indeed the fix did not make it to the git branch in time, will be in included in 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in next build Fixed in the next Sandboxie version
Projects
None yet
Development

No branches or pull requests

2 participants