The behavior that I am about to describe appeared when I upgraded from v10.3 to v11.1
My application has a 2x2 grid. I have a DockManager located in row=1 col=1. In one of the content panes in the DockManager, I added a DropTarget. When I drag a component into the content pane, the drop target location seems to be offset by the width of col=0 and the height of row=0 of the grid.
I did a sanity check by moving the DockManager to row=0 and col=0 and I did not see this offset issue. Is this a bug or am I missing something? I did not see this in v10.3.
Thank you.