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 225161 - IllegalArgumentException: bad position: 6
Summary: IllegalArgumentException: bad position: 6
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 00:35 UTC by aholmes
Modified: 2013-02-13 11:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197836


Attachments
stacktrace (6.29 KB, text/plain)
2013-01-22 00:35 UTC, aholmes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aholmes 2013-01-22 00:35:16 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

User Comments:
aholmes: Entering a jVi command to enter visual block mode. My cursor was focused on an open parathesis inside a javascript function embedded into a HTML page.




Stacktrace: 
java.lang.IllegalArgumentException: bad position: 6
   at javax.swing.text.JTextComponent.moveCaretPosition(JTextComponent.java:1523)
   at com.raelity.jvi.swing.CommandLine$CommandLineEntry$2.focusGained(CommandLine.java:635)
   at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:203)
   at java.awt.Component.processFocusEvent(Component.java:6271)
   at java.awt.Component.processEvent(Component.java:6138)
   at java.awt.Container.processEvent(Container.java:2083)
Comment 1 aholmes 2013-01-22 00:35:18 UTC
Created attachment 130474 [details]
stacktrace