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 220722 - Unknown element in fx: namespace: root
Summary: Unknown element in fx: namespace: root
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 220716
  Show dependency tree
 
Reported: 2012-10-24 09:06 UTC by Stepan Zebra
Modified: 2012-10-26 01:30 UTC (History)
1 user (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 Stepan Zebra 2012-10-24 09:06:53 UTC
Product Version: NetBeans IDE Dev (Build 201210220002)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

When creating custom control according to
http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html#custom_components
the fx:root element in FXML file is marked red with "Unknown element in
fx: namespace: root" hint.
Comment 1 Svata Dedic 2012-10-24 13:08:27 UTC
Changeset: e5c523752f7c
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-10-24 15:08
Message:   Implemented fx:root support in fx model & parsing.
Comment 2 Quality Engineering 2012-10-26 01:30:03 UTC
Integrated into 'main-golden', will be available in build *201210260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e5c523752f7c
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #220722 - Unknown element in fx: namespace: root: fixed
Implemented fx:root support in fx model & parsing.