IE error, autocomplete position in iframe

After a few hours of Google search, I found that the autocomplete error box from the moment almost 10 years ago, until now, on IE9 the error still exists.


problem:
when I have an input: the text inside the iframe, there is an error in the positioning of the autocomplete block - it was checked in compatibility mode with IE8, IE8, IE9.
The problem may be related to the parent iframe class (note: it may not be a style, because I tested on the IE9 console, disabling the style of the class will not solve the problem, on the other hand, it gives the same style, but removes the PARTIALLY SOLVE class the positioning error of the autocomplete, and unfortunately only in IE9).

in compatibility mode with IE8 and IE8, I tried the same method, the position of the autocomplete error is still present: sometimes it is about 50 pixels below the input: text, sometimes about 8 pixels above the input: text below (for example, IE9).
a solution based on Google’s results suggests "position: relative; left: 0; top: 0;", tested, does not work.
similar problem from another person: http://forums.asp.net/t/1538225.aspx/1


thanks for the help
+5
source share
1 answer

usage position: fixed with iframe unchangeable and movable. in my case it was a jquery dialog using iframe.

another problem remains, when scrolling with the mouse, the autofill window remains in place.

+2
source

All Articles