View Issue Details

IDProjectCategoryView StatusLast Update
0001923Double CommanderViewerpublic2020-11-30 07:44
ReporterzkHe4mQS Assigned ToAlexx2000  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
PlatformArch Linux 
Product Version1.0.0 (trunk)Product Build7818 
Summary0001923: Recent change (rev 7793) causes access violation when clicking on file view empty area
DescriptionThis is probably due to Index = -1 in ucolumnsfileview.pas TColumnsFileView.dgPanelHeaderClick.
Steps To Reproduce1. Install doublecmd-(qt or gtk)-svn from Arch Linux aur.
2. Run the program.
3. Click on empty area of not fully populated file list (in a directory with small number of items).
Additional InformationWhen I comment out the line AllowOutboundEvents := False;
and compile the program the problem disappears.

Thank you for your hard work.
TagsNo tags attached.
Fixed in Revision7819
Operating systemLinux
WidgetsetGTK2, QT4
Architecture64-bit

Activities

Alexx2000

2017-09-28 20:44

administrator   ~0002363

Lazarus 1.6.x bug, it incorrectly works with "AllowOutboundEvents: = False". Works fine with Lazarus 1.8 and Lazarus trunk. I had add Lazarus version check so now it works as before with Lazarus 1.6.x.

Issue History

Date Modified Username Field Change
2017-09-28 15:48 zkHe4mQS New Issue
2017-09-28 20:44 Alexx2000 Fixed in Revision => 7819
2017-09-28 20:44 Alexx2000 Note Added: 0002363
2017-09-28 20:44 Alexx2000 Status new => resolved
2017-09-28 20:44 Alexx2000 Resolution open => fixed
2017-09-28 20:44 Alexx2000 Assigned To => Alexx2000
2020-11-30 07:44 Alexx2000 Status resolved => closed