]
Ilya Buziuk commented on JBIDE-19704:
-------------------------------------
I guess the bug is coupled with browser initialization. Basically, if one roll up
visual/source tab the content would appear -
Visual part of Visual/Source tab is empty for HTML page when JSF
support enabled
--------------------------------------------------------------------------------
Key: JBIDE-19704
URL:
https://issues.jboss.org/browse/JBIDE-19704
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 4.3.0.Alpha2
Environment: Fedora 19 64bit, JBDS 9.0.0.Alpha2-v20150421-1151-B25, Oracle JDK
1.7
Reporter: Vlado Pakan
Assignee: Ilya Buziuk
Fix For: 4.3.0.Beta1
1. Set Visual Editor to use JSF support
2. Create simple HTML page like this and open it in VPE editor
{code:html}
<!DOCTYPE html>
<html>
<body>
<h1>test heading</h1>
</body>
</html>
{code}
ERROR: Visual part of Visual/Source tab of VPE is empty.
Visual tab of VPE renders page properly.
When HTML support is enabled it works fine.
I'm not sure if this is issue or expected behavior so if it's not an issue just
mark it as won't fix please.