Bug #15959
closedOptions frame renders badly
0%
Description
There is a bug showing secondary options when selecting the "header" field in a content element. The Link and Date-fields are on top of each other. See attached screenshot. Tested on FireFox_Win 1.5 and IE_Win 6.
Typo3 4.0 CVS as of 01.04.06
T3X_t3skin-0_0_1-z-200603311910.t3x
Ådne
(issue imported from #M3085)
Files
Updated by Martin Kutschker over 18 years ago
More screenshots to be found in dupe #16054.
Updated by Ernesto Baschny over 18 years ago
The attached patch should fix the most annoying part of the problem. There are still some "positioning" trouble (as IE has different sized select-box than FF), but at least now its usable.
The patch fixes three issues:
1) The widget for adding links that has a hyperlink icon besides consists of a table. These "nested tables" inherited some values from the top table that were simply wrong, causing all the trouble. Adding the correct ID in the css to the table resolves that problem.
2) The checkboxes had a background applied that is not consistent with the background color of the top frame. The fix transforms this to "transparent" for the top palette. I'm not even sure why we need background color around checkboxes, but that's another (non visible) issue...
3) Every widget has an optional help-icon added. With the lack of help text, a "nbsp" was being added. This won't work in the skinned css for the "nested table" situation: The "nbsp" would wrap to a second line, misaligning the whole table. Solution was to add a class around this nbsp and have that disappear in the t3skin stylesheet.
Updated by Martin Kutschker over 18 years ago
Ernesto, your patch is looking good.
I have attached a somewhat (6px) higher background image for the top area. The grey bar is now aligned with the top of the logo text. Now there is enough room for the select box on IE and you can use the 1px border again:
body#typo3-alt-palette-php table#typo3-TCEforms-palette {
bottom: 1px;
}
I like the higher bar better than the smaller one. The old one is lookign so forlorn and misplaced. There are two variants: the first one is dark on top, the second one is "aliased" on top. I think the aliasing on top of the bar can be improved, the colour is not perfect yet.
Updated by Martin Kutschker over 18 years ago
Please have a look at the two patches.
Updated by Michael Stucki over 18 years ago
Martin, can you please forward this patch to the core list?
Updated by Jan Machac over 18 years ago
I just do not know whether you know, but: in "image-links-problem" is a screenshot from my Firefox that renders badly the result of clicking "image links" from editing content.
Seems to me that there is a bigger problem. And not only in IE... (which renders it differently but also badly)
But maybe I'm talking rubbish, just trying to help ;-)
Updated by Martin Kutschker over 18 years ago
Jan, what is "image-links-problem"? If it's not related to this bug it does not help. If any problem is not filed, please file a new bug. We know that there are more bugs, so how does your comment help?
Updated by Michael Stucki over 18 years ago
Masi, can you close this bug please?
Updated by Martin Kutschker over 18 years ago
Closing the bug.
Jan, feel free to file a new bug for the "image-links-problem".