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 111903 - Some samples are not shown in the preview panel
Summary: Some samples are not shown in the preview panel
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexei Mokeev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 14:59 UTC by Alexandr Scherbatiy
Modified: 2007-09-27 11:13 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 Alexandr Scherbatiy 2007-08-03 14:59:40 UTC
build: M0
NB: 6.0

Steps to reproduce:
   - Create a JavaFX application
   - Copy the following code to the JavaFX editor

        import javafx.ui.*;

        Frame {
                    height: 400
                    width: 300
                    content: Tree {
                        root: TreeCell {
                            text: "Tree"
                            cells:
                            [TreeCell {
                                text: "colors"
                                cells:
                                [TreeCell {
                                    text: "<html><font
color='blue'>blue</font></html>"
                                },
                                TreeCell {
                                    text: "<html><font
color='red'>red</font></html>"
                                },
                                TreeCell {
                                    text: "<html><font
color='green'>green</font></html>"
                                }]
                            },
                            TreeCell {
                                text: "food"
                                cells:
                                [TreeCell {
                                    text: "hot dogs"
                                },
                                TreeCell {
                                    text: "pizza"
                                },
                                TreeCell {
                                    text: "ravioli"
                                }]
                            }]
                        }
                    }
                    visible: true
                }
    - Enable the preview
      The sample is not shown in the preview panel
Comment 1 Alexei Mokeev 2007-08-30 08:20:58 UTC
Fixed for Beta1 milestone
Comment 2 Alexandr Scherbatiy 2007-09-27 11:13:57 UTC
Verified in Netbeans 6.0 Beta1 with JavaFX plugin version 1.0.2