Search and Top Navigation
#2855 closed bug (fixed)
Opened May 13, 2008 05:42PM UTC
Closed June 01, 2008 10:02PM UTC
Last modified February 26, 2009 12:11PM UTC
Error on proxy resizable
| Reported by: | ecentinela | Owned by: | eduardo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | ui.resizable | Version: | 1.5b4 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Documentations says that the 'proxy' option is used to add a className to the proxy element. But always it is replaced by 'proxy' string.
The error code is this
$.extend(o, {
_aspectRatio: !!(o.aspectRatio),
proxy: o.proxy || o.ghost || o.animate ? 'proxy' : null,
knobHandles: o.knobHandles === true ? 'ui-resizable-knob-handle' : o.knobHandles
});
The option is extended and replaced on this line
proxy: o.proxy || o.ghost || o.animate ? 'proxy' : null,
Attachments (0)
Change History (4)
Changed May 24, 2008 03:39AM UTC by comment:1
| milestone: | 1.2.4 |
|---|
Changed May 24, 2008 04:05AM UTC by comment:2
| component: | ui.core → ui.resizable |
|---|---|
| owner: | paul → braeker |
| version: | 1.2.3 → 1.5b4 |
Changed June 01, 2008 10:02PM UTC by comment:3
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Changed February 26, 2009 12:11PM UTC by comment:4
| milestone: | → 1.5 |
|---|
Milestone 1.2.4 deleted