Side navigation
#860 closed bug (fixed)
Opened January 22, 2007 02:13PM UTC
Closed February 01, 2007 06:14PM UTC
Last modified June 21, 2007 04:46AM UTC
Interface docs error in Draggables
Reported by: | jquery.com.ws@jondh. | Owned by: | stefan |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | interface | Version: | |
Keywords: | documentation Draggable interface | Cc: | |
Blocked by: | Blocking: |
Description
In the documentation for Draggable, one option for the containment syntax is given as (top, left, width, height). This is also replicated in the comments header as (topm left, width, height) -- presumably 'topm' was intended to be 'top' followed by a comma.
In fact the order of these position elements is incorrect, and should be (left, top, width, height) to match the code (see line 259 in idrag.js).
Attachments (0)
Change History (1)
Changed February 01, 2007 06:14PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |