Project

General

Profile

Actions

Bug #24302

closed

Plugin selector in CE TCEform has 1px font size

Added by Oliver Klee almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-06
Due date:
% Done:

0%

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

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

chrome.jpg (4.72 KB) chrome.jpg Administrator Admin, 2010-12-06 17:11
firefox.jpg (11.2 KB) firefox.jpg Administrator Admin, 2010-12-06 17:11
Actions #1

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.

Actions #2

Updated by Philipp Gampe almost 14 years ago

same in content-element->plugin->select plugin

Actions #3

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...)?

Actions #4

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.

Actions #5

Updated by Chris topher almost 14 years ago

Alright, thanks for the feedback!

Closed.

Actions

Also available in: Atom PDF