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 152009 - Text snippet has size api which is no longer supported
Summary: Text snippet has size api which is no longer supported
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 17:13 UTC by Lark Fitzgerald
Modified: 2008-11-03 20:40 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 Lark Fitzgerald 2008-10-31 17:13:39 UTC
Continuous 65 build #477 contains SDK 46 (768) 
Product Version: NetBeans IDE 6.5 RC2 (Build 200810270001)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

See issue:
http://www.netbeans.org/issues/show_bug.cgi?id=150244

The other issue is that when you DND a text Basic Shape from the palette you get:

            Text {
                size: 24
                x: 10, y: 30
                content: "HelloWorld"
            }

and size is no longer a supported api for Text.  This second issue HAS to be fixed and the first one is just a nice to 
have.
Comment 1 Michal Skvor 2008-11-03 16:32:34 UTC
Fixed.
Comment 2 Lark Fitzgerald 2008-11-03 20:40:59 UTC
Continuous build #493 contains SDK 46 (768) 
Product Version: NetBeans IDE 6.5 RC2 (Build 200810270001)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)