]
Vlado Pakan closed JBIDE-17279.
-------------------------------
Verified with JBDS Beta2-v20140601-0744-B106
Visual Page Editor: Visual tab is not refreshing
------------------------------------------------
Key: JBIDE-17279
URL:
https://issues.jboss.org/browse/JBIDE-17279
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 4.2.0.Beta1
Environment: Ubuntu linux
Reporter: Daniel Azarov
Assignee: Konstantin Marmalyukov
Fix For: 4.2.0.Beta2
Attachments: VPERefresh.png
1. Create project
2. Create file index.html
{code}
<html>
<body>
<h1>Header</h1>
<p>Paragraph 1</p>
<p>Paragraph 2</p>
</body>
</html>
{code}
3. Open file in Visual Page Editor
4. Change Header to Header 123
FAIL:
Visual tab is not refreshed:
!VPERefresh.png!
Note:
Any resize (splitter move, window minimize/maximize) of Visual tab refreshes it.