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

Konstantin Marmalyukov (JIRA) issues at jboss.org
Wed Jul 16 13:44:29 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-17900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Marmalyukov updated JBIDE-17900:
-------------------------------------------

    Workaround Description: 
Add this javascript to your HTML file with redirect

<!-- If the meta tag doesn't work, try JavaScript to redirect. -->
<script type="text/javascript">
    window.location.href = "http://www.website.com"
</script>


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