History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-9662
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Kirill Kalishev
Reporter: Axel Guicking
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Focus stealing issue still there!

Created: 18 Mar 06 16:10   Updated: 06 Nov 08 23:31
Component/s: Compiling Project, Project Configuration, User Interface
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Win XP SP2
Issue Links:
Relates
This issue relates to:
IDEABKL-1963 Run Window undocked leads to flickering Open
 

Build: 5,181
Severity: High


 Description  « Hide
When the run console is floating and I start a run configuration (without showing run config settings dialog) the Idea main window and the floating run window steal each other the focus which results in a never-ending flickering. That seems to be related to the Messages tool window:

Steps to reproduce:

  • Run window is floating
  • Check javac option "Report use of deprecated features" is enabled
  • When starting a run configuration that uses a deprecated field/method, the messages window comes up and stays open. Then, the two tool windows "Messages" and "Run" endlessly steal the focus of each other.

There are two workarounds I figured out: 1. minimize the Idea main window, wait two to five seconds and restore it. Then the focus can be set to the run window manually after clicking in one of the tool windows - but that's quite awkward. 2. if deprecated features are not reported at all, the problem doesn't occur - but that's obviously not a better solution (however I could live with this alternative much better than with the first one).

When removing the use of the deprecated field/method, the messages window shortly comes up during make and is hidden again and no flickering occurs.

I also deleted the IWS file (which seemed to help for the same bug in Idea 4.5/5.0) but that doesn't help for Demetra (Build 5181). The bug is always reproducible with different projects.

If the messages window is fixed in the Idea main window the flickering appears between the Idea main window and the run window.



 All   Comments   Work Log   Change History      Sort Order:
Vladislav Kaznacheev - 16 Sep 06 00:35
reproduces as described in 5690