Hi,
This is just to let you know that we have posted a new build that addressed this issue. You will need to:
1. Download the new build from our download page and switch to that build;
2. Set this property to a relatively large value:
https://www.essentialobjects.com/doc/eo.webbrowser.webview.unloaddelay.aspxStep 2 is necessary because DevExpress destroys the tab when you start to drag a tab out and a WebView is set to begin destruction (after a delay) when its parent window (in this case the tab) has been destroyed. UnloadDelay controls how long this delay is (in milliseconds). The default value is 300 milliseconds, so unless the whole drag and drop operation is completed during this time frame, the WebView will have been destroyed half way into the drag and drop, which would cause the reload.
The same does not occur when you drag a tab in. DevExpress does not destroy the floating window until the window is dropped in place. Because it immediately creates a new tab to hosts the WebView after it destroyed the floating window, the default UnloadDelay will usually suffice for this stage. This feature did not work properly in previous builds, so reload occurred in this stage in old builds as well.
Hope this helps. Please feel free to let us know if you still have any question.
Thanks!