equal
deleted
inserted
replaced
354 " domPopupSearchResults.style.width = width + 'px';\n" |
354 " domPopupSearchResults.style.width = width + 'px';\n" |
355 " }\n" |
355 " }\n" |
356 " else\n" |
356 " else\n" |
357 " {\n" |
357 " {\n" |
358 " var domPopupSearchResults = this.DOMPopupSearchResults();\n" |
358 " var domPopupSearchResults = this.DOMPopupSearchResults();\n" |
359 " var left = getXPos(domSearchBox) + domSearchBox.offsetWidth;\n" |
359 " var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;\n" |
360 " var top = getYPos(domSearchBox) + domSearchBox.offsetHeight + 1;\n" |
360 " var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;\n" |
361 " domPopupSearchResultsWindow.style.display = 'block';\n" |
361 " domPopupSearchResultsWindow.style.display = 'block';\n" |
362 " left -= domPopupSearchResults.offsetWidth;\n" |
362 " left -= domPopupSearchResults.offsetWidth;\n" |
363 " domPopupSearchResultsWindow.style.top = top + 'px';\n" |
363 " domPopupSearchResultsWindow.style.top = top + 'px';\n" |
364 " domPopupSearchResultsWindow.style.left = left + 'px';\n" |
364 " domPopupSearchResultsWindow.style.left = left + 'px';\n" |
365 " }\n" |
365 " }\n" |