Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA, 4.0
-
Fix Version/s: EE-3.3.0.GA_P03, 4.1
-
Component/s: Bridge
-
Labels:None
-
Environment:Internet Explorer 7/8
-
Assignee Priority:P2
Description
When using the window based logging an error is triggered after moving focus back on the main window (from the log window):
Line 2
Char 19881
An outgoing call cannot be made since the application is dispatching an input-synchronous call.
Code 0
Line 2
Char 19881
An outgoing call cannot be made since the application is dispatching an input-synchronous call.
Code 0
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Mircea Toma
made changes -
Description |
When using the window based logging an error is triggered after moving focus back on the main window (from the log window):
{code} Line 2 Char 19881 An outgoing call cannot be made since the application is dispatching an input-synchronous call. Code 0 {code} |
When using the window based logging an error is triggered after moving focus back on the main window (from the log window):
Line 2 Char 19881 An outgoing call cannot be made since the application is dispatching an input-synchronous call. Code 0 |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44782 | Wed May 27 12:58:31 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/bridge-support/branches/icefaces-ee-3.3.0.GA-maintenance/src/main/javascript/logger.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44783 | Wed May 27 13:02:45 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/bridge-support/trunk/src/main/javascript/logger.js
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44789 | Thu May 28 12:15:29 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/bridge-support/branches/icefaces-ee-3.3.0.GA-maintenance/src/main/javascript/logger.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44790 | Thu May 28 12:23:30 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/bridge-support/trunk/src/main/javascript/logger.js
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44799 | Thu May 28 15:50:23 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/bridge-support.uncompressed.js
MODIFY /icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/bridge-support.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44800 | Thu May 28 15:50:50 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/resources/META-INF/ice.core/bridge-support.js
MODIFY /icepush/trunk/icepush/core/src/main/resources/META-INF/ice.core/bridge-support.uncompressed.js |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44804 | Thu May 28 18:37:25 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/bridge-support/trunk/src/main/javascript/logger.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44805 | Thu May 28 18:38:46 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/resources/META-INF/ice.core/bridge-support.js
MODIFY /icepush/trunk/icepush/core/src/main/resources/META-INF/ice.core/bridge-support.uncompressed.js MODIFY /icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/bridge-support.uncompressed.js MODIFY /icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/bridge-support.js |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Modified WindowLogHandler.displayEntry method to execute its body in a pseudo-thread (setTimeout) to decouple the document modifications from the calling thread.