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 183869 - update fix for 183588 to be invoked in constructor rather then on any open action
Summary: update fix for 183588 to be invoked in constructor rather then on any open ac...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 08:38 UTC by Andrew Korostelev
Modified: 2010-04-12 14:08 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 Andrew Korostelev 2010-04-12 08:38:02 UTC
move code that fixes issue 183588 from open() method to FXZEditorSupport constructor
Comment 1 Andrew Korostelev 2010-04-12 08:49:01 UTC
fixed in trunk after 69 beta clone is created.
use another issue for tracking because issue 183588 was fixed before 69beta clone.
http://hg.netbeans.org/javafx/rev/638f5b7e9ee5
Comment 2 Andrew Korostelev 2010-04-12 14:08:05 UTC
additional commit.
http://hg.netbeans.org/javafx/rev/64f5cff8e499
we should check if there is CloneableTopComponent connected with current editor already