Bug #55263
closedLabels of all extjs buttons are invisible
100%
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
Updated by Markus Klein almost 11 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version changed from 6.2.0 to next-patchlevel
Updated by Markus Klein almost 11 years ago
The labels are there. The font-size is 0!!
Updated by Markus Klein almost 11 years ago
Felix, can you please take a look at this?
Updated by Markus Klein almost 11 years ago
- 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
Updated by Stephan Großberndt almost 11 years ago
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/
Updated by Stephan Großberndt almost 11 years ago
- File ie8-pagetree.PNG ie8-pagetree.PNG added
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/
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27166
Updated by Stephan Großberndt almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c4d10c6d232ad4976951e2c18dd8e02bc1976942.