Project

General

Profile

Actions

Bug #18004

closed

CSH help bubble in Page Tree (alt_db_navframe.php)

Added by Ballis Julien almost 17 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-01-16
Due date:
% Done:

0%

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

Description

When mouseover the help bubble at the top right of the frame (the CSH icon for the "Page Tree") in Firefox (2.0.0.11) display on/off scrollbar (blink).

The problem is the position of the icon and the size of the frame.

To fix it just add a new CSS declaration at line 286 in typo3/stylesheet.css:
div#treeOptionButtons A.typo3-csh-link SPAN.typo3-csh-inline {margin-left:-210px;}

(issue imported from #M7175)


Files

belayout1.jpg (47.9 KB) belayout1.jpg Administrator Admin, 2008-01-17 17:46
belayout2.jpg (36.2 KB) belayout2.jpg Administrator Admin, 2008-01-17 17:47
Actions #1

Updated by Francois Suter almost 17 years ago

This CSS correction works, but it is an incomplete solution to a more general problem.

The problem also happens at the bottom of the window, for example, at the bottom of the db_list.php view (with the help icon of the search box). So ideally we would need a more general method of positioning the bubble help but I don't know how this can be achieved.

Another problem happens in the Web > List view, with the help icon in the header of each table. The bubble help there is positioned differently for each table. Sometimes it is not right below the help icon, so it's necessary to move the mouse away to reach the bubble. But moving away from the icon closes the bubble... It's not a big issue, because the popup window can still be called up by clicking on the icon, but it's not very nice either.

Actions #2

Updated by Daniel Poetzinger almost 17 years ago

Idea:
The bubble needs something like: "position: absolute; top: x; left: x" and the containing element needs position: relative.
This way the bubble can be positioned as offset to the "?" icon itself.

Actions #3

Updated by Benni Mack almost 14 years ago

Fixed since TYPO3 4.4, or even 4.3.

Actions

Also available in: Atom PDF