In UI11, autocomplete dropdowns offset incorrectly in IE8 / IE9 when jquery.min is active causing several UI failuresDescription A gap appears between the reference qualifier and the variable when the following are true:- UI Script jquery.min is in place and active on an instance_ user scrolls on a catalog Item with a reference variable in placeSee the attached jquery reference popup issue.JPG image file. In this example, there is only one field in place and the gap is not that big, but the gap can become very big, forcing the lookup off the page. It increases based on how far down a page you scroll. Steps to Reproduce Open an instance using Internet Explorer 8 or 9.Switch to legacy UI11.Navigate to System UI > UI Scripts.Right-click on header and select Import XML.Import the attached file sys_ui_script_b9e1e1490a0a0bbe4a9cc74fdd67e81e.xml. This was the jquery.min UI Script active in installs from older versions of the platform.Navigate to Self-Service > Service Catalog.In the Can We Help You? category, click on the Edit icon.in the Catalog Item UI, click New to create a new item. Name: Test RefCategory: Can We Help You?Short description: TEST REFDescription: TEST TEST Right click on the header and select Save.In the Variables Related List, click New to create a new variable. Type: ReferenceQuestion: Test RefName: test_refReference: User [sys_user] Click Submit.Navigate to Self-Service > Service Catalog.Go to Can We Help You? > Test Ref.Resize your browser window height until the scrollbar is visible.Scroll down.This issue does not occur until you have scrolled your browser.Type "a" into the Test Ref variable.Notice the gap between the reference field and the reference popup. This gap increases the further you scroll down the page. Workaround This behaviour will not be changed in the obsolete UI11, no longer supported. As a workaround in UI11, deactivate the global UI Script 'jquery.min' and check if any other UI Script or UI Page invokes this script. If this is the case, replace:<g:include_script src="jquery.min.jsdbx"/>with:<j:if test="${GlideMobileExtensions.getDeviceType() != 'doctype'}"><g:requires name="scripts/lib/jquery_includes.js" /></j:if> Related Problem: PRB638436