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 187447 - code completion stops working if a DOCTYPE is added
Summary: code completion stops working if a DOCTYPE is added
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 17:10 UTC by Tim Lebedkov
Modified: 2010-11-05 13:06 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 Tim Lebedkov 2010-06-10 17:10:22 UTC
(see the original issue here: https://gwt4nb.dev.java.net/issues/show_bug.cgi?id=127)

in the following file the code completion defined by GWT4NB works inside g:HTMLPanel, but stops working in the commented out DOCTYPE definition is un-commented

<!--
Uncomment this for XHTML entities
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
-->
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
	<ui:style>

	</ui:style>
	<g:HTMLPanel>
	</g:HTMLPanel>
</ui:UiBinder>
Comment 1 Marek Fukala 2010-11-05 13:06:39 UTC
Pardon my ignorance, but why the issue should not be fixed at the gwt4nb side? Please add some more information why you are convinced something is wrong with the html support itself.