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 - [70cat] Autocompletion drops namespace of beginning tag in end tag
Summary: [70cat] Autocompletion drops namespace of beginning tag in end tag
Status: RESOLVED DUPLICATE of bug 197428
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 19:00 UTC by host
Modified: 2011-08-03 09:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the bug (11.27 KB, image/png)
2011-01-31 19:00 UTC, host
Details

Note You need to log in before you can comment on or make changes to this 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 ***