View Issue Details

IDProjectCategoryView StatusLast Update
0005090NoesisGUIC++ SDKpublic2026-06-22 11:58
ReporterJT Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.13 
Target Version4.0Fixed in Version4.0 
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

Relationships

related to 0005087 resolvedsfernandez Root FrameworkElement.Cursor value is cleared after DoDragDrop 

Activities

sfernandez

sfernandez

2026-06-22 11:58

manager   ~0012371

Fixed in changeset r17382

Issue History

Date Modified Username Field Change
2026-06-18 14:39 JT New Issue
2026-06-18 14:40 JT Description Updated
2026-06-19 12:21 jsantos Relationship added related to 0005087
2026-06-19 12:21 jsantos Assigned To => sfernandez
2026-06-19 12:21 jsantos Status new => assigned
2026-06-19 12:21 jsantos Target Version => 3.2.14
2026-06-22 11:57 sfernandez Target Version 3.2.14 => 4.0
2026-06-22 11:58 sfernandez Status assigned => resolved
2026-06-22 11:58 sfernandez Resolution open => fixed
2026-06-22 11:58 sfernandez Fixed in Version => 4.0
2026-06-22 11:58 sfernandez Note Added: 0012371