View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019818 | phpList 3 application | General | public | 11-03-19 14:35 | 11-03-19 14:46 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | open | ||
Product Version | 3.3.9 | ||||
Target Version | 3.4.0-RC1 | ||||
Summary | 0019818: Reverted .on("focus",fn()) method event handler to .trigger("focus",fn()) | ||||
Description | In public_html/lists/admin/js/phplistapp.js file: Based on the jQuery Migrate Plugin documentation, event shorthands should be replaced with .on() and .trigger() methods. As phpList3 jQuery was upgraded to version 3.3.1, the line : $("#subjectinput").trigger("focus",function () was replaced to: $("#subjectinput").on("focus",function () But reverted to $("#subjectinput").trigger("focus",function () as it is a functional change. | ||||
Tags | No tags attached. | ||||