You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When transferring a tab between two DDtabSheets using DefaultTabSheetDropHandler, it is possible to lose the dragged tab. This occurs when HorizontalDropLocation (location) is null, which occurs when the tab is dragged over the content of the other tabsheet, rather then the tabsheet tabs.
When transferring a tab between two DDtabSheets using DefaultTabSheetDropHandler, it is possible to lose the dragged tab. This occurs when HorizontalDropLocation (location) is null, which occurs when the tab is dragged over the content of the other tabsheet, rather then the tabsheet tabs.
There are two possible solutions to this issue:
1: do not perform the drag when location is null
2: append the tab to the end of the target tabsheets tab list
The text was updated successfully, but these errors were encountered: