Bug #55263
closed
Labels of all extjs buttons are invisible
Added by Stefan Froemken almost 11 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
Description
Hello Core-Team,
when I try to delete an installed extension in extension manager then a dialog appears with two buttons. But there is no label "yes" and "no".
I have seen that you have renamed t3lib_l10n-folder to l10n in typo3temp/Cache/Data/. I have deleted this folder. But labels are still empty. Further I have removed this folder again and received all new languages from languageserver. Labels are still not there.
So, this is not a Cache thing. It's a bug
Stefan
All extjs buttons are affected. The font-size is 0.
Files
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version changed from 6.2.0 to next-patchlevel
The labels are there. The font-size is 0!!
Felix, can you please take a look at this?
- Subject changed from Confirmation labels in EM missing to Labels of all extjs buttons are invisible
- Category changed from Extension Manager to Backend User Interface
- Complexity deleted (
no-brainer)
- Is Regression changed from No to Yes
This is due to ext-all-notheme.css
.x-window-bc .x-window-footer {
font-size: 0;
line-height: 0;
}
This was formerly overridden in /typo3/sysext/t3skin/extjs/xtheme-t3skin.css with
.x-btn button {
font-size: 11px;
}
but removed in
https://review.typo3.org/#/c/24299/
In Internet Explorer versions below 10 the labels of pages in the page tree are invisible.
This is due to
.ext-ie UL.x-tree-node-ct {
line-height: 0;
font-size: 0px;
}
which was formerly overridden in /typo3/sysext/t3skin/extjs/xtheme-t3skin.css with
.x-tree-node {
color:#000;
font: normal 10px verdana, arial, tahoma, helvetica, sans-serif;
}
but removed in
https://review.typo3.org/#/c/24299/
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF