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 111917

Summary: One more editor is opened when click on error link
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Andrey Yamkovoy <kaktus>
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:18:21 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 {
            a
            width: 300
            height: 50
            content: Label {
                text: "Hello World"
            }
            visible: true
        }  
   -----------------------------------------------
  - Run the application
    The error link appears in the output window
  - Click the error link
    The another editor with the code appears
  - Improve the error in the second etitor
  - Run the application
    The application is started without any errors
  - Save and close both editors
  - Open the file with the code
    The error is not corrected.
Comment 1 Alexei Mokeev 2007-08-29 11:45:21 UTC
This problem is expected to disappear aftre adding of compilation task.
Andrey, please close as fixed if SO.
Comment 2 Alexey Butenko 2007-08-30 08:26:59 UTC
*** Issue 108325 has been marked as a duplicate of this issue. ***
Comment 3 Alexei Mokeev 2007-08-30 08:30:48 UTC
Fixed. Now the correct pointer to src is shown. No extra editors
Comment 4 Alexandr Scherbatiy 2007-09-27 11:07:15 UTC
Verified in Netbeans 6.0 Beta1 with JavaFX plugin version 1.0.2