// ignore html and body because of frames
if (!resizing && !dragging && !tag.equalsIgnoreCase("html") && !tag.equalsIgnoreCase("body")
&& event.getTypeInt() != Event.ONLOAD && manager.getActive() == Window.this
&& (modalPanel == null || (modalPanel != null && !modalPanel.getElement().isOrHasChild(target)))
&& !Window.this.getElement().isOrHasChild(target)
&& target.findParent("." + CommonStyles.get().ignore(), -1) == null) {
// ArrayList<Component> col = new
// ArrayList<Component>(ComponentManager.get().getAll());
// for (Component c : col) {
// if (c instanceof TriggerField<?>) {
// triggerBlur((TriggerField<?>) c);