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 111904

Summary: F6 (Run Main Project) does not work when cursor is on editor panel
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Oleg Barbashov <obarbashov>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexandr Scherbatiy 2007-08-03 15:00:28 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 {
              title : "Frame"
              width: 100
              height: 100
              content: Label { text : "Hello World!" }
              visible : true
            }
     -------------------------------------------   
    - Press Enter to add new line
    - Press F6 to run the apllication
       Nothing happens.
Comment 1 Alexei Mokeev 2007-08-30 08:22:20 UTC
Fixed for Beta1 l milestone
Comment 2 Alexandr Scherbatiy 2007-09-27 11:24:42 UTC
Verified in Netbeans 6.0 Beta1 with JavaFX plugin version 1.0.2
Comment 3 Alexei Mokeev 2007-09-27 16:04:57 UTC
chaging state according to latest comment