jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

$(window).outerHeight() is not allowed

Open Melevir opened this issue 12 years ago • 2 comments

In jquery.autocomplite.js there is line 418: var totalHeight = $(window).height(); This line fails for me. Docs says, that for window and document objects method height() should be used.

Hope this helps.

Melevir avatar Aug 30 '12 04:08 Melevir

there will be such a problem in jquery - 1.4.4 $('body').outerHeight() instead of $(window).outerHeight()

lynzz avatar Oct 30 '12 09:10 lynzz

Thanks will check it.

lynzz schreef:

there will be such a problem in jquery - 1.4.4 $('body').outerHeight() instead of $(window).outerHeight()

— Reply to this email directly or view it on GitHub https://github.com/dyve/jquery-autocomplete/issues/66#issuecomment-9899084.

dyve avatar Oct 30 '12 09:10 dyve