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 169799 - can not enter a close curly bracket in string expression
Summary: can not enter a close curly bracket in string expression
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 11:14 UTC by Masaki Katakai
Modified: 2011-05-16 13:49 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 Masaki Katakai 2009-08-04 11:14:04 UTC
When I try to add an another string expression just before existing one,
"}" can not be added.

1. Create new JavaFX project and add the following codes into the editor

var a=1;
var v="{a}";

2. Try to add another "{a}" just before the existing "{a}".
The expected result is

var v="{a}{a}";

3. When I typed "{a" just before "{a}",

var a=1;
var v="{a|{a}"; // "|" is cursor position.

however the next "}" can not be entered. Cursor just moved to
the following position.

var v="{a{|a}";

It should be

var v="{a}{a}";
Comment 1 Martin Ryzl 2010-10-21 11:54:38 UTC
.
Comment 2 David Strupl 2011-05-16 13:49:31 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.