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 128378 - Weird bracket insertion behavior inside quoted text
Summary: Weird bracket insertion behavior inside quoted text
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 00:34 UTC by _ tboudreau
Modified: 2009-02-27 14:26 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 _ tboudreau 2008-02-26 00:34:18 UTC
say you have 

d.write ('(position:absolute;') and you want to change it to correct css - replace the ( inside the quotes with a {.  Select the ( and press { and you get {(}.  This 
would probably be cool, but not inside quotes.
Comment 1 Torbjorn Norbye 2008-02-26 01:05:53 UTC
Fixed in changeset c5ba39ca8bda. (This was also a problem in Ruby files.)
Comment 2 polan 2008-06-13 14:01:38 UTC
Verified.