Search and Top Navigation
#6663 closed enhancement (wontfix)
Opened November 17, 2010 02:06PM UTC
Closed November 17, 2010 02:32PM UTC
Last modified October 11, 2012 09:15PM UTC
position offset
Reported by: | joernroeder | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.position | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
replace line 31 with:
offset = options.offset ? options.offset.toString().split( " " ) : [ 0, 0 ],
to make it work with a numeric value, such as offset: 10
We're going to drop the offset option and switch to "left+10".