Opened 9 years ago
Closed 9 years ago
#9846 closed bug (notabug)
Bug in script jquery-ui-custom.js on row 1399
Reported by: | mr.mac123 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is code:
if ( ( position.top + myOffset + atOffset + offset) > overTop && ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) ) { position.top += myOffset + atOffset + offse withinOffset = within.offset.top + within.scrollTop,
You might rightly be:
if ( ( position.top + myOffset + atOffset + offset) > overTop && ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) ) { position.top += myOffset + atOffset + offset; withinOffset = within.offset.top + within.scrollTop,
Note: See
TracTickets for help on using
tickets.
This is not a bug report. Please file a new bug with an actual description of the problem and a reduced test case or ask for help on the forums or Stack Overflow.