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 194926

Summary: [70cat] Autocompletion drops namespace of beginning tag in end tag
Product: web Reporter: host <host>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal CC: pjiricka
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of the bug

Description host 2011-01-31 19:00:06 UTC
When editing an XHTML file - having declared xmlns:ice="http://www.icesoft.com/icefaces/component" - I type in e.g. "<ice:panelGrid>" and then some inner tags. Now I type "</ice:" and then press CTRL+Space for autocompletion. But as shown on the attached screenshot not the correct completion "</ice:panelGrid>" is shown. Rather the wrong choices "</>", "</paneGrid>" and "</panelGroup>" - i.e. without the namespace - is shown and then added to the coded when selected and Enter is pressed.
Comment 1 host 2011-01-31 19:00:38 UTC
Created attachment 105530 [details]
Screenshot of the bug
Comment 2 Marek Fukala 2011-08-03 09:38:00 UTC

*** This bug has been marked as a duplicate of bug 197428 ***