|
@@ -976,7 +976,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|
|
|
|
|
// abstract
|
|
|
positionDropdown: function() {
|
|
|
- var offset = this.container.offset(),
|
|
|
+ var offset = { top: this.container[0].offsetTop, left: this.container[0].offsetLeft },
|
|
|
height = this.container.outerHeight(false),
|
|
|
width = this.container.outerWidth(false),
|
|
|
dropHeight = this.dropdown.outerHeight(false),
|