[jbosstools-issues] [JBoss JIRA] (JBIDE-17900) Visual Editor: 404 Not Found appears in pages where HTML5 redirect is used

Snjezana Peco (JIRA) issues at jboss.org
Wed Jul 16 16:34:29 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985778#comment-12985778 ] 

Snjezana Peco commented on JBIDE-17900:
---------------------------------------

{quote}
For Windows I guess it's IE10 specific behavior. Will check it carefully when will reboot on Windows.
But JBIDE-17807 is not the same issue. I guess in that bug Vlado somehow got old VPE Editor implementation, but must have new Preview Editor implementation. Looks like thit causes the problem.
{quote}

If you start JBT with GTK2 (without "-Dorg.jboss.tools.vpe.loadxulrunner=false"), JBT will set XULRunner (mozilla) as a default browser.
If you try to open index.html from the kitchensink mobile, JBT will start the Preview editor (VpvEditorPart).
However, that editor uses a default browser created by "new Browser(cmpEd, SWT.NONE)" which is XULRunner so that you will face both of these issues.
If you use GTK3 and/or "-Dorg.jboss.tools.vpe.loadxulrunner=false", JBT will set WebKit as a default browser and you won't be able to reproduce any of these issues.

If you set -Dorg.jboss.tools.vpe.engine.xulrunner=true, JBT will start the old VPE editor (VpeEditorPart) that requires XULRunner.

> 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)


More information about the jbosstools-issues mailing list