Can't type in editor window

Answered

Hi,

I'm running the latest EAP (142.2887.3) on OS X and I've lost all keyboard input within the Editor and Project windows.

When I type, nothing is changed in the editor windows.  IntelliJ hasn't hung, its just mot accepting any keyboard input.

The problem goes away when I open the Preferences window and type in the search box at the top left.  It's as though this can get my cursor focus but the main editor window can't.

I've only seen this once on the latest EAP and can't replicate it.

Has anyone else seen this problem?

Thanks.

30
80 comments

Turn off  Vim Emulator from Tools in the intelliJ, like this picture:



57

I had the same problem. It goes away after I click the icon at top of the scroll bar. it happens frequently on windows 7/10, and occasionally on mac. my colleagues said they have experienced it too. (sorry for bad English)

23

Do you have IdeaVim plug-in installed?

9
Avatar
Martin Fredriksson

This seems to happen whenever I hold a key down. No more keyboard input. However, I discovered that some keys give input if I hold them down, but no a-z keys. Characters I can get on repeat is: ;:_*'><!"#€%&/()=?. (and backspace)

Very strange. Does this apply to you guys as well ?

9
Avatar
Roman Komarevtsev

I found that the error appears in cases where the date on the computer is set to past date. After the error appeared again, I set time to current and the bug disappeared. I could type again in the editor window.

IntelliJ IDEA 2016.3.5

Windows 7 x64

JRE: 1.8.0_101-b13

7

Thanks @Xericoder. This problem was killing me! 

I was facing this problem in Webstorm 2017.1.2 version on my Mac OS 10.x. I just have to click the icon at top of scroll bar!

5

Its funny people keep assuming the VIM Plugin is even installed and refers to this solution when the reporter (David) clearly stated he hadn't this plugin installed.

 

It's also interesting that, after three years, people are still having this issues and the only solutions (depending on the configuration) is to disable a plugin which might be needed or to fiddle with the Java runtime which not everyone feels or know how to do.

 

JetBrains, it might be time to have the issue fixed from your side instead of relying on workarounds which don't even always work.

5

This happens to me on macOS.
When I hold down a letter key that has variants like 'a' macos gives you options so you could write 'á' for example.
This then breaks the writing in WebStorm. Currently I can fix this by swapping my keyboard input source which I have bound to a keyboard shortcut.



5
Avatar
Permanently deleted user

EDIT: Managed to fix it for me for the time being: for some reason my workspace.xml file had the following:

<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS"/>
</component>

 

as soon as this was changed to 

<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS"><list></list>

</option>
</component>

the IDE started to accept edits to the files. 

 

Also, apologies, my version is not EAP, but this is what I was able find as representing the issue I am seeing.

END EDIT

Same issue, all files in one particular project are non-editable, other keyboard commands work, other projects seem fine.

Windows 7, IDEA 2016.2.5

The log shows a NPE:

2016-10-26 14:20:25,367 [ 151201] ERROR - llij.ide.plugins.PluginManager - null
java.lang.NullPointerException
at com.intellij.openapi.fileEditor.impl.IdeDocumentHistoryImpl.getChangedFiles(IdeDocumentHistoryImpl.java:298)
at com.intellij.openapi.fileEditor.impl.NonProjectFileWritingAccessProvider.isWriteAccessAllowed(NonProjectFileWritingAccessProvider.java:127)
at com.intellij.openapi.fileEditor.impl.NonProjectFileWritingAccessProvider.lambda$requestWriting$1(NonProjectFileWritingAccessProvider.java:89)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at com.intellij.openapi.fileEditor.impl.NonProjectFileWritingAccessProvider.requestWriting(NonProjectFileWritingAccessProvider.java:89)
at com.intellij.openapi.vcs.readOnlyHandler.ReadonlyStatusHandlerImpl.ensureFilesWritable(ReadonlyStatusHandlerImpl.java:86)
at com.intellij.openapi.vfs.ReadonlyStatusHandler.ensureFilesWritable(ReadonlyStatusHandler.java:29)
at com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.requestWriting(FileDocumentManagerImpl.java:499)
at com.intellij.openapi.editor.actionSystem.TypedAction$DefaultRawHandler.lambda$execute$0(TypedAction.java:141)
at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:129)
at com.intellij.openapi.editor.actionSystem.TypedAction$DefaultRawHandler.execute(TypedAction.java:139)
at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed(TypedAction.java:133)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:1158)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:5444)
at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:993)
at java.awt.AWTEventMulticaster.keyTyped(AWTEventMulticaster.java:239)

