-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
7.0.7, 8.0.1
-
None
-
None
Steps to reproduce
- run the attached example in Firefox (testing with 42) with the setting below:
<library-property> <name>org.zkoss.zkex.ui.comet.smartconnection.disabled</name> <value>false</value> </library-property>
- open 6 tabs for the same zul to reach the max concurrent connection per host
- click the button start a long operation in one tab
Current result
the AU request is held by the firefox and is not sent out.
The "processing" message keep showing on the page.
expected result
AU request is sent out.
Debug info
- in 7.0.7 and 8.0.1.1, chrome doesn't have such issue.
- in 8.0.2.FL.20160325-Eval, chrome also has such issue.
- relates to
-
ZK-1465 Comet server push support HTML5 page-visibility API to reduce the server loading.
- Closed