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 - F6 (Run Main Project) does not work when cursor is on editor panel
Summary: F6 (Run Main Project) does not work when cursor is on editor 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: Oleg Barbashov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 15:00 UTC by Alexandr Scherbatiy
Modified: 2007-09-27 16:04 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 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