[
https://issues.jboss.org/browse/JBIDE-17900?page=com.atlassian.jira.plugi...
]
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)