Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6.1
-
Component/s: Bridge
-
Labels:None
-
Environment:Opera, Mobile Opera
-
ICEsoft Forum Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
-
Workaround Exists:Yes
-
Workaround Description:Run applications in concurrentDOMViews=false mode.
Description
From the forum post:
I just noticed that the server push doesn't always work with Opera (and mobile) anymore, it's working fine on other browser. I tried the auction monitor and timezone tutorial and they work with Opera, the problem comes when changing view.
So I used the timezone7 tutorial and added 2 pages that go from one to another with just showing the clock. It's working fine with IE and Firefox, but on Opera the clocks stops ticking when going to the second page.
Here's a sample WAR to witness the problem
BTW it was working fine with v1.5.3
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6.1 [ 10070 ] |
Ted Goddard
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Assignee Priority | P3 |
Mircea Toma
made changes -
Workaround Description | Run applications in concurrentDOMViews=false mode. | |
Workaround Exists | [Yes] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 | |
Assignee | Mircea Toma [ mircea.toma ] |
Ted Goddard
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14822 | Fri Sep 14 11:35:39 MDT 2007 | mircea.toma | Remove the blocking connection marker so that everytime a new window (== bridge instance) is opened the blocking connection will be re-established -- |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/connection.async.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14823 | Fri Sep 14 11:37:38 MDT 2007 | mircea.toma | Remove the blocking connection marker so that everytime a new window (== bridge instance) is opened the blocking connection will be re-established -- |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/connection.async.js
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Brad Kroeger
made changes -
Link | This issue blocks ICE-1996 [ ICE-1996 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15074 | Thu Nov 01 15:54:12 MDT 2007 | mircea.toma | Migrate fix into 1.6 branch. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.6/icefaces/bridge/src/connection.async.js
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mircea Toma [ mircea.toma ] |
Opera doesn't invoke document.unload listeners when is changing the page or closing the window. The Bridge relies on this behaviour to clear up the marker cookie used to inform the other windows if the persistent connection is started or stopped.