[
https://jira.jboss.org/jira/browse/JBPM-1915?page=com.atlassian.jira.plug...
]
Heiko Braun resolved JBPM-1915.
-------------------------------
Resolution: Done
Believe it or not, here's the fix:
Bonanova:war hbraun$ svn diff
src/main/resources/org/jboss/bpm/console/public/Application.html
Index: src/main/resources/org/jboss/bpm/console/public/Application.html
===================================================================
--- src/main/resources/org/jboss/bpm/console/public/Application.html (revision 3321)
+++ src/main/resources/org/jboss/bpm/console/public/Application.html (working copy)
@@ -18,7 +18,9 @@
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
- <script language='javascript'
src='org.jboss.bpm.console.Application.nocache.js'/>
+ <script language='javascript'
src='org.jboss.bpm.console.Application.nocache.js'>
+
+ </script>
<link rel="stylesheet" href="console.css"
type="text/css">
GWT console is blank in Firefox 3
---------------------------------
Key: JBPM-1915
URL:
https://jira.jboss.org/jira/browse/JBPM-1915
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: GWT Console 1.0.0 GA
It just doesn't show anything. Not even error messages in firebug
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira