Skip to main content

Bug Tracker

Side navigation

#2855 closed bug (invalid)

Opened May 13, 2008 05:42PM UTC

Closed July 11, 2010 06:49PM UTC

Error on proxy resizable

Reported by: ecentinela Owned by: eduardo
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
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 (3)

Changed May 30, 2008 11:53AM UTC by brainless comment:1

Replacing the line with:

proxy: o.proxy || o.ghost || o.animate || null,

seems to fix things on Firefox and IE (although I guess there was a good reason to use the method originally used, so perhaps this isn't the best way?)

Changed June 19, 2008 10:44AM UTC by paul comment:2

owner: pauleduardo

Changed July 11, 2010 06:49PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

This should be filed in the UI bug tracker if still relevant.

http://dev.jqueryui.com