BUG 6814 Adjustment suggest,adding a scrollbar for display more items.
This commit is contained in:
@@ -391,7 +391,7 @@ _b.AutoSuggest.prototype.createList = function(arr)
|
||||
div.style.left = pos.x + "px";
|
||||
div.style.top = ( pos.y + this.fld.offsetHeight + this.oP.offsety ) + "px";
|
||||
div.style.width = this.fld.offsetWidth + "px";
|
||||
|
||||
div.style.height = 250;
|
||||
// set mouseover functions for div
|
||||
// when mouse pointer leaves div, set a timeout to remove the list after an interval
|
||||
// when mouse enters div, kill the timeout so the list won't be removed
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1544,6 +1544,7 @@ div.autosuggest
|
||||
background-position: top;
|
||||
background-repeat: no-repeat;
|
||||
padding: 8px 2px 0 3px;
|
||||
overflow: auto;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user