Bug #24302
closedPlugin selector in CE TCEform has 1px font size
0%
Description
Steps to reproduce:
1. Create a new "plugin" content element on a page.
2. Click on the "Plug-in" tab.
3. Open the "selected plug-in" drop-down.
Expected result:
a readable list of available plugins
Actual result:
unreadable list of available plugins (1px, see screenshots from Chrome and Firefox)
The following CSS is the culprit:
.t3-icon {
background-image: url("../../typo3/gfx/icon_fatalerror.gif");
background-repeat: no-repeat;
font-size: 1px;
height: 16px;
line-height: 0;
width: 16px;
}
This happens with today's trunk.
(issue imported from #M16691)
Files
Updated by Oliver Klee almost 14 years ago
This only affects content elements where no plugin type is selected. Once a plugin type is selected, the font size is readable again.
Updated by Philipp Gampe almost 14 years ago
same in content-element->plugin->select plugin
Updated by Ernesto Baschny almost 14 years ago
Cannot reproduce that. Does it still happen on current trunk? Maybe its just happening with a MacOS client (I am using Windows...)?
Updated by Oliver Klee almost 14 years ago
We had this problem using Windows and Linux. However, the problem does not occur anymore with the latest trunk. So this bug can be closed.
Updated by Chris topher almost 14 years ago
Alright, thanks for the feedback!
Closed.