| commit | 3ff3052f68408ca115ac485a960c6d1c5b7ea4f1 | [log] [tgz] |
|---|---|---|
| author | amywu <amywu> | Mon Sep 29 15:45:25 2008 +0000 |
| committer | amywu <amywu> | Mon Sep 29 15:45:25 2008 +0000 |
| tree | 4c5fae6e6d8142b3a06db245967411f516a942db | |
| parent | c1f83fc4aeb43a0ef12296b7055804941d122a86 [diff] |
[247717] ADTMultiPageEditor is not calling super.setFocus()
diff --git a/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java b/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java index 2473545..34ff17a 100644 --- a/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java +++ b/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java
@@ -188,6 +188,7 @@ */ public void setFocus() { + super.setFocus(); if (getActivePage() == DESIGN_PAGE_INDEX) { if (graphicalViewer != null && graphicalViewer.getControl() != null)