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 255456

Summary: IllegalStateException: Cannot find an HtmlParser implementation for HTML5
Product: web Reporter: oc666
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: bpoelen, guilecardoso, krabz, rgloyer
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193713
Attachments: stacktrace

Description oc666 2015-09-21 18:30:22 UTC
Build: NetBeans IDE 8.0.2 (Build 20150619-debian-8.0.2)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
GUEST: Opening Team menu

GUEST: When I start editing Smarty template

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: ao que observei
abrir a tag <style> em um codigo php que sera incluso no layout causa o bug e a tecla enter fica desabilitada.

oc666: I cannot edit smarty tpl file under PHP project

GUEST: I was creating new web project. NetBeans IDE 7.2.




Stacktrace: 
java.lang.IllegalStateException: Cannot find an HtmlParser implementation for HTML5
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.findParser(SyntaxAnalyzerResult.java:0)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.doParseHtml(SyntaxAnalyzerResult.java:0)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.parseHtml(SyntaxAnalyzerResult.java:0)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.root(HtmlParserResult.java:142)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.roots(HtmlParserResult.java:186)
   at org.netbeans.modules.html.editor.gsf.HtmlStructureScanner.folds(HtmlStructureScanner.java:178)
Comment 1 oc666 2015-09-21 18:30:25 UTC
Created attachment 156332 [details]
stacktrace