....

3

Seems that I have found an easy way how to reproduce this issue:

  1. Open IntelliJ
  2. Change system time to future
  3. Type, search etc. in IntelliJ
  4. Switch time back to current date
  5. Try typing, searching etc. in IntelliJ.

At that moment keyboard focus is getting stuck in one of the IntelliJ panels.

3

Switch to Oracle JDK 1.8 fix the problem.

2
Avatar
Permanently deleted user

Having same issue

IntelliJ IDEA 2017.1.1
Build #IC-171.4073.35, built on April 6, 2017
JRE: 1.8.0_121-b13 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
Linux 3.13.0-116-generic

Have been having it since 2017.1, was not happening (as far as I know) in mid 2016

This is happening several times a day, have to restart IDE or I can't change any code.  Dialog boxes do not work, code editing does not work.  Hot keys and mouse works.

2

I worked out that it was because they've added the keyboard shortcut cmd+opt+v which I often accidentally hit - it activates VIM emulator mode!

2

I have this issue and i don't have the plugin vim.

I'm using Ubuntu 18.04, and 17.10 and this is so frustrating.

Randomly it stops to accept keyboard commands, to "fix" i have to close and open again.

 

PLEASE FIX THIS!

2
Avatar
Permanently deleted user

Rubymine 2018.2. It is back again. I need to restart the IDE several times a day. 

2

I'm seeing the same issue for WebStorm 2016.3.2. I just installed it last week and have added no plugins so far.

The only thing that works for me is to quit the program and restart.

1

Thanks @Ankit-Goyal clicking that little square fixed it!

I noticed mine would try and search the project tree when it wouldn't type in the editor

Edit: Still getting this issue unfortunately. And i'm not changing the system time at all as others have suggested.

1

@Serge Baranov, reproduced with 2018.1.3

I will create report as you asked

1

Why does this need VIM mode, thats an overkill.

And why cant it be 'intelligent' enough to tell us when something is missing instead of dumbly doing NOTHING !

1

@BrixSat Could you please provide idea.log after reproducing a problem.

1

It happens to me sevaral times a day on Rider 2018.2.3, running on ubuntu 18.04.

1

In MacOS this happens when character accent is enabled and triggered. If you do not use character accent type this in terminal and it will stop happening

defaults write -g ApplePressAndHoldEnabled -bool false
1

Still happens on MacOS with intellij version 2018.5.2

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206152119/comments/360000152479 - helped

 

1
Avatar
Permanently deleted user

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206152119/comments/115000554124

i change the system time to the last time for testing , so it's happened to me

firstly  i thought it's worst by vim plugin,   i  turn on/off for much times but no helps.

that's ok immediately when i change the system time  correctly.

1

I can't edit any of html files, once i open any html file, the keyboard do nothing and i have this bug with html files and text files, i tried everything to fix it and i ended to use another idea for html files, works great! 

1
Avatar
Arseniy Nisnevich

Orlando,

You are facing one of a plenty focus related problems. We will need more details to recreate and fix it. Once you find out when this problem occurs, please, file a new issue and describe steps to reproduce: https://youtrack.jetbrains.com/newIssue

1
Avatar
Arseniy Nisnevich

@tacappe,

This issue was fixed: https://youtrack.jetbrains.com/issue/JBR-1421

However, the fix is not bundled with PyCharm yet. You can switch boot JDK to the following build: https://bintray.com/jetbrains/intellij-jbr/download_file?file_path=jbr-11_0_3-osx-x64-b304.5.tar.gz

See instruction on how to switch: https://www.jetbrains.com/help/idea/switching-boot-jdk.html

1
Avatar
Arseniy Nisnevich

Frank,

There is a known issue on macOS when focus is lost after showing different dialogs: https://youtrack.jetbrains.com/issue/JBR-1696

Could you try applying a workaround from the header in issue description?

1

This was happening to me in PHPStorm. It was the "File Watchers" plugin. I deactivated that, then restarted PHPStorm. Then I set it back to active bc it is useful, and when I restarted the second time, all was good. There must have been a configuration issue with the plugin which is reset when de/activating

1

Unfortunately not.  Just a plain installation of IntelliJ with no additional plugins.

0

Please sign in to leave a comment.