Error on proxy resizable
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,
Change History (4)
Component: |
ui.core →
ui.resizable
|
Owner: |
changed from paul to braeker
|
Version: |
1.2.3 →
1.5b4
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone 1.2.4 deleted