Bug 291736 - Form fields disabled
Summary: Form fields disabled
Status: CLOSED DUPLICATE of bug 291257
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.6   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 09:27 EDT by Andrei CLA
Modified: 2010-09-27 14:42 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei CLA 2009-10-08 09:27:14 EDT
User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090924 Ubuntu/9.10 (karmic) Firefox/3.5.3
Build Identifier: 20090920-1017

On forms as find/search the text fields are disabled.

Reproducible: Always
Comment 1 Bastian Feder CLA 2009-11-22 07:59:51 EST
Could you be more specific?
If this bug should be processed there need to be a proper example to reproduce the fault.
As I think I do have a similiar problem, but cannot make up what you mean I'll file a new bug.
Comment 2 Andrei CLA 2009-11-22 09:32:35 EST
Some where on Ubuntu forums I found the description of the same issue. I don't have the link to it :(. There was written that the problem is the old version of the SWT and it don't implement the new API which was included in GTK version of Ubuntu. The solution was to do export GDK_NATIVE_WINDOWS=1 before start eclipse in the terminal.
So, now my eclipse start script looks like:
#! /bin/sh
export GDK_NATIVE_WINDOWS=1
/home/erani/apps/eclipse/eclipse -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m

The solution 100% work, but if the problem is API I am not sure.
Comment 3 Roy Ganor CLA 2010-05-17 03:47:30 EDT
Passing to the platform guys who can better help on this
Comment 4 Dani Megert CLA 2010-05-17 03:51:31 EDT
>On forms as find/search the text fields are disabled.
Do you mean the Find/Replace (Ctrl+F) dialog in the editor?
Comment 5 Bastian Feder CLA 2010-05-17 04:11:39 EDT
As far as I can reproduce the problem does exist in almost every dialog (e.g. New Project, Search (CTRL + F)). 
As the tabbing through the form is not effected, I cannot use the mouse to click on them. 

Nevertheless I agree with Andrei that his solution addressed in an earlier comment does fix the problem.
Comment 6 Praveen CLA 2010-05-25 07:10:32 EDT
This appears to be duplicate of bug#291257. Can you please confirm the buildID of eclipse you are using to reproduce the problem ?
I guess the reported problem is definitely fixed in the recent versions of Eclipse.
Comment 7 Bogdan Gheorghe CLA 2010-09-27 14:42:39 EDT
SWT in Eclipse 3.6 had a number of fixes in it to support the changes to GDK window released in 2.18. Please try out the 3.6 release and reopen this bug if you are still seeing the problem. Thanks!

Closing as a duplicate of 291257.

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