Actions
Bug #21860
closedGMENU with align = right and offset with minus value hides / deletes menu
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
lib.mainMenu = HMENU
lib.mainMenu.entryLevel = 0
lib.mainMenu.1 = GMENU
lib.mainMenu.1.NO {
allWrap = <div class="navi">|</div>
XY = 170,20
transparentColor = #ffffff
backColor = #ffffff
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/fonts/georgia.ttf
10.fontSize = 14
10.fontColor = #414141
- here goes the bug settings
10.offset = -8,15
10.align = right
10.niceText = 1
}
Normally the code above has made an navigation image which is aligned right and has an offset (to the right edge) of -8 Pixel. Now it simply shows only a white image with no text.
If you either change:
align = left
and/or
offset = 8,15 # to positive values
navigation is fine - except, it isn't looking like it should ;-)
(issue imported from #M13043)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions