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
Actions