-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 6.5.1
-
Component/s: Components
-
Environment:
Tomcat 7.0.35 / JDK 1.6.0_38 / IE 9.0 or Firefox 18.0.1
-
None
If dragged component was selected, it doesn't sytle as selcted when it is dropped.(I use tab.getTabbox().setSelectedTab(tab), it doesn't work also.)
tab.addEventListener("onDrop", new EventListener()
{
@Override
public void onEvent(Event event)
throws Exception
{
if (event instanceof DropEvent)
}
});