Actions
Bug #12006
closedMissing semicolon in setJavaScriptMember followed by callJavaScript may cause JS issues
Start date:
10/06/2023
Due date:
% Done:
100%
Estimated time:
Description
When calling a setJavaScriptMember, followed by another JS call, like callJavascript. There is the potential for a JS error, if the member call isn't ended with a semi-colon, or the call isn't started with a semicolon.
If the order were reversed this could just as well be an issue.
Files
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Matthias Van Ceulebroeck about 1 year ago
- Assignee set to Marnik Roosen
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Review to Resolved
- Assignee changed from Marnik Roosen to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Resolved to Implemented @Emweb
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Implemented @Emweb to Closed
Actions
#6
Updated by Bruce MacDonald about 1 year ago
- File Picture1.png Picture1.png added
- File Picture2.png Picture2.png added
This appears to break my code. I get a popup with "Wt internal error; code: undefined, description: Unexpected token ';'"
Please see attached screenshots. I do not know how to dump the value of the "js" variable which presumably is causing the problem in eval(). If you let me know where to find instructions I can have a go at dumping it.
Updated by Matthias Van Ceulebroeck almost 1 year ago
- Related to Bug #12143: Fix for 12006 causes exception. added
Actions