View Issue Details

IDProjectCategoryView StatusLast Update
0005090NoesisGUIC++ SDKpublic2026-06-18 14:40
ReporterJT Assigned To 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version3.2.13 
Summary0005090: GiveFeedbackEventArgs.effects is not DragDropEffects_None by default
Description

GiveFeedbackEventArgs.effects normally reflects the value of DragEventArgs.effects as set by a (Preview)DragOver handler,
but if a DragOver handler is not invoked, e.g. because there is nothing under the mouse with AllowDrop="True",
it defaults to the allowedEffects value supplied to DoDragDrop.

I couldn't find any official WPF documentation on this, but it seems like DragDropEffects_None is the expected default here.

PlatformWindows

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-18 14:39 JT New Issue
2026-06-18 14:40 JT Description Updated