Search and Top Navigation
#2790 closed bug (notabug)
Opened May 05, 2008 02:13PM UTC
Closed May 21, 2008 03:02AM UTC
Last modified August 26, 2009 01:59PM UTC
resizable does not seem to work with latest code
Reported by: | tcarnell | Owned by: | eduardo |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | |
Keywords: | resizable demo | Cc: | |
Blocked by: | Blocking: |
Description
hi, I noticed that resizing my own widgets stop working when I started using the latest code from svn/head.
However, the jquery resizable demo also does not work, found here:
http://docs.jquery.com/UI/Resizables
When I go to the page, firebug informs me that "$.widget is not a function" and the resize functionality does not work. When I go to the demos here: http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.resizable.html (which seem to use version 1.2.4a) the resize functionality DOES work.
Certainly, the demo should work. However, I am somewhat confused as to which version I 'should' be using, for example, where do I find jquery-1.2.4a.js?
I am very sorry if I have done something stupid or misunderstood something vital...
cheers, tom.
Attachments (0)
Change History (5)
Changed May 05, 2008 02:30PM UTC by comment:1
Changed May 05, 2008 03:40PM UTC by comment:2
ok, so, resizable works with the following includes:
(version 1.5b2)
http://localhost/jqueryjs-ui-1.5b2/jquery-1.2.4a.js
http://localhost/jqueryjs-ui-1.5b2/ui.base.js
http://localhost/jqueryjs-ui-1.5b2/ui.draggable.js
http://localhost/jqueryjs-ui-1.5b2/ui.resizable.js
but NOT with:
(version 1.5b3)
http://localhost/jqueryjs-ui-1.5b3/jquery-1.2.4b.js
http://localhost/jqueryjs-ui-1.5b3/ui.core.js
http://localhost/jqueryjs-ui-1.5b3/ui.draggable.js
http://localhost/jqueryjs-ui-1.5b3/ui.resizable.js
using the above, version 1.5b3 I recieve no javascript errors, but the resize handles just do not work.
Changed May 11, 2008 10:02PM UTC by comment:3
component: | core → ui |
---|---|
owner: | → paul |
Changed May 20, 2008 07:16PM UTC by comment:4
owner: | paul → braeker |
---|
Changed May 21, 2008 03:02AM UTC by comment:5
resolution: | → invalid |
---|---|
status: | new → closed |
Replying to [ticket:2790 tcarnell]:
Also, the 'real world' image cropper demo does not work:
http://dev.jquery.com/view/trunk/ui/demos/real-world/image-cropper/