View Issue Details

IDProjectCategoryView StatusLast Update
0003918Far ManagerViewerpublic2021-11-26 23:14
ReporterHaRT Assigned ToDrKnS  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSWindowsOS Version10
Product Version3.0 
Summary0003918: Manual non-Persistent selection in Viewer broken since build 5833 (build 5832 is fine)
DescriptionThe selection disappears as soon as I release Shift, so I can no longer copy text snippets from Viewer.
Steps To Reproduce0. In Viewer preferences, uncheck Persistent selection.
1. Open a non-empty file in Viewer.
2. Shift-click some viewed character, release the Shift.
3. Shift-click another character, release the Shift.

Expected: after step 2, this character remains selected; after step 3, the entire text span between these two characters remains selected.

Actual: the selection is cleared as soon as I release Shift in both cases.
Additional InformationWorked around using the following macro:
Macro { description = "Workaround bug whereas releasing Shift after click clears selection";
  area = 'Viewer'; key = 'CtrlShiftC CtrlShiftIns';
  condition=function()  return Object.Selected  end;
  action=function() Keys'CtrlC' end;
}
That's quite awkward though as it requires displacing fingers/hands between selecting and copying.
TagsNo tags attached.
Build5923

Activities

DrKnS

2021-11-26 01:23

administrator   bugnote:0017222

5923

HaRT

2021-11-26 23:09

reporter   bugnote:0017223

Спасибо, починилось. (Не вижу кнопки, чтобы отметить, что фикс проверен и в какой сборке.)

DrKnS

2021-11-26 23:14

administrator   bugnote:0017224

Не вижу кнопки, чтобы отметить
Change status выше.
Возможно, оно требует прав.

Issue History

Date Modified Username Field Change
2021-11-26 00:53 HaRT New Issue
2021-11-26 01:23 DrKnS Assigned To => DrKnS
2021-11-26 01:23 DrKnS Status new => feedback
2021-11-26 01:23 DrKnS Note Added: 0017222
2021-11-26 23:09 HaRT Note Added: 0017223
2021-11-26 23:09 HaRT Status feedback => assigned
2021-11-26 23:11 DrKnS Status assigned => closed
2021-11-26 23:11 DrKnS Resolution open => fixed
2021-11-26 23:11 DrKnS Build => 5923
2021-11-26 23:14 DrKnS Note Added: 0017224