Forum Post: Re: Issue With Selector In Grid Editor In V4.0.3.2 Private Cloud - New Ui

  • Thread starter Thread starter jsniemi79
  • Start date Start date
Status
Not open for further replies.
J

jsniemi79

Guest
I'll give that a shot, thank you. For the second issue, I had one of our web developers take a look and see if he could help me. He pinpointed the issue to the setting of the top value of the AutoSuggestControl. He said it looks like it doesn't take into account any scrolling when determining what to set as the top value. To reproduce, make sure you have your grid control big enough that you have to vertically scroll. This is the line of code he referenced in the source code that would need to be updated. AutoSuggestControl.prototype.getTop=function(){var oNode=this.textbox;var iTop=0;while(oNode.tagName!="BODY"){iTop+=oNode.offsetTop;oNode=oNode.offsetParent;} return iTop;};

Continue reading...
 
Status
Not open for further replies.
Back
Top