Bug #29080
closedSuggest autocomplete position differs on IE
0%
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
Updated by Jigal van Hemert over 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?
Updated by Christian Kuhn over 13 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
Updated by Klaus Meyer almost 12 years ago
- File Screenshots.odt Screenshots.odt added
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.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed