[Tickets #14492] There is a problem with embed calendar from horde using generated javascript code.
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Oct 20 08:24:02 UTC 2016
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14492
------------------------------------------------------------------------------
Ticket | 14492
Created By | admin at madkom.pl
Summary | There is a problem with embed calendar from horde using
| generated javascript code.
Queue | Kronolith
Version | 4.2.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
admin at madkom.pl (2016-10-20 08:24) wrote:
There is a problem with embed calendar from horde using generated
javascript code. Since web browsers implemented "Blocking the load of
cross-origin, parser-blocking scripts inserted via document.write in
the main frame? on slow networks we have got the following errors:
A Parser-blocking, cross-origin script,
http://horde.something.pl/horde/js/prototype.js, is invoked via
document.write. This may be blocked by the browser if the device has
poor network connectivity.
embed?token=orqlGpq11UGPddSMPIucwA8&calendar=internal_aB6L3ktKWt3jNzaUgbtJuQ1&container=kronolithCa?:7
A Parser-blocking, cross-origin script,
http://horde.something.pl/horde/js/tooltips.js, is invoked via
document.write. This may be blocked by the browser if the device has
poor network connectivity.
embed?token=orqlGpq11UGPddSMPIucwA8&calendar=internal_aB6L3ktKWt3jNzaUgbtJuQ1&container=kronolithCa?:11
A Parser-blocking, cross-origin script,
http://horde.something.pl/horde/kronolith/js/embed.js, is invoked via
document.write. This may be blocked by the browser if the device has
poor network connectivity.
The solution may be to load scripts asynchronously using <script
src="..." async> or element.appendChild().
We noticed that the newest version of horde still have the problem.
More information about the bugs
mailing list