This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 221068 - IllegalStateException: Too many transactions; only one at a time is allowed!
Summary: IllegalStateException: Too many transactions; only one at a time is allowed!
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 227774 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-30 08:21 UTC by J Bachorik
Modified: 2013-04-16 16:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175060


Attachments
stacktrace (4.16 KB, text/plain)
2012-10-30 08:21 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2012-10-30 08:21:47 UTC
Build: NetBeans IDE Dev (Build 201210290001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
GUEST: Editing JS code (deleting using fn+backspace)

GUEST: Held down the delete button for about 3 seconds while editing an PHP/HTML file with .phtml extension. File is 45 lines long and has minimal PHP code.




Stacktrace: 
java.lang.IllegalStateException: Too many transactions; only one at a time is allowed!
   at org.netbeans.modules.editor.lib2.typinghooks.DeletedTextInterceptorsManager.openTransaction(DeletedTextInterceptorsManager.java:96)
   at org.netbeans.editor.BaseKit$DeleteCharAction.actionPerformed(BaseKit.java:1858)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:339)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:93)
   at org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:162)
   at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:109)
Comment 1 J Bachorik 2012-10-30 08:21:49 UTC
Created attachment 126765 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-10-31 09:32:51 UTC
Reassigning to Mito since he's currently dealing with typing hooks. Thanks.
Comment 3 Milutin Kristofic 2012-11-07 13:02:55 UTC
I would need reproducible steps. I tested holding delete button for many seconds, or fn+backspace = delete on mac
Comment 4 Milutin Kristofic 2013-04-16 16:32:25 UTC
*** Bug 227774 has been marked as a duplicate of this bug. ***