View Issue Details

IDProjectCategoryView StatusLast Update
0006266JEDI VCL00 JVCL Componentspublic2016-08-06 00:56
ReporteraltaveronAssigned ToAHUser 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006266: MouseDownEvent doesn't work any more
DescriptionThe new condition 'not InheritedCalled' on the following code blocks OnMouseDown event. The issue is critical.

      if Assigned(MouseDownEvent) and not InheritedCalled then
        MouseDownEvent(Self, Button, Shift, X, Y);
TagsNo tags attached.

Activities

obones

2014-09-03 11:34

administrator   ~0021025

Please provide the zipped sources of a sample application showing this

AHUser

2016-08-06 00:56

developer   ~0021346

Fixed in master branch.

Issue History

Date Modified Username Field Change
2014-03-14 09:08 altaveron New Issue
2014-09-03 11:34 obones Note Added: 0021025
2014-09-03 11:34 obones Status new => feedback
2016-08-06 00:56 AHUser Note Added: 0021346
2016-08-06 00:56 AHUser Status feedback => resolved
2016-08-06 00:56 AHUser Resolution open => fixed
2016-08-06 00:56 AHUser Assigned To => AHUser