boxPaneLocal.add(textInput); // workaround for pivot-811: add a focusable element inside the frame
detailFrame.open(displayArgument);
// workaround for pivot-811: force the focus on the first focusable element inside the frame
detailFrame.requestFocus();
// textInput.requestFocus(); // or use this ...
}
return true;
}