[
https://issues.jboss.org/browse/JBIDE-17900?page=com.atlassian.jira.plugi...
]
Snjezana Peco commented on JBIDE-17900:
---------------------------------------
{quote}
In my case(Fedora 20) GTK2 is default, and its actually happens. And I can reproduce only
this(can share my screen to show that I cannot reproduce JBIDE-17807. Unfortunately).
{quote}
What version of gtk do you have (rpm -qu | grep libgtk)?
I still think you get webkit or some special version of XULRunner.
Vlado, Radim and I have reproduced the issue on different distributions (F18, F19, F20,
Ubuntu 12.04 and 14.04)
{quote}
It will use VpeEditorPart only for non-html pages. For html pages it will always use
VPVEditorPart. But with old XulRunner we ship. Prooflink
{quote}
If you add -Dorg.jboss.tools.vpe.engine.xulrunner=true, JBT will always use
VpeEditorPart.
To make sure, see the following code:
{code}
//this property is added in VPE tests to make VPE always opened
if (VpePlatformUtil.isXulrunnerEnabled()) {
return getVpeEditor(multiPageEditor, textEditor, visualMode, bundleMap);
}
...
public static final String LOAD_XULRUNNER_ENGINE =
"org.jboss.tools.vpe.engine.xulrunner"; //$NON-NLS-1$
...
public static boolean isXulrunnerEnabled() {
return Boolean.valueOf(System.getProperty(LOAD_XULRUNNER_ENGINE));
}
{code}
Visual Editor: 404 Not Found appears in pages where HTML5 redirect is
used
--------------------------------------------------------------------------
Key: JBIDE-17900
URL:
https://issues.jboss.org/browse/JBIDE-17900
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 4.2.0.Beta3
Environment: Windows with IE10, Linux with GTK3=0
Reporter: Konstantin Marmalyukov
Assignee: Konstantin Marmalyukov
Fix For: 4.2.0.CR1
Open html file in HTML5 editor where HTML5 redirect is used
{quote}
<meta http-equiv="refresh" content="0;url=http://example.com"
/>
{quote}
i.e. TicketMonster cordova(I use 2.5): www/admin/index.html
In Visual part Error 404 is displayed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)