Project

General

Profile

Actions

Bug #84831

closed

localStorage icon caching breaks within the install tool

Added by Ralf Zimmermann almost 6 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-04-20
Due date:
% Done:

0%

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

Description

Open the developer console within chrome or firefox and watch the local storage.
Browse through some Modules and the icon markup will be stored within the local storage which is correct.
Now open the install tool "Analyze Database Structure" modal.
All local storage objects will be deleted and afterwards no icon markups will be stored again.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #84780: Store icons fetched by the Icon API in localStorageClosedAndreas Kienast2018-04-18

Actions
Actions #1

Updated by Ralf Zimmermann almost 6 years ago

  • Related to Feature #84780: Store icons fetched by the Icon API in localStorage added
Actions #2

Updated by Andreas Kienast almost 6 years ago

  • Status changed from New to Rejected

This kinda works as intended. The icon cache hash is different in the Install Tool as the TCA is not loaded in the first place. The icons of the page tree (that was our actual test case) don't get stored again as the DOM is still available in the browser, thus no new request is fired.

Actions

Also available in: Atom PDF