>From bug 394462 comment 1:

=> Analysis of the events:

When I double-click a file in the Package Explorer, then
Tree.gtk_row_activated(int, int, int) line: 2008 posts a
DefaultSelection event.

This is handled by org.eclipse.jface.util.OpenStrategy, which opens the
editor and sets focus to the StyledText.

But in the end, Control.gtk_button_press_event(int, int, boolean) line
2936 activates the Tree widget again:

        if (!shell.isDisposed ()) shell.setActiveControl (this);

This line is wrong. If the control really needs to be activated again on
double-click, then this needs to happen before any listeners are
notified.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/586910

Title:
  Java editor view has no focus after double-clicking a java file

Status in Eclipse:
  Confirmed
Status in “eclipse” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: eclipse

  Steps to reproduce:

  1. in the Package explorer, double-click on a Java file
  2. press CTRL + F to search for some string in the file

  Expected results:
  A Java editor view gets opened. The Java editor view gets the focus, and CTRL 
+ F opens the find/replace dialog for that file.

  Actual results:
  A Java editor view gets opened. Focus however stays at the Package explorer 
view, and CTRL + F opens some search field for the Package explorer.

  This worked fine with the Eclipse in Kubuntu 9.10.

  In addition, Zend Studio for Eclipse also is affected. This worked
  fine in Zend Studios for Eclipse 7.12 on Kubuntu 9.10, and after re-
  installing Kubuntu 10.04 (and copying back my home directory which
  also includes Zend Studio), this was broken.

  I've also filed this in the Eclipse bug tracker, but the Eclipse folk
  says that this probably is "buried lower":
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=312568

  Launchpad issue #237819 sounds a bit similar, but I'm not quite sure
  about this.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: eclipse 3.5.2-2ubuntu4.1
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic-pae 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic-pae i686
  Architecture: i386
  Date: Fri May 28 19:14:42 2010
  InstallationMedia: Kubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100427)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: eclipse
  workspace.metadata.log:
   
  xulrunner-versions: /usr/lib/xulrunner-1.9.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/586910/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to