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 215067 - Cannot save newly generated fxml
Summary: Cannot save newly generated fxml
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.1.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 12:31 UTC by yann
Modified: 2012-07-02 14:37 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 yann 2012-07-02 12:31:10 UTC
Save action for newly generated fxml is disabled. Only save all action is
enabled. 

To reproduce:
- create javafx project
- open new file wizard
- choose "FXML Template"
- finish wizard
- modify something in the generated fxml file
- open main menu File but Save action is disabled

It really looks like fixed bug 205103 (same issue for xml files) http://netbeans.org/bugzilla/show_bug.cgi?id=205103



Product Version: NetBeans IDE 7.1.2 (Build 201204101705)
Java: 1.7.0_05; Java HotSpot(TM) 64-Bit Server VM 23.1-b03
System: Windows 7 version 6.1 running on amd64; Cp1252; fr_FR (nb)
Comment 1 Stepan Zebra 2012-07-02 14:05:03 UTC
I can't see this problem anymore in 7.2. It was probably fixed in scope of the upgrade of fxml support.
Can you check 7.2 RC?
http://download.netbeans.org/netbeans/7.2/rc/
Comment 2 yann 2012-07-02 14:37:38 UTC
Indeed, the problem doesn't appear anymore with NetBeans 7.2 RC.

Thanks :)