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 141607 - stage fill color does not render in preview
Summary: stage fill color does not render in preview
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 20:04 UTC by Lark Fitzgerald
Modified: 2008-09-19 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nb 61 project (20.96 KB, application/x-compressed)
2008-07-24 20:05 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-07-24 20:04:22 UTC
Product Version: NetBeans IDE 6.1 (Build 200805300101)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
FX Plugin: RC1 (via update center)

I've attached the project.  When it runs as a project the stage fill color is black.  When you preview it, the stage 
fill color is white.  This is an issue when there is white text on a black background.  It is not visible in preview 
since everything is white.
Comment 1 Lark Fitzgerald 2008-07-24 20:05:24 UTC
Created attachment 65581 [details]
nb 61 project
Comment 2 Oleg Barbashov 2008-09-11 17:01:28 UTC
Runtime is changed and the attached sample is not valid. Lark, would you update the sample and check the status of the bug?
Comment 3 Alexandr Scherbatiy 2008-09-12 09:48:07 UTC
Here is the updated sample:
----------------------------------------------
import javafx.scene.*;
import javafx.scene.paint.*;
import javafx.application.*;

Frame {
    title: "MyApplication"
    width: 200
    height: 200
    closeAction: function() {
        java.lang.System.exit( 0 );
    }
    visible: true

    scene: Scene {
        fill: Color.BLACK
        content: []
    }
}
----------------------------------------------
Comment 4 Oleg Barbashov 2008-09-17 15:44:40 UTC
Fixed.
Comment 5 Alexandr Scherbatiy 2008-09-19 09:50:41 UTC
verified in 2008-09-19_02-01-58.zip