Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DragAndDropContainer: Manage keyboard focus for the drag image when t…
…he target needs it hidden The previous implementation would trigger assertions in grabKeyboardFocus() when the DragImageComponent was hidden due to the target returning false from shouldDrawDragImageWhenOver(). Hiding the image would also mean that its keyboard focus was lost. Now focus is restored when the image becomes visible again.
- Loading branch information