Bug 462250 - Tab not working in global search window
Summary: Tab not working in global search window
Status: CLOSED DUPLICATE of bug 435742
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2015-03-16 10:37 EDT by Nicolas Hoibian CLA
Modified: 2015-03-20 09:57 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Hoibian CLA 2015-03-16 10:37:57 EDT
When opening a search window (Search / search ...), pressing "tab" to go from the "Containing text" field to another one doesn't work, at least in the File search tab (I deactivated the other tabs).

- expected behavior: pressing tab would highlight the next button or text field.

The Tab key work as expected in the find window (Edit / find-replace, Ctrl-F).


-- Configuration Details --
Product: Eclipse 4.5.0.20150128-0656 (org.eclipse.epp.package.jee.product)
Installed Features:
 org.eclipse.platform 4.5.0.v20150203-2243
Comment 1 Dani Megert CLA 2015-03-17 09:35:49 EDT
This works fine for me using I20150316-2000.

What do you mean "it doesn't work"? Focus stays in the text field?

Are you using GTK+3? If so, can you test using GTK+2?

--launcher.GTK_version <value> (Executable)  Linux ONLY
    specifies which version of GTK+ will be used by Eclipse on Linux. The currently acceptable values are "2" for GTK+ 2.x and "3" for GTK+ 3.x. If specified, this parameter takes precedence over setting the SWT_GTK3 environment variable.
Comment 2 Nicolas Hoibian CLA 2015-03-19 17:28:23 EDT
(In reply to Dani Megert from comment #1)
> This works fine for me using I20150316-2000.
> 
> What do you mean "it doesn't work"? Focus stays in the text field?
> 
> Are you using GTK+3? If so, can you test using GTK+2?
> 
> --launcher.GTK_version <value> (Executable)  Linux ONLY
>     specifies which version of GTK+ will be used by Eclipse on Linux. The
> currently acceptable values are "2" for GTK+ 2.x and "3" for GTK+ 3.x. If
> specified, this parameter takes precedence over setting the SWT_GTK3
> environment variable.

Indeed, pressing the Tab key does not change the focuses field. Furthermore, keyboards shortcuts don;t work either (at least Ctrl-a & Ctrl-e).

I am now running with "--launcher.GTK_version 2" towards the end of my eclipse.ini and that didn't change any of my bugs. Is there a way to check that the parameter is not ignored? the UI didn't seem to change.
Comment 3 Dani Megert CLA 2015-03-20 07:46:03 EDT
(In reply to Nicolas Hoibian from comment #2)
> I am now running with "--launcher.GTK_version 2" towards the end of my
> eclipse.ini and that didn't change any of my bugs. Is there a way to check
> that the parameter is not ignored? the UI didn't seem to change.

You can check the property org.eclipse.swt.internal.gtk.version in the configuration details (Help > About Eclipse SDK > Installation Details).
Comment 4 Dani Megert CLA 2015-03-20 07:49:23 EDT
I'm pretty sure this is the same as bug 462007.

*** This bug has been marked as a duplicate of bug 462007 ***
Comment 5 Arun Thondapu CLA 2015-03-20 09:57:14 EDT

*** This bug has been marked as a duplicate of bug 435742 ***