You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Plus 1.1.3 x64 Still opens Sandbox Options aswell when just double clicking the path
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
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?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
The text was updated successfully, but these errors were encountered: