Skip to main content

Search and Top Navigation

#7400 closed bug (duplicate)

Opened May 19, 2011 01:00PM UTC

Closed October 11, 2012 06:48PM UTC

buf library resizable

Reported by: blashak Owned by: blashak
Priority: minor Milestone: 2.0.0
Component: ui.resizable Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:
Description

Hello,

when I try to resize an image and I click on the button (div blue) and I activated the library (resizable). When I click on another button (div yellow) is disabled and the image is enlarged only a few pixels. This occurs when the image has edges.

Attachments (0)
Change History (5)

Changed May 19, 2011 01:13PM UTC by scottgonzalez comment:1

owner: → blashak
status: newpending

Please provide a fully functional live demo, you can use jsbin to create it.

Changed May 19, 2011 01:25PM UTC by blashak comment:2

status: pendingnew

Replying to [comment:1 scott.gonzalez]:

Please provide a fully functional live demo, you can use jsbin to create it.

I give you the link http://jsbin.com/udaxe3/edit.

Try it with the browser chrome.

click on blue div then click on the red div to stop the library. repeatedly doing either will see how increasing the size of the image alone.

Changed May 19, 2011 01:48PM UTC by scottgonzalez comment:3

description: Hello, \ \ when I try to resize an image and I click on the button (div blue) and I activated the library (resizable). When I click on another button (div yellow) is disabled and the image is enlarged only a few pixels. This occurs when the image has edges. \ \ my code: \ \ <style type="text/css"> \ \ #resizable{background-color: red; border:1px solid black;} \ #enable{ width: 50px; height:50px; padding: 0.5em; background-color: blue;} \ #disable{width: 50px; height: 50px; padding: 0.5em; background-color: yellow;} \ \ </style> \ <link rel="stylesheet" href="themes\\base\\jquery.ui.all.css"> \ <script type="text/javascript" src="jquery-1.4.4.js"></script> \ <script type="text/javascript" src="jquery-ui-1.8.10.custom.js"></script> \ \ <link rel="stylesheet" href="demos.css" /> \ \ \ \ </head> \ \ <body> \ <div id="enable"></div> \ \ <div id="disable"></div> \ <img src="todo.jpg"id="resizable"/> \ <script type="text/javascript"> \ $("#enable").click(function(){ \ \ \ \ $("#resizable").resizable({ }); \ \ \ }); \ \ $("#disable").click(function(){ \ \ $("#resizable").resizable("destroy"); \ \ \ }); \ \ </script> \ \ </body> \ </html> \ \ GreetingsHello, \ \ when I try to resize an image and I click on the button (div blue) and I activated the library (resizable). When I click on another button (div yellow) is disabled and the image is enlarged only a few pixels. This occurs when the image has edges. \
status: newopen

Changed October 11, 2012 02:52PM UTC by scottgonzalez comment:4

milestone: 1.9.02.0.0

Changed October 11, 2012 06:48PM UTC by scottgonzalez comment:5

resolution: → duplicate
status: openclosed

Duplicate of #5651.