Project

General

Profile

Actions

Bug #15959

closed

Options frame renders badly

Added by Ådne Hovda over 18 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-04-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

buggy-topframe.gif (9.68 KB) buggy-topframe.gif Administrator Admin, 2006-04-01 02:18
typo3-4.0-t3skin-toolbar-betafix.diff (1.5 KB) typo3-4.0-t3skin-toolbar-betafix.diff Administrator Admin, 2006-04-18 14:42
topmenu_background_high.jpg (5.59 KB) topmenu_background_high.jpg Administrator Admin, 2006-04-25 19:28
topmenu_background_high2.jpg (5.77 KB) topmenu_background_high2.jpg Administrator Admin, 2006-04-25 19:28
Image-links-problem.png (7.85 KB) Image-links-problem.png Administrator Admin, 2006-07-05 11:51

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #16054: secondary options on top of page brokenClosed2006-04-13

Actions
Actions #1

Updated by Martin Kutschker over 18 years ago

More screenshots to be found in dupe #16054.

Actions #2

Updated by Ernesto Baschny about 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.

Actions #3

Updated by Ernesto Baschny about 18 years ago

Please consider attached patch.

Actions #4

Updated by Martin Kutschker about 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.

Actions #5

Updated by Martin Kutschker about 18 years ago

Please have a look at the two patches.

Actions #6

Updated by Michael Stucki about 18 years ago

Martin, can you please forward this patch to the core list?

Actions #7

Updated by Jan Machac about 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 ;-)

Actions #8

Updated by Martin Kutschker about 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?

Actions #9

Updated by Michael Stucki about 18 years ago

Masi, can you close this bug please?

Actions #10

Updated by Martin Kutschker about 18 years ago

Closing the bug.

Jan, feel free to file a new bug for the "image-links-problem".

Actions

Also available in: Atom PDF