summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2013-02-13 12:32:06 -0500
committerGrant Gayed <grant_gayed@ca.ibm.com>2013-02-13 12:32:06 -0500
commita037998b353b05ee82e13bf075b6bbaa98c571fb (patch)
tree42d500fceb1e2bae688c3ecb72169a00f60ead09
parent114654733d23d3bfdbf0907418ef59037365ff3d (diff)
downloadeclipse.platform.swt-a037998b353b05ee82e13bf075b6bbaa98c571fb.tar.gz
eclipse.platform.swt-a037998b353b05ee82e13bf075b6bbaa98c571fb.tar.xz
eclipse.platform.swt-a037998b353b05ee82e13bf075b6bbaa98c571fb.zip
Bug 384162 - Internal web browser does not catch Tab keystrokes
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java b/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
index 82df162ee5..0e5c23e595 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
@@ -404,11 +404,6 @@ public void create(Composite parent, int style) {
browser.traverse(SWT.TRAVERSE_TAB_PREVIOUS, e);
e.doit = false;
}
- if (e.detail == SWT.TRAVERSE_TAB_NEXT && e.widget instanceof Browser) {
- /* otherwise will traverse to the WebSite control */
- site.traverse(SWT.TRAVERSE_TAB_NEXT, e);
- e.doit = false;
- }
/*
* Return traversals can sometimes come through TranslateAccelerator,
* depending on where focus is within the Browser. Traversal