Project

General

Profile

Actions

Bug #29080

closed

Suggest autocomplete position differs on IE

Added by Benjamin Serfhos almost 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2011-08-18
Due date:
% Done:

0%

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

Description

When using the TYPO3 Suggestion wizard (for example in Page; shortcut).. The autocomplete appears with 200px+ from the inputfield. (occurred in IE and Chrome).

Is it possible to make the suggestions appear right under the used field?

===
I quickfixed it with extending the TYPO3 core with some css lines:
div.typo3-TCEforms-suggest-position-right { position: relative; }
div.typo3-TCEforms-suggest-choices { left: 0 !important; top: 28px !important; }

===
My suggestion:
- add this to sysext/t3skin/stylesheet/structure/element_tceforms.css:312
position: relative;

Remove the inlinestyle-position rendering (left and top positioning)
Add style that it renders beneath the input field; with top:28px?


Files

Screenshots.odt (36.2 KB) Screenshots.odt Screenshots Klaus Meyer, 2013-02-08 08:28

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #29029: Some TCEforms elements are displacedClosedFrancois Suter2011-08-17

Actions
Actions

Also available in: Atom PDF