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 185558 - [69cat] Translate transformation template is not well formated
Summary: [69cat] Translate transformation template is not well formated
Status: VERIFIED DUPLICATE of bug 177196
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 20:46 UTC by javydreamercsw
Modified: 2010-06-16 11:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2010-05-05 20:46:20 UTC
[ BUILD # : 201005050201 ]
[ JDK VERSION : 1.6.* ]

When you drag a Translate transformation from palette it brings:

                Translate {
    x :
    0.0,
    
    y :
    0.0
    }
 when it should be:

Translate {
                        x: 0.0,
                        y: 0.0
                    }

Also it doesn't add the transforms:[] part around it if not within one already.
Comment 1 Karol Harezlak 2010-06-14 11:28:57 UTC
Anton could you look it? It may have something to do with formating. Thanks!
Comment 2 Anton Chechel 2010-06-14 12:46:36 UTC

*** This bug has been marked as a duplicate of bug 177196 ***
Comment 3 Alexandr Scherbatiy 2010-06-16 11:02:56 UTC
verified