Bug #24700
closedCSH tooltip does not render correctly for allowed Excludefields
0%
Description
In the be_groups, in the list of "allowed Excludefields", the tooltip is not rendered properly. The tip is displaced compared to the help bubble. See attached screenshot.
(issue imported from #M17187)
Files
Updated by Ernesto Baschny almost 14 years ago
Hm, that is the "offset:-10px" which solved the placement of the arrow in the docheader. But since this place its more critical, I think we'll have to live with the displacement in the docheader and have that fixed here.
Maybe someone (Stan?) finds a way to configure the arrow depending on the position chosen by the layout engine?
- placed on bottom = offset:-10px (docheader (?) icons)
- placed on top (default) = offset:0
- placed to the left (this case) = offset:0
Updated by Ernesto Baschny almost 14 years ago
@Stanislas Rolland, do you see a solution here?
Updated by Stanislas Rolland almost 14 years ago
I cannot reproduce this issue in FF with current trunk.
In the attached snapshot, the tooltip is shown on the left of the help bubble, in my browser, it is shown below the bubble. Perhaps, there was some caching problem?
The only problem I can see is that the anchor arrow is simply not shown.
Updated by Ernesto Baschny almost 14 years ago
Stan, its shown to the LEFT if there is no space left to the right, so make your browser very narrow. The excludeFields-select area is very large, so this area is most affected by this.
Updated by Stanislas Rolland almost 14 years ago
Sorry, I was not up-to-date with trunk.
Attached patch fixes this issue.
The arrow is also pushed to the left when on the bottom side, because the problem seen with the help icon in doc headers also appears in those lists (in fact whenever the trigger is just an icon).
Updated by Stanislas Rolland almost 14 years ago
Committed to SVN TYPO3core trunk (revision 10224).