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 185757 - [69cat][javafx] When correcting a missing string delimiter, the open delimiter is ignored and a double delimiter is added.
Summary: [69cat][javafx] When correcting a missing string delimiter, the open delimite...
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 05:27 UTC by esmithbss
Modified: 2011-05-16 13:51 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 esmithbss 2010-05-08 05:27:05 UTC
Product Version = NetBeans IDE 6.9 Beta (Build 201004200117)
Operating System = Linux version 2.6.32-22-generic running on i386
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

When editing a source file with a missing string delimiter, if you add the missing delimeter, the open delimeter is ignored and instead of allowing a single delimeter to be entered, a double delimeter is  added.

To duplicate:

1) New JavaFX application
2) add the following text into the file (cut/paste to make sure the error is generated):

def backGround = ImageView {
    image: Image {
        url: "{__DIR__}resources/dock.jpg
    }
    
}

3) Fix Imports

4) Go to the end of the line declaring the URL and hit the double quotes key once.  <= *** 2 quotation marks are entered
Comment 1 Martin Ryzl 2010-10-21 11:55:56 UTC
.
Comment 2 David Strupl 2011-05-16 13:51:52 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.