Situation is OK in Chrome but also the IE11
With "transfer"(false) and "inner"(true) set, Drawer work as follow link:
Problem occur when using IE10
The drawer show in tag outside rather than inside.
And The html code of drawer has been place out of its parent tag


I found the problem solution.(iview 3.2.2)
This js file handle the DOM transfer job, which lead to drawer panel transfer out of the parent DOM.
As file show
The judgment on Line 9 is unappropriated.
After replacing code as below and rebuild the iview by running 'npm run dist',
drawer show well in IE10