因为 createTextfiled 被其它mc 挡住,只好onRelease 的时候,把this 提到最前面。

import mx.managers.DepthManager;

this.setDepthTo(DepthManager.kTop);

swapDepth 应该也可以。