Skip to content

Drop hint IDropInfoBuilder is used renders incorrect VisualTarget #519

@bsundsbo

Description

@bsundsbo

Describe the bug
I need to support drop of element on ComboBox, as well as drop hint. When the combobox has IsEditable=true, the internal TextBox for does not allow drop, and drop hint does not render on the control.

The workaround for allowing drop on the internal TextBox is to create a XAML behavior, and assign IDropInfoBuilder to the TextBox to create a IDropInfo with the ComboBox as the sender.

The workaround does it's job to allow the drop, though the drop hint does not display when the cursor is over the internal TextBox.

Expected behavior
Expecting drop hint to display when cursor is over the textbox of the combobox

Screenshots

Image

Desktop (please complete the following information):

  • OS: Windows 11, .NET Core 9
  • Version 4.0.0

Additional context
Working on fork to address issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions