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 195517 - Invalid javascript literals are (partially) bolded
Summary: Invalid javascript literals are (partially) bolded
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 16:41 UTC by Vladimir Riha
Modified: 2013-06-21 11:01 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 Vladimir Riha 2011-02-15 16:41:47 UTC
Some invalid javascripts literals (for example '\w' "\w"  \'x400' "\x400" "\u34564"  "\789" '\u34564' '\789') are bolded so they look like valid literals. Some of them are bolded only partially, for example \'x400', bolded is only x40
Comment 1 Vladimir Riha 2011-02-22 15:29:25 UTC
The same happens on
Product Version: NetBeans IDE 6.9.1 (Build 201007282301)
Java: 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 2 Vladimir Riha 2011-02-22 15:30:59 UTC
The same happens on
Product Version: NetBeans IDE Dev (Build 201102220001)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 3 Petr Pisl 2013-06-21 11:01:33 UTC
I think this issue can be closed. In the new editor these cases are not bold any more.