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 - One more editor is opened when click on error link
Summary: One more editor is opened when click on error link
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
: 108325 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-03 15:18 UTC by Alexandr Scherbatiy
Modified: 2007-09-27 11:07 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: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