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 242123 - Duplicate FX namespace is added to the FXML file
Summary: Duplicate FX namespace is added to the FXML file
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 243037 245152 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-19 21:59 UTC by swpalmer
Modified: 2017-07-07 11:16 UTC (History)
4 users (show)

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 swpalmer 2014-02-19 21:59:46 UTC
Product Version = NetBeans IDE Dev (Build 201402190001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b69


Not sure how it happens, but  I end up with two instances of:

xmlns:fx="http://javafx.com/fxml/1"

on the root node of the FXML file.
I notice it when I go to edit the FXML file in NetBeans.
Comment 1 Roman Svitanic 2014-07-10 10:15:36 UTC
*** Bug 243037 has been marked as a duplicate of this bug. ***
Comment 2 shaan.sharmar 2014-10-05 19:40:08 UTC
You are right this is major problem duplicate
 
xmlns:fx="http://javafx.com/fxml/1"

 . Shame On u NetBeans Devlopers..
Comment 3 Roman Svitanic 2014-10-06 09:39:42 UTC
*** Bug 245152 has been marked as a duplicate of this bug. ***
Comment 4 bolsover 2015-09-21 13:33:29 UTC
+1 to get this fixed - really quite irritating - I managed to get Triplicate FX namespace!

I'll try to find out how to duplicate (no pun intended) the problem.
Comment 5 mikael_k_persson 2017-07-07 11:16:58 UTC
Any update on this bug since 2015? It's 2017 and using NetBeans 8.1 and still namespace gets duplicated in my FXML file (I don't use SceneBuilder)...