Bug #56303
closed
Button-Labels are hidden in Workspace-Dialog-Box
Added by Thomas Sperling over 10 years ago.
Updated about 9 years ago.
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
@Felix: Without testing this, it looks like ExtJS styling again broken here. Can you take a look please?
- 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?
I have now TYPO3 6.2 final and the Button lanles are still missing. I cleared the cache and everything else a lot.
- 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...
That's a CSS issue.
I attached a diff file that is fixing this issue.
Thanks,
Hercules.
- Target version changed from next-patchlevel to 7.5
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
- Status changed from Accepted to Closed
The button thingy has been fixed with #65102. The preview header issue in the frontend is a duplicate of #58441
Also available in: Atom
PDF