soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Ошибка в расчете позиции #16

Closed maxsite closed 11 years ago

maxsite commented 11 years ago

Друг, замени строчку:

top: trigger.offset().top + trigger.outerHeight() + vOffset

на

top: trigger.position().top + trigger.outerHeight() + vOffset

claviska commented 11 years ago

Hi, are you experiencing an issue with positioning?

maxsite commented 11 years ago

When positioning the dropdown in the block with position: fixed; function offset () calculates the output from the beginning of the page. Need from a parent that does the position ().

При расположении dropdown в блоке с position: fixed; функция offset() расчитывает вывод от начала страницы. Нужно от родителя, что и делает функция position().