Skip to main content

Search and Top Navigation

#9846 closed bug (notabug)

Opened February 21, 2014 07:03AM UTC

Closed February 21, 2014 01:24PM UTC

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,
Attachments (0)
Change History (1)

Changed February 21, 2014 01:24PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

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.