| Summary | There is a problem with embed calendar from horde using generated javascript code. |
| Queue | Kronolith |
| Queue Version | 4.2.2 |
| Type | Bug |
| State | No Feedback |
| Priority | 1. Low |
| Owners | |
| Requester | admin (at) madkom (dot) pl |
| Created | 10/20/16 (3447 days ago) |
| Due | 10/20/2016 (3447 days ago) |
| Updated | 11/5/16 (3431 days ago) |
| Assigned | 10/21/16 (3446 days ago) |
| Resolved | 11/5/16 (3431 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Feedback
I.e., see mrubinsk.blogspot.com for an example of a kronolith calendar
displaying fine from my personal domain.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Due ⇒ 10/20/2016
Summary ⇒ There is a problem with embed calendar from horde using generated javascript code.
Type ⇒ Bug
State ⇒ Unconfirmed
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
<!--a75c305b1c0a6022--><script src="..." async> or
element.appendChild().
We noticed that the newest version of horde still have the problem.