Project

General

Profile

Actions

Bug #92054

closed

Story #92091: PageTree related flaws TYPO3 v9.5.20/21-dev or v10.4.6/7-dev

"Clearable" feature can't be applied to input in page tree filter

Added by Vladimir Cherednichenko over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Pagetree
Start date:
2020-08-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:

Description

There is problem with backend/Resources/Public/JavaScript/PageTree/PageTreeToolbar.js, line 174 in Typo3 v9.5.20

PageTreeToolbar.js?bust=b017b925856937fb7bdd29763cbc360b1b7978d4:174 Uncaught TypeError: input.clearable is not a function
    at HTMLDivElement.<anonymous> (PageTreeToolbar.js?bust=b017b925856937fb7bdd29763cbc360b1b7978d4:174)
    at HTMLDivElement.dispatch (jquery.js?bust=b017b925856937fb7bdd29763cbc360b1b7978d4:5187)
    at HTMLDivElement.elemData.handle (jquery.js?bust=b017b925856937fb7bdd29763cbc360b1b7978d4:4995)

Problem: $submenu.find('input')->get(0), what is return dom object what don't have "clearable" method.
Solution: remove "->get(0)" will solve the problem.


Files

Desktop-screenshot.png (167 KB) Desktop-screenshot.png Vladimir Cherednichenko, 2020-08-20 13:21

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #91949: Revert "Limit amount of data fetched by the page tree"ClosedBenni Mack2020-08-07

Actions
Related to TYPO3 Core - Bug #88943: Pagetree taking extremely long to load for editorsClosed2019-08-09

Actions
Actions

Also available in: Atom PDF