Actions
Bug #104663
closedCountry flags for localization in list module display misleading information
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-08-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Country flags in list module for localizable records display misleading title attribute on mouseover flag (<img> tag only)
If a localizable records has the same flag of default language, title attribute of default langauge is displayed.
Reproduction steps:
- add another language in site config with same flag as default language (e.g. default language is 'de-CH', second language is 'fr-CH', both share swiss flag 'ch')
- add sysfolder in pagetree
- switch to list module (table listing for pages) and mouse over possible localization for language 'fr-CH'
Expected behavior:
- Mouseover title 'fr-CH' is displayed
Current behavoir:
- Mouseover title of default language 'de-CH' is displayed
Files
Actions