|
Project
|
IntelliJ IDEA
|
|
Priority
|
Major |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Kirill Kalishev |
|
Subsystem
|
Editor. Editing Text |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
94.342 |
This makes IDEA 7 unusable for me. Unfortunately I've already purchased the license.
I have to revert to 6.0.5. Can you provide any suggestions?
There is a spot workaround: I've found that viewing the TODO pane and then closing it sometimes restores things to working.
However this happens so frequently that IDEA 7 is pretty much unusable for me.
Stopped using AWT_TOOLKIT="MToolkit". Problem is gone or much more rare. Without this environment setting I do see a blank window problem occasionally but not frequently.
Additional environmental factors that should be mentioned: I am using Compiz Fusion as window/desktop manager (a.k.a "Advanced Desktop Effects" enabled in Ubuntu 7.10). I have the "Java Window Fix" workaround enabled in my Compiz settings.
It must be something with the number of open windows.
I found out that if you close all open editor windows + ant build + project etc.
and leave just the bare minimum, it takes slightly longer for the keyboard to stop working.
Even though This happens only in Idea.
The workaround that I found is to use the metacity (Gnome) window manager without AWT_TOOLKIT="MToolkit".
But that's not really a nice window manager to use.
Even though this sounds like a window manager issue, It happens only in Idea. No other application.
Can someone form JetBrains at least say what status of this bug is.
Right now to get keyboard working again, you must switch tabs which is very distracting.
Same issue here as well.
Symptom:
Suddenly and frequently Idea seems to ignore any kind of keyboard input. Not even shortcut keys, just can't type at all. Actions before this behavior seems to be random. Nothing particular action that I can see triggers this behavior :(
Idea : IDEA-7590
OS : Fedora Core release 6
Java : jdk1.6.0_03
Current (pathetic) solutions :
– Switch tabs
– Restart Idea
in my case nightly builds of 1.6 helped, see:
http://www.jetbrains.net/jira/browse/IDEADEV-2359
(copy paste from above link:)
M.J.Milicevic - 28 Jan 08 20:05
ok. it seems all problems are gone with:
http://download.java.net/jdk6/6u10/promoted/b11/binaries/jdk-6u10-ea-bin-b11-linux-i586-24_jan_2008.bin
even ctrl + e focus works. Now lets hope this finally gets fixed with next JDK update.
[ Permlink | « Hide ]
M.J.Milicevic - 06 Feb 08 21:07
just one glitch when using above jdk:
some popups doesn't alway render (it seems like it happens randomly,
but reopening it few times it renders well.
Unfortunately the problem does not get fixed.
I have installed higher version of java (jdk1.6.0_10) as you suggested and set IDEA_JDK to it.
The good news is that the symptom is less harsh than before. No longer needs to restart IDEA, just by changing the tab, keyboard input comes back so far. So that's nicer than before yet still not acceptable...
[162080064] ERROR - pplication.impl.LaterInvocator -
[162080065] ERROR - pplication.impl.LaterInvocator - JDK: 1.6.0_10-ea
[162080065] ERROR - pplication.impl.LaterInvocator - VM: Java HotSpot(TM) Client VM
[162080065] ERROR - pplication.impl.LaterInvocator - Vendor: Sun Microsystems Inc.
[162080065] ERROR - pplication.impl.LaterInvocator - OS: Linux
[162080065] ERROR - pplication.impl.LaterInvocator - Last Action: EditorUp
Idea : idea-7757
OS : Fedora release 8
Java : jdk1.6.0_05
Also this time I purchased the license, not that I think it was an issue... or maybe? :)
I finally found relief from both the blank window problem and the loss of keyboard input problem by:
(1) unsetting (i.e. NOT setting) AWT_TOOLKIT="MToolkit"
(2) Adding -Didea.no.jdk.check=true in idea.vmoptions to tell IDEA to accept JDK 1.7.0
(3) running IDEA under current early access versions of JDK 1.7.0 (e.g. b26, b27) [Earlier may work, but haven't tried.]
Despite reports from Miho to the contrary, with recent versions of JDK 1.6.0 (even 1.6.0_05 and Update 10 beta), I could not simultaneously get relief from both the blank window issue and the loss of keyboard input issue.
Note: I am now on Ubuntu 8.04 (not 7.10), still with Compiz Fusion and lots of effects.
Hope this helps others.
Cheers,
--a.
Where do you download JDK 1.7 for ubuntu (I am on gutsy 32bit still)
Thanks
Jacques
JDK 1.7 is still in beta. You can get the latest snapshots here:
http://download.java.net/jdk7/binaries/
Pick the Linux self-extracting file with a .bin extension. Download and then chmod +x the file to make it executable by you. When you run it, it will ask you to accept the license and then extract the contents to a subdir of the working directory.
It should run fine on Gutsy.
It seems that this issue may be caused by a 3-year old Sun Java bug (#20 highest voted open bug):
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6506617
I tried everything else mentioned in this thread, and uninstalling SCIM seemed to be the only truly successful workaround for me so far.
I think this bug needs some status update, even if it's a "Will not fix" java bug.
I stopped seeing this in Idea 7 after starting to run it on JDK 1.7 (beta builds). See earlier comments.
Currently I am running the following and NOT seeing any issues:
Idea 8.1.3
Sun JDK 1.6.0_13 (stock linux distro)
Ubuntu 9.04 (32bit) with Compiz / effects
NOT setting AWT_TOOLIT
I have not tried any 9.0 EA releases (and won't be).