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 #1

Updated by Jigal van Hemert almost 13 years ago

Testing with IE9, FF6 and Chrome and with all browsers the inline styling (except for width) could be removed. (The developer tool in Safari didn't let me inspect the suggestion list :-( )
For which browser(s) are the inline styles needed?

Actions #2

Updated by Christian Kuhn over 12 years ago

  • Status changed from New to Resolved
  • Target version set to 4.5.6
  • PHP Version set to 5.2
  • Complexity set to easy

Resolved as duplicate of #29029

Actions #3

Updated by Klaus Meyer over 11 years ago

I am wondering that this case has been marked as solved. I have the latest typo3 4.5 (4.5.22) installed and the issue still exist.
If you are using Internet Explorer 9 with the suggest wizard in typo3 the suggestions are placed about 200px under the search field.
With Firefox everthing is fine (18.2)
Simply install the extension from here: http://www.t3node.com/blog/using-the-new-tca-wizard-suggest-for-autocompletion-in-be-fields-of-typo3-43/
and the issue is easily reproduced.
A screenshot is attached.

Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF