#7458 closed bug (fixed)
ui.position offset property creates error when set to undefined
Reported by: | tashekelahi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.position | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using older plugins with UI 1.9+, the deprecated ui.position function checks for "offset" property in "options". But there is no check whether offset is set to "undefined". This causes error and stops older plugins to function.
UI Version: 1.9pre File: jquery.ui.position Line: 273 Error message: options.offset is undefined
Possible fix: apply check for undefined at line #270
Change History (3)
comment:1 Changed 12 years ago by
Version: | 1.8.13 → git |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Milestone: | 1.9 → git |
---|
Note: See
TracTickets for help on using
tickets.
Position: added check for undefined value of offset. Fixed #7458 - ui.position offset property creates error when set to undefined