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 66614 - Atributes are not updated correctly in the navigator
Summary: Atributes are not updated correctly in the navigator
Status: VERIFIED DUPLICATE of bug 62832
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 14:38 UTC by Jiri Prox
Modified: 2006-06-05 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (15.20 KB, image/png)
2005-10-12 14:39 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-10-12 14:38:56 UTC
NB 5.0 200510111800
JDK 1.5.0_05

The names and values of attributes are not updated in the navigator. 

Steps to reproduce:
1) create xml file:
<?xml version="1.0" encoding="UTF-8"?>
<main>
    <tag id="asa">
        dfsd
    </tag>
</main>

2) create new attribute of 'main' 
   (you must type fast enough to prevent the document from beeing parsed during
the typing)
-> new attribute is not displayed

3) change the name or value of id attribute of 'tag'
-> changes aren't propagated
Comment 1 Jiri Prox 2005-10-12 14:39:24 UTC
Created attachment 25870 [details]
screenshot
Comment 2 Marek Fukala 2005-10-12 14:55:34 UTC

*** This issue has been marked as a duplicate of 62832 ***
Comment 3 Jiri Prox 2006-01-17 13:46:25 UTC
verified duplicate