BUG 9604 "En el campo suggestbox aparece una linea horizontal..." SOLVED
- In the field SuggestBox, show horizontal lines, only in IE - Problem solved, now SuggestBox is same for any browser * Available from version 2.0.44
This commit is contained in:
@@ -323,13 +323,6 @@ _b.AutoSuggest.prototype.createList = function(arr)
|
|||||||
//
|
//
|
||||||
var div = _b.DOM.cE("div", {id:this.idAs, className:this.oP.className});
|
var div = _b.DOM.cE("div", {id:this.idAs, className:this.oP.className});
|
||||||
|
|
||||||
//var hcorner = _b.DOM.cE("div", {className:"as_corner"});
|
|
||||||
//var hbar = _b.DOM.cE("div", {className:"as_bar"});
|
|
||||||
//var header = _b.DOM.cE("div", {className:"as_header"});
|
|
||||||
//header.appendChild(hcorner);
|
|
||||||
//header.appendChild(hbar);
|
|
||||||
//div.appendChild(header);
|
|
||||||
|
|
||||||
// create and populate ul
|
// create and populate ul
|
||||||
//
|
//
|
||||||
var ul = _b.DOM.cE("ul", {id:"as_ul"});
|
var ul = _b.DOM.cE("ul", {id:"as_ul"});
|
||||||
@@ -395,13 +388,6 @@ ul.style.cssText = "zoom: 1; padding-top: 4px;";
|
|||||||
|
|
||||||
div.appendChild(ul);
|
div.appendChild(ul);
|
||||||
|
|
||||||
//var fcorner = _b.DOM.cE("div", {className:"as_corner"});
|
|
||||||
//var fbar = _b.DOM.cE("div", {className:"as_bar"});
|
|
||||||
//var footer = _b.DOM.cE("div", {className:"as_footer"});
|
|
||||||
//footer.appendChild(fcorner);
|
|
||||||
//footer.appendChild(fbar);
|
|
||||||
//div.appendChild(footer);
|
|
||||||
|
|
||||||
// get position of target textfield
|
// get position of target textfield
|
||||||
// position holding div below it
|
// position holding div below it
|
||||||
// set width of holding div to width of field
|
// set width of holding div to width of field
|
||||||
|
|||||||
Reference in New Issue
Block a user