Completed
Last Updated: 16 Mar 2016 15:10 by IT
ADMIN
Veselin Tsvetanov
Created on: 18 Feb 2016 13:33
Category: UI for ASP.NET AJAX
Type: Bug Report
2
AutoCompleteBox forces page scroll bar to appear on typing or on blur when all its parent elements are set to height 100% (including body and html)

		
2 comments
IT
Posted on: 28 Feb 2016 23:32
We have had to use a different solution. It looks like this function is not only causing UI issues but also performance ones.

textWidth = textSizingElement.offsetWidth;

Is a very cumbersome function when there is more than 1 autocomplete on a page. 

We have had to bypass this _getTextWidth function completely by returning a set value.

looks this this whole function needs work.
IT
Posted on: 19 Feb 2016 01:33
Fix absolutely required, as the recent update has affected most of our customer facing systems. With no real interim solution this is a showstopper for us.