[jira] [Closed] (TAP5-2360) Floating console appears in production mode

2014-08-07 Thread Howard M. Lewis Ship (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAP5-2360.
--

Resolution: Won't Fix

The crux of your problem is normally that users are interacting with the page 
before it is fully loaded; 2371 should address this very nicely.

 Floating console appears in production mode
 ---

 Key: TAP5-2360
 URL: https://issues.apache.org/jira/browse/TAP5-2360
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4
Reporter: yiannis pericleous

 The floating javascript console appears in IE if there are javascript errors 
 for requirejs in the page and tapestry.production-mode=true in web.xml. It 
 should only appear in dev mode.
 To reproduce (I tried this in IE 8 and 9):
 web.xml:
 tapestry.production-mode = true
 In a page.java:
 javascriptSupport_.require(test);
 test.js:
 (function() {  define([], function() {
 aaa;
 })}).call(this);
 using 5.4-beta-6



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (TAP5-2360) Floating console appears in production mode

2014-08-01 Thread Howard M. Lewis Ship (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAP5-2360.
--

Resolution: Invalid

Don't have JavaScript errors in production.

 Floating console appears in production mode
 ---

 Key: TAP5-2360
 URL: https://issues.apache.org/jira/browse/TAP5-2360
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4
Reporter: yiannis pericleous

 The floating javascript console appears in IE if there are javascript errors 
 for requirejs in the page and tapestry.production-mode=true in web.xml. It 
 should only appear in dev mode.
 To reproduce (I tried this in IE 8 and 9):
 web.xml:
 tapestry.production-mode = true
 In a page.java:
 javascriptSupport_.require(test);
 test.js:
 (function() {  define([], function() {
 aaa;
 })}).call(this);
 using 5.4-beta-6



--
This message was sent by Atlassian JIRA
(v6.2#6252)