Actions
Bug #9008
closedstreamJavaScriptPreamble followed by doJavaScript may cause JS issues
Start date:
08/24/2021
Due date:
% Done:
100%
Estimated time:
Description
We encountered some issues when some of Wt's minified JavaScript was loaded (with WApplication::streamJavaScriptPreamble
) and an IIFE (immediately invoked function expression) was executed with doJavaScript
.
We should make WApplication::streamJavaScriptPreamble
append a semicolon at the end so that the generated JavaScript can not be misinterpreted.
Updated by Roel Standaert about 3 years ago
- Status changed from InProgress to Resolved
Updated by Roel Standaert about 3 years ago
- Target version changed from 4.6.0 to 4.5.1
Updated by Roel Standaert about 3 years ago
- Status changed from Resolved to Closed
Actions