Actions
Bug #87968
closedForm suggest is broken in IE11
Status:
Closed
Priority:
-- undefined --
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-03-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Having a suggest field of 'type' => 'group'
and 'internal_type' => 'db'
, the suggest functionality breaks in IE11.
Error:
jQuery.Deferred exception: Object doesn't support property or method 'closest' TypeError: Object doesn't support property or method 'closest'
at e.prototype.initialize (http://▇▇▇▇▇▇▇▇▇▇▇▇▇▇/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineSuggest.js?bust=1553101704:13:262)
at Anonymous function (http://▇▇▇▇▇▇▇▇▇▇▇▇▇▇/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineSuggest.js?bust=1553101704:13:202)
at mightThrow (http://▇▇▇▇▇▇▇▇▇▇▇▇▇▇/typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery.js:3534:10)
at Anonymous function (http://▇▇▇▇▇▇▇▇▇▇▇▇▇▇/typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery.js:3602:12) undefined
SCRIPT438: Object doesn't support property or method 'closest'
jquery.js (3827,3)
Reproduce:
- Open page properties in backend => on page load, see error message in browser console
- Navigate to tab "Appearance"
- Insert existing page title into text field "Show Content from Page [content_from_pid]" => nothing happens
System:
Windows 10, IE 11.15.16299
Files
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60304
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60304
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4da2dec40b5eb2c159a9a0dcb7d0637426f097c2.
Actions