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 - IllegalStateException: Cannot find an HtmlParser implementation for HTML5
Summary: IllegalStateException: Cannot find an HtmlParser implementation for HTML5
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 18:30 UTC by oc666
Modified: 2016-04-13 16:17 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193713


Attachments
stacktrace (2.84 KB, text/plain)
2015-09-21 18:30 UTC, oc666
Details

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