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 223061 - Incorrect navigation if one uses CTRL + ->
Summary: Incorrect navigation if one uses CTRL + ->
Status: RESOLVED DUPLICATE of bug 223050
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 14:28 UTC by Tomas Mysik
Modified: 2012-11-30 18:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-11-30 14:28:02 UTC
Sample:
fieldSet.prepend('<p class="message error">' + message + '</p>');

Put cursor before fieldset and invoke CTRL + -> (right arrow).
Result: cursor is after "prepend"
Expected: cursor should be right after "fieldset" (before ".")

Thanks.

Product Version: NetBeans IDE Dev (Build 20121130-8c6c6f40d18f)
Updates: Updates available to version , NetBeans 7.3 Beta 2
Java: 1.6.0_37; Java HotSpot(TM) 64-Bit Server VM 20.12-b01
Runtime: Java(TM) SE Runtime Environment 1.6.0_37-b06
System: Linux version 3.5.0-18-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Martin Fousek 2012-11-30 18:57:56 UTC
Marking as duplicate of issue #223050. During one day were found two good usages of the Language#isIdentifierChar() method. It's already obvious that jQuery needs its own Language and have defined its own indentifier chars. This should be already fixed in trunk if it's too annoying to you, sorry for your troubles.

*** This bug has been marked as a duplicate of bug 223050 ***