Bug #56303
closedButton-Labels are hidden in Workspace-Dialog-Box
0%
Description
If you are in the Workspace-preview and you want to remove or publish the draft you get a dialog-box, which has no text on its buttons.
In the markup the text is present, but the styling is broken, so you cant see the labels.
All stylings and script are loaded correctly.
I use TYPO3 6.2 beta5
Files
Updated by Markus Klein over 10 years ago
@Felix: Without testing this, it looks like ExtJS styling again broken here. Can you take a look please?
Updated by Oliver Hader over 10 years ago
- Status changed from New to Needs Feedback
Works with current master (TYPO3 6.2.0 RC1).
Can you please clear the caches and re-check on your system?
Updated by Thomas Sperling over 10 years ago
I have now TYPO3 6.2 final and the Button lanles are still missing. I cleared the cache and everything else a lot.
Updated by Oliver Hader over 10 years ago
- Status changed from Needs Feedback to Accepted
- Assignee set to Oliver Hader
- Target version set to next-patchlevel
- PHP Version set to 5.3
- Complexity set to medium
Sorry, it's in the frontend preview not in the backend workspace module view. I could reproduce the bug...
Updated by Hercules Karvasonis about 10 years ago
- File 56303.diff 56303.diff added
That's a CSS issue.
I attached a diff file that is fixing this issue.
Thanks,
Hercules.
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.5
Updated by nemo m almost 10 years ago
This bug seems to be introduced in 0d0beaf3959ef4c915e7b4db32a64c4a6a93b022 of #52497 since it modifies typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css
and removes the necessary font-height
attribute for buttons.
Also noteworthy is the height difference in the workspace preview toolbar which is introduced by the font-size changes in sysext/workspaces/Resources/Public/StyleSheet/preview.css
. I attached an image.
This error seems to occur in the first place because instead of the t3skin ExtJS theme, sysext/workspaces/Resources/Public/StyleSheet/preview.css
is used as ExtJS theme.
A temporary workaround is to revert the two CSS files to their previous state:
git checkout 0d0beaf3959ef4c915e7b4db32a64c4a6a93b022~1 -- \ sysext/t3skin/Resources/Public/Css/visual/main_form.css \ sysext/workspaces/Resources/Public/StyleSheet/preview.css
Updated by Oliver Hader about 9 years ago
- Status changed from Accepted to Closed