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 217254 - DOM tree merge is incorrect for Initializr template
Summary: DOM tree merge is incorrect for Initializr template
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Navigator (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 21:49 UTC by Petr Jiricka
Modified: 2012-10-01 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the merged navigator (31.74 KB, image/png)
2012-08-22 21:49 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-08-22 21:49:10 UTC
Created attachment 123431 [details]
Screenshot of the merged navigator

1. Create a new HTML5 application using the Initializr template
2. Run this app in the (external) browser
3. Switch to navigator window and switch the combo box at the top to HTML View

=> You see that there are two duplicated trees of the entire document, with the one difference that the attributes of the top level html element are different. These two top level nodes should be merged into one node (so the subtrees will be merged too). Attaching the screenshot of a partially expanded navigator tree.
Comment 1 Jan Becicka 2012-08-23 07:40:11 UTC
Changeset: a51cde37b7ea
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-08-23 09:25
Message:   
Issue #217254 - DOM tree merge is incorrect for Initializr template
Comment 2 Quality Engineering 2012-09-03 12:56:42 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a51cde37b7ea
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #217254 - DOM tree merge is incorrect for Initializr template